From 23bc23dd865f4c34d64020160caa4404851b1fee Mon Sep 17 00:00:00 2001 From: Melissa Vagi <105296784+vagimeli@users.noreply.github.com> Date: Fri, 5 Aug 2022 12:18:38 -0600 Subject: [PATCH] fixing typo shard indexing (#852) Signed-off-by: vagimeli --- _opensearch/shard-indexing-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_opensearch/shard-indexing-settings.md b/_opensearch/shard-indexing-settings.md index e701b8dd..87269063 100644 --- a/_opensearch/shard-indexing-settings.md +++ b/_opensearch/shard-indexing-settings.md @@ -16,7 +16,7 @@ The high-level controls allow you to turn the shard indexing backpressure featur Setting | Default | Description :--- | :--- | :--- -`shard_indexing_pressure.enable` | False | Change to `true` to enable shard indexing backpressure. +`shard_indexing_pressure.enabled` | False | Change to `true` to enable shard indexing backpressure. `shard_indexing_pressure.enforced` | False | Run shard indexing backpressure in shadow mode or enforced mode. In shadow mode (value set as `false`), shard indexing backpressure tracks all granular-level metrics, but it doesn't actually reject any indexing requests. In enforced mode (value set as `true`), shard indexing backpressure rejects any requests to the cluster that might cause a dip in its performance. ## Node-level limits