Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -934,10 +934,12 @@ search.concurrent_query_current |Integer | The number of currently running query
search.startree_query_total | Integer | The total number of query operations that use a star tree for search.
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.
search.startree_query_current | Integer | The number of currently running query operations that use a star tree for search.
search.startree_query_failed | Integer | The number of failed query operations that use a star tree for search.
search.open_contexts | Integer | The number of open search contexts.
search.query_total | Integer | The total number of shard query operations.
search.query_time_in_millis | Integer | The total amount of time for all shard query operations, in milliseconds.
search.query_current | Integer | The number of shard query operations that are currently running.
search.query_failed | Integer | The total number of failed shard query operations.
search.fetch_total | Integer | The total number of shard fetch operations.
search.fetch_time_in_millis | Integer | The total amount of time for all shard fetch operations, in milliseconds.
search.fetch_current | Integer | The number of shard fetch operations that are currently running.
Expand Down
Loading