You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _api-reference/nodes-apis/nodes-stats.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -877,6 +877,9 @@ search.concurrent_avg_slice_count | Integer | The average slice count of all sea
877
877
search.concurrent_query_total |Integer | The total number of query operations that use concurrent segment search.
878
878
search.concurrent_query_time_in_millis | Integer | The total amount of time taken by all query operations that use concurrent segment search, in milliseconds.
879
879
search.concurrent_query_current |Integer | The number of currently running query operations that use concurrent segment search.
880
+
search.startree_query_total | Integer | The total number of query operations that use a star tree for search.
881
+
search.startree_query_time_in_millis | Integer | The total amount of time taken by all query operations that use a star tree for search, in milliseconds.
882
+
search.startree_query_current | Integer | The number of currently running query operations that use a star tree for search.
880
883
search.open_contexts | Integer | The number of open search contexts.
881
884
search.query_total | Integer | The total number of shard query operations.
882
885
search.query_time_in_millis | Integer | The total amount of time for all shard query operations, in milliseconds.
0 commit comments