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'
|
|
|
|
name component version type isolation url
|
2015-09-03 13:12:52 -04:00
|
|
|
Abraxas discovery-azure 2.1.0-SNAPSHOT j x
|
2014-03-16 07:14:44 -04:00
|
|
|
Abraxas lang-javascript 2.0.0-SNAPSHOT j x
|
|
|
|
Abraxas marvel NA j/s x /_plugin/marvel/
|
|
|
|
Abraxas lang-python 2.0.0-SNAPSHOT j x
|
|
|
|
Abraxas inquisitor NA s /_plugin/inquisitor/
|
|
|
|
Abraxas kopf 0.5.2 s /_plugin/kopf/
|
|
|
|
Abraxas segmentspy NA s /_plugin/segmentspy/
|
|
|
|
-------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
We can tell quickly how many plugins per node we have and which versions.
|