plugins.asciidoc 750 B

1234567891011121314
  1. [[cat-plugins]]
  2. == cat plugins
  3. The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
  4. [source,sh]
  5. ------------------------------------------------------------------------------
  6. % curl 'localhost:9200/_cat/plugins?v'
  7. name component version description
  8. I8hydUG discovery-gce 5.0.0 The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism.
  9. I8hydUG lang-javascript 5.0.0 The JavaScript language plugin allows to have javascript as the language of scripts to execute.
  10. -------------------------------------------------------------------------------
  11. We can tell quickly how many plugins per node we have and which versions.