Skip to content

Commit abe15f3

Browse files
committed
Add details to avoid limit breach
Signed-off-by: Sumit Bansal <[email protected]>
1 parent ecb2617 commit abe15f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_install-and-configure/configuring-opensearch/cluster-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ OpenSearch supports the following cluster-level coordination settings. All setti
154154

155155
OpenSearch supports the following cluster-level cat API response limit settings. All settings in the list are dynamic:
156156

157-
- `cat.indices.response.limit.number_of_indices` (Integer): Sets the response limit in _cat/indices API and limit will be applied on number of indices. Default is `-1`. In case of response limit is breached, _cat/indices API will throw error with `429` status.
157+
- `cat.indices.response.limit.number_of_indices` (Integer): Sets the response limit in _cat/indices API and limit will be applied on number of indices. Default is `-1`. In case of response limit is breached, _cat/indices API will throw error with `429` status. If limit is breached, use index pattern filter in your query. e.g. `_cat/indices/<index-pattern>`
158158

159-
- `cat.shards.response.limit.number_of_shards` (Integer): Sets the response limit in _cat/shards API and limit will be applied on number of shards. Default is `-1`. In case of response limit is breached, _cat/shards API will throw error with `429` status.
159+
- `cat.shards.response.limit.number_of_shards` (Integer): Sets the response limit in _cat/shards API and limit will be applied on number of shards. Default is `-1`. In case of response limit is breached, _cat/shards API will throw error with `429` status. If limit is breached, use index pattern filter in your query. e.g. `_cat/shards/<index-pattern>`
160160

161-
- `cat.segments.response.limit.number_of_indices` (Integer): Sets the response limit in _cat/segments API and limit will be applied on number of indices. Default is `-1`. In case of response limit is breached, _cat/segments API will throw error with `429` status.
161+
- `cat.segments.response.limit.number_of_indices` (Integer): Sets the response limit in _cat/segments API and limit will be applied on number of indices. Default is `-1`. In case of response limit is breached, _cat/segments API will throw error with `429` status. If limit is breached, use index pattern filter in your query. e.g. `_cat/segments/<index-pattern>`

0 commit comments

Comments
 (0)