Skip to content

Commit 0d708b9

Browse files
authored
[DOCS] Fix formatting (elastic#66450) (elastic#66453)
1 parent e7d497b commit 0d708b9

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

docs/reference/cluster/nodes-info.asciidoc

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -28,56 +28,58 @@ the cluster nodes information. All the nodes selective options are explained
2828

2929
By default, it returns all attributes and core settings for a node.
3030

31-
31+
[role="child_attributes"]
3232
[[cluster-nodes-info-api-path-params]]
3333
==== {api-path-parms-title}
3434

3535
`<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`.
3839
+
39-
--
40-
41-
40+
[%collapsible%open]
41+
.Valid values for `<metric>`
42+
====
4243
`http`::
43-
HTTP connection information.
44+
HTTP connection information.
4445
4546
`ingest`::
46-
Statistics about ingest preprocessing.
47+
Statistics about ingest preprocessing.
4748
4849
`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.
5152
5253
`os`::
53-
Operating system stats, load average, mem, swap.
54+
Operating system stats, load average, mem, swap.
5455
5556
`plugins`::
56-
Details about the installed plugins and modules per node. The following
57-
information are available for each plugin and module:
5857
+
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+
--
6769
6870
`process`::
69-
Process statistics, memory consumption, cpu usage, open file descriptors.
71+
Process statistics, memory consumption, cpu usage, open file descriptors.
7072
7173
`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.
7375
7476
`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
7779
7880
`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+
====
8183

8284

8385
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=node-id]

0 commit comments

Comments
 (0)