1
1
[[cat-plugins]]
2
2
=== cat plugins
3
3
4
- The `plugins` command provides a view per node of running plugins. This information *spans nodes*.
4
+ Returns a list of plugins running on each node of a cluster.
5
+
6
+
7
+ [[cat-plugins-tasks-api-request]]
8
+ ==== {api-request-title}
9
+
10
+ `GET /_cat/plugins`
11
+
12
+
13
+ [[cat-plugins-tasks-api-query-params]]
14
+ ==== {api-query-parms-title}
15
+
16
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=http-format]
17
+
18
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-h]
19
+
20
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=help]
21
+
22
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=local]
23
+
24
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=master-timeout]
25
+
26
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-s]
27
+
28
+ include::{docdir}/rest-api/common-parms.asciidoc[tag=cat-v]
29
+
30
+
31
+ [[cat-plugins-api-example]]
32
+ ==== {api-examples-title}
5
33
6
34
[source,js]
7
35
------------------------------------------------------------------------------
8
36
GET /_cat/plugins?v&s=component&h=name,component,version,description
9
37
------------------------------------------------------------------------------
10
38
// CONSOLE
11
39
12
- Might look like :
40
+ The API returns the following response :
13
41
14
42
["source","txt",subs="attributes,callouts"]
15
43
------------------------------------------------------------------------------
@@ -31,6 +59,4 @@ U7321H6 mapper-size {version_qualified} The Mapper Size plugin allow
31
59
U7321H6 store-smb {version_qualified} The Store SMB plugin adds support for SMB stores.
32
60
U7321H6 transport-nio {version_qualified} The nio transport.
33
61
------------------------------------------------------------------------------
34
- // TESTRESPONSE[s/([.()])/\\$1/ s/U7321H6/.+/ non_json]
35
-
36
- We can tell quickly how many plugins per node we have and which versions.
62
+ // TESTRESPONSE[s/([.()])/\\$1/ s/U7321H6/.+/ non_json]
0 commit comments