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

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -