2014-03-16 19:14:44 +08:00
|
|
|
[[cat-plugins]]
|
2014-05-17 03:43:35 +08:00
|
|
|
== cat plugins
|
2014-03-16 19:14:44 +08:00
|
|
|
|
|
|
|
The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
|
|
|
|
|
2015-07-15 00:14:09 +08:00
|
|
|
[source,sh]
|
2014-03-16 19:14:44 +08:00
|
|
|
------------------------------------------------------------------------------
|
|
|
|
% curl 'localhost:9200/_cat/plugins?v'
|
2016-06-30 19:57:43 +08:00
|
|
|
name component version description
|
2016-09-16 20:32:03 +08:00
|
|
|
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.
|
2014-03-16 19:14:44 +08:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
We can tell quickly how many plugins per node we have and which versions.
|