2014-03-16 07:14:44 -04:00
|
|
|
[[cat-plugins]]
|
2014-05-16 15:43:35 -04:00
|
|
|
== cat plugins
|
2014-03-16 07:14:44 -04:00
|
|
|
|
|
|
|
The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
|
|
|
|
|
2015-07-14 12:14:09 -04:00
|
|
|
[source,sh]
|
2014-03-16 07:14:44 -04:00
|
|
|
------------------------------------------------------------------------------
|
|
|
|
% curl 'localhost:9200/_cat/plugins?v'
|
2016-06-30 07:57:43 -04:00
|
|
|
name component version description
|
|
|
|
Abraxas discovery-gce 5.0.0 The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism.
|
|
|
|
Abraxas lang-javascript 5.0.0 The JavaScript language plugin allows to have javascript as the language of scripts to execute.
|
2014-03-16 07:14:44 -04:00
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
We can tell quickly how many plugins per node we have and which versions.
|