curl -X GET "localhost:9200/_cat/plugins?v"
bin/elasticsearch-plugin install https://example.com/my-plugin.zip elasticsearch plugins
Always match plugin version to Elasticsearch version, restart after changes, and audit your plugin set in production. curl -X GET "localhost:9200/_cat/plugins
If you have a multi-node cluster:
Use the elasticsearch-plugin script (in $ES_HOME/bin ). restart after changes
Refer to the Elasticsearch Plugin Authoring Guide for details.