OpenSearch/docs/reference
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
..
analysis Expose `filler_token` via ShingleTokenFilterFactory 2014-02-26 22:21:10 +01:00
cat Add _cat/plugins endpoint 2014-03-16 12:16:09 +01:00
cluster Add docs for plugin isolation 2014-03-11 12:32:58 +02:00
docs Introduced VersionType.FORCE & VersionType.EXTERNAL_GTE 2014-03-10 21:07:17 +01:00
images [Doc] Add a chart about the relative error of the percentiles aggregation. 2014-03-14 12:23:23 +01:00
index-modules [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
indices Add an option to force _optimize operations. 2014-03-14 18:21:56 +01:00
mapping [DOCS] Multiple doc fixes 2014-03-07 14:24:58 +01:00
migration [DOCS] Included the `_percolator` index breaking change to migration docs. 2014-02-20 16:43:06 +01:00
modules [DOCS] Documented gateway.local.auto_import_dangled 2014-03-15 12:07:17 +01:00
query-dsl [DOCS] Formatting error 2014-03-05 17:40:51 +01:00
search [Doc] doc updates for date histogram interval 2014-03-14 18:55:32 +01:00
setup [DOCS] Fix wrong explanation in configuration.asciidoc 2014-02-24 11:29:50 +01:00
testing [TEST] Randomized number of shards used for indices created during tests 2014-03-10 13:01:52 +01:00
analysis.asciidoc Add more anchor links to documentation 2013-09-30 13:13:16 -06:00
api-conventions.asciidoc Added the `DistanceUnit.NAUTICALMILES` enumeration 2014-02-14 19:48:58 +09:00
cat.asciidoc Add _cat/plugins endpoint 2014-03-16 12:16:09 +01:00
cluster.asciidoc [DOCS] Fix HTTP endpoints after stats API changes 2014-01-09 11:30:28 +01:00
docs.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
glossary.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
index-modules.asciidoc Removed 0.90.* deprecation and addition notifications 2014-02-07 20:52:49 +01:00
index.asciidoc [DOCS] Added breaking changes in 1.0 2014-01-15 17:50:24 +01:00
indices.asciidoc Add a GetFieldMapping API 2013-10-30 16:16:36 +01:00
mapping.asciidoc [DOCS] Moved multi fields documentation into the core-types page 2014-01-22 10:05:58 +01:00
modules.asciidoc [DOCS] Fixed link to tribe.asciidoc 2014-01-13 22:01:12 +01:00
query-dsl.asciidoc Migrated documentation into the main repo 2013-08-29 01:24:34 +02:00
search.asciidoc [DOCS] Moved termvector and mtermvectors from search to docs 2014-01-22 14:10:26 +01:00
setup.asciidoc [DOCS] Make apt/yum repos more visible 2014-02-06 17:04:37 +01:00
testing.asciidoc [DOCS] Test framework documentation 2013-12-02 18:01:45 +01:00