WARNING: Version 5.0 of Elasticsearch has passed its EOL date.
This documentation is no longer being maintained and may be removed. If you are running this version, we strongly advise you to upgrade. For the latest information, see the current release documentation.
cat plugins
editcat plugins
editThe plugins
command provides a view per node of running plugins. This information spans nodes.
% curl 'localhost:9200/_cat/plugins?v' name component version description I8hydUG discovery-gce 5.0.0 The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism. I8hydUG lang-javascript 5.0.0 The JavaScript language plugin allows to have javascript as the language of scripts to execute.
We can tell quickly how many plugins per node we have and which versions.