opensearch-project / documentation-website

The documentation for OpenSearch, OpenSearch Dashboards, and their associated plugins.
https://opensearch.org/docs
Apache License 2.0
73 stars 480 forks source link

[DOC] wrong plugin names #8582

Open jazzl0ver opened 1 week ago

jazzl0ver commented 1 week ago

It's impossible to install plugins by the specified names on this page: https://opensearch.org/docs/latest/install-and-configure/install-dashboards/plugins/

I believe the plugin names should be changed to allow the commands work properly.

For example:

# sudo -u wazuh-dashboard /usr/share/wazuh-dashboard/bin/opensearch-dashboards-plugin install "Anomaly Detection Dashboards"
Attempting to transfer from Anomaly Detection Dashboards
Attempting to transfer from https://ci.opensearch.org/ci/dbc/distribution-build-opensearch-dashboards/2.13.0/latest/linux/x64/tar/builds/opensearch-dashboards/plugins/Anomaly Detection Dashboards-2.13.0.zip
Plugin installation was unsuccessful due to error "No valid url specified."

Correct name in this case - anomalyDetectionDashboards

Naarcha-AWS commented 3 days ago

@jazzl0ver: You would like to have the plugin-name listed in their camelCase format?

jazzl0ver commented 3 days ago

@Naarcha-AWS I'd like to the docs matched the reality :) For a user not involved in the development details (like me) it was a headache to find out how to properly install plugins. Where would one know from that the camelCase format should be used while the doc states clearly to install the plugin by its name and the names are enlisted in the table?