How do I view which versions of Elasticsearch plugin I am using -


how view versions of elasticsearch plugins using? have tried

$es_home/bin/plugin --list 

but doesn't give version

you can use nodes info api query plugin list , version

example:

curl -xget localhost:9200/_nodes/_all/plugins


Comments