Skip to content

Commit

Permalink
[DOCv2] Temporarily disable Kibana Rules
Browse files Browse the repository at this point in the history
πŸ‘‹πŸΌ @gchaps asked me to file a new PR since my last #122573 got too far behind.

Summary

πŸ™πŸΌ per #116017, adds insight on how to temporarily disable Kibana Rules for clusters which need breathing room. cc: @pmuellr @lcawl @gmmorris
  • Loading branch information
stefnestor authored Mar 3, 2022
1 parent 510903c commit 71fcf56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/user/alerting/alerting-troubleshooting.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -199,3 +199,17 @@ 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[]

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

Cluster performance may become degraded from excessive or expensive {kib} rules. If
{kib} is sluggish or unresponsive, you may wish to temporarily reduce load to the
Task Manager by updating <<task-manager-settings-kb.html|settings>>:

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

0 comments on commit 71fcf56

Please sign in to comment.