@@ -137,6 +137,45 @@ include::{docdir}/rest-api/common-parms.asciidoc[tag=include-segment-file-sizes]
137
137
[[cluster-nodes-stats-api-response-body]]
138
138
==== {api-response-body-title}
139
139
140
+ `cluster_name`::
141
+ (string)
142
+ Name of the cluster. Based on the <<cluster.name>> setting.
143
+
144
+ `nodes.<node_id>.timestamp`::
145
+ (integer)
146
+ Time the node stats were collected for this response. Recorded in milliseconds
147
+ since the https://en.wikipedia.org/wiki/Unix_time[Unix Epoch].
148
+
149
+ `nodes.<node_id>.name`::
150
+ (string)
151
+ Human-readable identifier for the node. Based on the <<node.name>> setting.
152
+
153
+ `nodes.<node_id>.transport_address`::
154
+ (string)
155
+ Host and port for the <<modules-transport,transport layer>>, used for internal
156
+ communication between nodes in a cluster.
157
+
158
+ `nodes.<node_id>.host`::
159
+ (string)
160
+ Network host for the node, based on the <<network.host>> setting.
161
+
162
+ `nodes.<node_id>.ip`::
163
+ (string)
164
+ IP address and port for the node.
165
+
166
+ `nodes.<node_id>.roles`::
167
+ (array of strings)
168
+ Roles assigned to the node. See <<modules-node>>.
169
+
170
+ `nodes.<node_id>.attributes`::
171
+ (object)
172
+ Object containing a list of attributes for the node.
173
+
174
+ [NOTE]
175
+ ====
176
+ The remaining node statistics are grouped by section. Each statistic is keyed by `nodes.<node_id>`.
177
+ ====
178
+
140
179
[[cluster-nodes-stats-api-response-body-indices]]
141
180
===== `indices` section
142
181
@@ -475,8 +514,8 @@ for <<parent-join,join>> fields.
475
514
476
515
`indices.segments.max_unsafe_auto_id_timestamp`::
477
516
(integer)
478
- Timestamp of the
479
- most recent retry request .
517
+ Time of the most recently retried indexing request. Recorded in milliseconds
518
+ since the https://en.wikipedia.org/wiki/Unix_time[Unix Epoch] .
480
519
481
520
`indices.segments.file_sizes.size_in_bytes`::
482
521
(integer)
@@ -1120,8 +1159,6 @@ Number of compatible differences between published cluster states.
1120
1159
1121
1160
[%collapsible]
1122
1161
====
1123
- The `adaptive_selection` statistics are keyed by node. For each node:
1124
-
1125
1162
`adaptive_selection.outgoing_searches`::
1126
1163
The number of outstanding search requests from the node these stats are for
1127
1164
to the keyed node.
0 commit comments