@@ -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
113114system:
114115
115116`os.refresh_interval_in_millis`::
@@ -178,6 +179,10 @@ GET /_nodes/nodeId1,nodeId2/_all
178179
179180The `_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+
181186If `plugins` is specified, the result will contain details about the installed
182187plugins 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+
249258If `ingest` is specified, the response contains details about the available
250259processors 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