plugins.asciidoc 903 B

12345678910111213141516171819
  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 type isolation url
  8. Abraxas discovery-azure 2.1.0-SNAPSHOT j x
  9. Abraxas lang-javascript 2.0.0-SNAPSHOT j x
  10. Abraxas marvel NA j/s x /_plugin/marvel/
  11. Abraxas lang-python 2.0.0-SNAPSHOT j x
  12. Abraxas inquisitor NA s /_plugin/inquisitor/
  13. Abraxas kopf 0.5.2 s /_plugin/kopf/
  14. Abraxas segmentspy NA s /_plugin/segmentspy/
  15. -------------------------------------------------------------------------------
  16. We can tell quickly how many plugins per node we have and which versions.