From 8c6c00ff1526b6ca21935fb491174e99c1558efc Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 30 Jun 2016 13:57:43 +0200 Subject: [PATCH] Update documentation for cat/plugins API Cat API for plugins doesn't display anymore url or jvm/site flag --- docs/reference/cat/plugins.asciidoc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/docs/reference/cat/plugins.asciidoc b/docs/reference/cat/plugins.asciidoc index 81df5cfb127..0af1faa5c9c 100644 --- a/docs/reference/cat/plugins.asciidoc +++ b/docs/reference/cat/plugins.asciidoc @@ -6,14 +6,9 @@ The `plugins` command provides a view per node of running plugins. This informat [source,sh] ------------------------------------------------------------------------------ % curl 'localhost:9200/_cat/plugins?v' -name component version type isolation url -Abraxas discovery-azure 2.1.0-SNAPSHOT j x -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/ +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. ------------------------------------------------------------------------------- We can tell quickly how many plugins per node we have and which versions.