Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit da7e260

Browse files
committed
Corrects OSS repo
1 parent e60b565 commit da7e260

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

docs/install/plugins.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,17 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down
4040

4141
## Compatibility
4242

43-
See [Version history](../../../#version-history) for the versions of Elasticsearch that Open Distro for Elasticsearch supports. You must have the exact compatible OSS version installed (e.g. 6.6.2 and not 6.6.1).
43+
See [Version history](../../../#version-history) for the versions of Elasticsearch that Open Distro for Elasticsearch supports. You must have the exact compatible OSS version installed (e.g. 6.6.2 and not 6.6.1). To get a list of available Elasticsearch versions on CentOS 7 and Amazon Linux 2:
44+
45+
```bash
46+
sudo yum --showduplicates list elasticsearch-oss
47+
```
48+
49+
Then you can specify the version you need:
50+
51+
```bash
52+
sudo yum install elasticsearch-oss-6.7.1
53+
```
4454

4555

4656
## List installed plugins

0 commit comments

Comments
 (0)