plugins.asciidoc 949 B

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