From 1c6fd95bdb8f417dd9034418926159d6e5567297 Mon Sep 17 00:00:00 2001 From: Stef Nestor <26751266+stefnestor@users.noreply.github.com> Date: Tue, 2 Sep 2025 11:56:54 -0600 Subject: [PATCH] Link typo | circuit breaker errors linked to its settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 👋 howdy team! Sorry mini thing. [Rejected Requests > Circuit Breakers](https://www.elastic.co/docs/troubleshoot/elasticsearch/rejected-requests#check-circuit-breakers) link below... links to settings but should link to [errors](https://www.elastic.co/docs/troubleshoot/elasticsearch/circuit-breaker-errors) same as higher on page. > These statistics are cumulative from node startup. For more information, see [circuit breaker errors](https://www.elastic.co/docs/reference/elasticsearch/configuration-reference/circuit-breaker-settings). --- troubleshoot/elasticsearch/rejected-requests.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/troubleshoot/elasticsearch/rejected-requests.md b/troubleshoot/elasticsearch/rejected-requests.md index 52dd3456ae..9b3f8ff828 100644 --- a/troubleshoot/elasticsearch/rejected-requests.md +++ b/troubleshoot/elasticsearch/rejected-requests.md @@ -50,7 +50,7 @@ To check the number of tripped [circuit breakers](elasticsearch://reference/elas GET /_nodes/stats/breaker ``` -These statistics are cumulative from node startup. For more information, see [circuit breaker errors](elasticsearch://reference/elasticsearch/configuration-reference/circuit-breaker-settings.md). +These statistics are cumulative from node startup. For more information, see [circuit breaker errors](circuit-breaker-errors.md). See [this video](https://www.youtube.com/watch?v=k3wYlRVbMSw) for a walkthrough of diagnosing circuit breaker errors. @@ -98,4 +98,4 @@ These rejections will appear as an `InferenceException` in your cluster logs. 3. {applies_to}`serverless: unavailable` A last resort option is to adjust the `indexing_pressure.memory.coordinating.limit` cluster setting. The default value is 10% of the heap. Increasing this limit allows more memory to be used for coordinating operations before rejections occur. ::::{warning} This adjustment should only be considered after exhausting other options, as setting this value too high may risk Out of Memory (OOM) errors in your cluster. A cluster restart is required for this change to take effect. -:::: \ No newline at end of file +::::