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

Commit 7910855

Browse files
committed
Removing PA until we have concrete steps
1 parent e9afe48 commit 7910855

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

docs/install/plugins.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ nav_order: 90
77

88
# Standalone Elasticsearch plugin install
99

10-
If you don't want to use the all-in-one Open Distro for Elasticsearch installation options, you can install the Security, Alerting, SQL, and Performance Analyzer plugins on a compatible Elasticsearch cluster just like any other Elasticsearch plugin.
10+
If you don't want to use the all-in-one Open Distro for Elasticsearch installation options, you can install the Security, Alerting, and SQL plugins on a compatible Elasticsearch cluster just like any other Elasticsearch plugin.
1111

1212
In addition to their Elasticsearch plugins, Security and Alerting have corresponding [Kibana plugins](../../kibana/plugins) that you probably want to install, as well.
1313
{: .tip }
@@ -21,6 +21,8 @@ Navigate to the Elasticsearch home directory (likely `/usr/share/elasticsearch`)
2121
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/opendistro-security/opendistro_security-0.9.0.0.zip
2222
```
2323

24+
After installing the Security plugin, you can run `sudo sh /usr/share/elasticsearch/plugins/opendistro_security/tools/install_demo_configuration.sh` to quickly get started with demo certificates or configure it manually for production workloads.
25+
2426

2527
#### Alerting
2628

@@ -36,28 +38,9 @@ sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/down
3638
```
3739

3840

39-
#### Performance Analyzer
40-
41-
```bash
42-
sudo bin/elasticsearch-plugin install https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch-plugins/performance-analyzer/opendistro_performance_analyzer-0.9.0.0.zip
43-
```
44-
45-
4641
## Compatibility
4742

48-
See [Version history](../../../#version-history) for the versions of Elasticsearch that Open Distro for Elasticsearch supports. You must have the exact compatible 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:
49-
50-
```bash
51-
sudo yum --showduplicates list elasticsearch
52-
```
53-
54-
Then you can specify the version you need:
55-
56-
```bash
57-
sudo yum install elasticsearch-6.6.2
58-
```
59-
60-
After installing the Security plugin, you can run `sudo sh /usr/share/elasticsearch/plugins/opendistro_security/tools/install_demo_configuration.sh` to quickly get started with demo certificates or configure it manually for production workloads.
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).
6144

6245

6346
## List installed plugins

0 commit comments

Comments
 (0)