@@ -28,56 +28,58 @@ the cluster nodes information. All the nodes selective options are explained
28
28
29
29
By default, it returns all attributes and core settings for a node.
30
30
31
-
31
+ [role="child_attributes"]
32
32
[[cluster-nodes-info-api-path-params]]
33
33
==== {api-path-parms-title}
34
34
35
35
`<metric>`::
36
- (Optional, string) Limits the information returned to the specific metrics.
37
- A comma-separated list of the following options:
36
+ (Optional, string)
37
+ Limits the information returned to the specific metrics. Supports a
38
+ comma-separated list, such as `http,ingest`.
38
39
+
39
- --
40
-
41
-
40
+ [%collapsible%open]
41
+ .Valid values for `<metric>`
42
+ ====
42
43
`http`::
43
- HTTP connection information.
44
+ HTTP connection information.
44
45
45
46
`ingest`::
46
- Statistics about ingest preprocessing.
47
+ Statistics about ingest preprocessing.
47
48
48
49
`jvm`::
49
- JVM stats, memory pool information, garbage collection, buffer pools, number
50
- of loaded/unloaded classes.
50
+ JVM stats, memory pool information, garbage collection, buffer pools, number of
51
+ loaded/unloaded classes.
51
52
52
53
`os`::
53
- Operating system stats, load average, mem, swap.
54
+ Operating system stats, load average, mem, swap.
54
55
55
56
`plugins`::
56
- Details about the installed plugins and modules per node. The following
57
- information are available for each plugin and module:
58
57
+
59
- ---
60
- * `name`: plugin name
61
- * `version`: version of Elasticsearch the plugin was built for
62
- * `description`: short description of the plugin's purpose
63
- * `classname`: fully-qualified class name of the plugin's entry point
64
- * `has_native_controller`: whether or not the plugin has a native controller
65
- process
66
- ---
58
+ --
59
+ Details about the installed plugins and modules per node. The following
60
+ information is available for each plugin and module:
61
+
62
+ * `name`: plugin name
63
+ * `version`: version of Elasticsearch the plugin was built for
64
+ * `description`: short description of the plugin's purpose
65
+ * `classname`: fully-qualified class name of the plugin's entry point
66
+ * `has_native_controller`: whether or not the plugin has a native controller
67
+ process
68
+ --
67
69
68
70
`process`::
69
- Process statistics, memory consumption, cpu usage, open file descriptors.
71
+ Process statistics, memory consumption, cpu usage, open file descriptors.
70
72
71
73
`settings`::
72
- Lists all node settings in use as defined in the `elasticsearch.yml` file.
74
+ Lists all node settings in use as defined in the `elasticsearch.yml` file.
73
75
74
76
`thread_pool`::
75
- Statistics about each thread pool, including current size, queue and
76
- rejected tasks
77
+ Statistics about each thread pool, including current size, queue and rejected
78
+ tasks
77
79
78
80
`transport`::
79
- Transport statistics about sent and received bytes in cluster communication.
80
- --
81
+ Transport statistics about sent and received bytes in cluster communication.
82
+ ====
81
83
82
84
83
85
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=node-id]
0 commit comments