Skip to content

Commit

Permalink
[DOC] Temporarily disable Kibana Rules
Browse files Browse the repository at this point in the history
πŸ™πŸΌ per #116017, adds insight on how to temporarily disable Kibana Rules for clusters which need breathing room.
  • Loading branch information
stefnestor authored Jan 10, 2022
1 parent a9b82b0 commit fe008ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/user/alerting/alerting-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,19 @@ In addition to the above methods, broadly used the next approaches and common is
include::troubleshooting/alerting-common-issues.asciidoc[]
include::troubleshooting/event-log-index.asciidoc[]
include::troubleshooting/testing-connectors.asciidoc[]


[float]
[[alerting-kibana-disable]]
=== Temporarily disable

A cluster may become unresponsive or sluggish if too many or expensive {kib} rules
are attempting to run. As a stop gap measure, you may consider temporarily overriding
the {kib} Task Manager to gain breathing room to resolve your situation by restarting
{kib} after updating its config to

[source, txt]
--------------------------------------------------
xpack.task_manager.max_workers: 1
xpack.task_manager.poll_interval: 1m
--------------------------------------------------

0 comments on commit fe008ed

Please sign in to comment.