🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
# cat plugins 原文链接 : [https://www.elastic.co/guide/en/elasticsearch/reference/5.0/cat-plugins.html](https://www.elastic.co/guide/en/elasticsearch/reference/5.0/cat-plugins.html) 译文链接 : [http://www.apache.wiki/display/Elasticsearch/cat+plugins](http://www.apache.wiki/display/Elasticsearch/cat+plugins) 贡献者 : [那伊抹微笑](/display/~wangyangting) **`plugins`**命令提供了一个每一个节点所运行插件的视图。这些信息跨越节点。 ``` % curl 'localhost:9200/_cat/plugins?v' name component version description I8hydUG discovery-gce 5.0.0 The Google Compute Engine (GCE) Discovery plugin allows to use GCE API for the unicast discovery mechanism. I8hydUG lang-javascript 5.0.0 The JavaScript language plugin allows to have javascript as the language of scripts to execute. ``` 我们可以快速了解每一个节点有多少插件以及它们的版本。