OpenSearch/docs/reference/cat
David Pilato f54e9246c1 Add _cat/plugins endpoint
If we want to have a full picture of versions running in a cluster, we need to add a `_cat/plugins` endpoint.

Response could look like:

```sh
% curl es2:9200/_cat/plugins?v
node component                        version   type url                                   desc
es1  mapper-attachments               1.7.0       j                                        Adds the attachment type allowing to parse difference attachment formats
es1  lang-javascript                  1.4.0       j                                        JavaScript plugin allowing to add javascript scripting support
es1  analysis-smartcn                 1.9.0       j                                        Smart Chinese analysis support
es1  marvel                           1.1.0      j/s http://localhost:9200/_plugins/marvel Elasticsearch Management & Monitoring
es1  kopf                             0.5.3       s  http://localhost:9200/_plugins/kopf   kopf - simple web administration tool for ElasticSearch
es2  mapper-attachments               2.0.0.RC1   j                                        Adds the attachment type allowing to parse difference attachment formats
es2  lang-javascript                  2.0.0.RC1   j                                        JavaScript plugin allowing to add javascript scripting support
es2  analysis-smartcn                 2.0.0.RC1   j                                        Smart Chinese analysis support
```

Closes #4824.
2014-03-16 12:16:09 +01:00
..
alias.asciidoc [DOCS] Added documentation for CAT Aliases API 2014-01-20 09:23:00 +01:00
allocation.asciidoc [DOCS] Changed the _cat docs to use ?v instead of ?v=true 2013-12-02 15:27:41 +01:00
count.asciidoc First pass at cat docs. 2013-11-14 21:37:02 -05:00
health.asciidoc [DOCS] Changed the _cat docs to use ?v instead of ?v=true 2013-12-02 15:27:41 +01:00
indices.asciidoc [DOCS] Update cat/indices to reflect ?pri flag 2014-01-13 14:18:27 -06:00
master.asciidoc [DOCS] Changed the _cat docs to use ?v instead of ?v=true 2013-12-02 15:27:41 +01:00
nodes.asciidoc First pass at cat docs. 2013-11-14 21:37:02 -05:00
pending_tasks.asciidoc [DOCS] Linked cat-pending to cluster-pending 2013-12-02 15:29:47 +01:00
plugins.asciidoc Add _cat/plugins endpoint 2014-03-16 12:16:09 +01:00
recovery.asciidoc [DOCS] updated json responses after #4310 and #4480 2014-01-16 12:01:39 +01:00
shards.asciidoc [DOCS] updated json responses after #4310 and #4480 2014-01-16 12:01:39 +01:00
thread_pool.asciidoc [TEST] fixed typo in _cat/thread_pool docs 2014-02-10 16:20:03 +01:00