Skip to content

Commit

Permalink
Update wording for search_idle_reactivate_count_total
Browse files Browse the repository at this point in the history
Co-authored-by: kolchfa-aws <[email protected]>
Signed-off-by: Ruirui Zhang <[email protected]>
  • Loading branch information
ruai0511 and kolchfa-aws authored Dec 30, 2024
1 parent 62735a9 commit 4132dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _api-reference/nodes-apis/nodes-stats.md
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ search.point_in_time_current | Integer | The number of shard PIT contexts curren
search.suggest_total | Integer | The total number of shard suggest operations.
search.suggest_time_in_millis | Integer | The total amount of time for all shard suggest operations, in milliseconds.
search.suggest_current | Integer | The number of shard suggest operations that are currently running.
search.search_idle_reactivate_count_total | Integer | The total number of times for all shards being activated from idle state.
search.search_idle_reactivate_count_total | Integer | The total number of times all shards have been activated from an idle state.
search.request | Object | Statistics about coordinator search operations for the node.
search.request.took.time_in_millis | Integer | The total amount of time taken for all search requests, in milliseconds.
search.request.took.current | Integer | The number of search requests that are currently running.
Expand Down

0 comments on commit 4132dbf

Please sign in to comment.