Skip to content

Commit f2ab41f

Browse files
authored
[DOCS] Adds heading between examples to better separate them. (#45499)
1 parent a0ba1a7 commit f2ab41f

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

docs/reference/cluster/nodes-info.asciidoc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=node-id]
110110
`version`::
111111
{es} version running on this node.
112112

113+
The `os` flag can be set to retrieve information that concern the operating
113114
system:
114115

115116
`os.refresh_interval_in_millis`::
@@ -178,6 +179,10 @@ GET /_nodes/nodeId1,nodeId2/_all
178179

179180
The `_all` flag can be set to return all the information - or you can omit it.
180181

182+
183+
[[cluster-nodes-info-api-example-plugins]]
184+
===== Example for plugins metric
185+
181186
If `plugins` is specified, the result will contain details about the installed
182187
plugins and modules:
183188

@@ -246,6 +251,10 @@ The API returns the following response:
246251
// TESTRESPONSE[s/"plugins": \[[^\]]*\]/"plugins": $body.$_path/]
247252
// TESTRESPONSE[s/"modules": \[[^\]]*\]/"modules": $body.$_path/]
248253

254+
255+
[[cluster-nodes-info-api-example-ingest]]
256+
===== Example for ingest metric
257+
249258
If `ingest` is specified, the response contains details about the available
250259
processors per node:
251260

@@ -335,4 +344,4 @@ The API returns the following response:
335344
// TESTRESPONSE[s/"build_hash": "587409e"/"build_hash": $body.$_path/]
336345
// TESTRESPONSE[s/"roles": \[[^\]]*\]/"roles": $body.$_path/]
337346
// TESTRESPONSE[s/"attributes": \{[^\}]*\}/"attributes": $body.$_path/]
338-
// TESTRESPONSE[s/"processors": \[[^\]]*\]/"processors": $body.$_path/]
347+
// TESTRESPONSE[s/"processors": \[[^\]]*\]/"processors": $body.$_path/]

0 commit comments

Comments
 (0)