fix dashboards plguin install example command (#4640)

Signed-off-by: Shenoy Pratik <sgguruda@amazon.com>
This commit is contained in:
Shenoy Pratik 2023-08-08 11:12:53 -07:00 committed by GitHub
parent d02524f1e0
commit 949dbcf3bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ OpenSearch Dashboards doesnt update plugins. Instead, you have to remove the
For example, to remove and reinstall the Anomaly Detection plugin:
```bash
sudo bin/opensearch-plugin remove opensearch-anomaly-detection
sudo bin/opensearch-dashboards-plugin remove anomalyDetectionDashboards
sudo rm /usr/share/opensearch-dashboards/optimize/bundles/opensearch-anomaly-detection-opensearch-dashboards.*
sudo bin/opensearch-dashboards-plugin install <AD OpenSearch Dashboards plugin artifact URL>
```