Update documentation for cat/plugins API
Cat API for plugins doesn't display anymore url or jvm/site flag
This commit is contained in:
parent
40ec639c89
commit
8c6c00ff15
|
@ -6,14 +6,9 @@ The `plugins` command provides a view per node of running plugins. This informat
|
||||||
[source,sh]
|
[source,sh]
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
% curl 'localhost:9200/_cat/plugins?v'
|
% curl 'localhost:9200/_cat/plugins?v'
|
||||||
name component version type isolation url
|
name component version description
|
||||||
Abraxas discovery-azure 2.1.0-SNAPSHOT j x
|
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 2.0.0-SNAPSHOT j x
|
Abraxas lang-javascript 5.0.0 The JavaScript language plugin allows to have javascript as the language of scripts to execute.
|
||||||
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.
|
We can tell quickly how many plugins per node we have and which versions.
|
||||||
|
|
Loading…
Reference in New Issue