-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC] Temporarily disable Kibana Rules #122573
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,6 +190,23 @@ When diagnosing the health state of the task, you will most likely be interested | |
|
||
Investigating the underlying task can help you gauge whether the problem you’re seeing is rooted in the rule not running at all, whether it’s running and failing, or whether it is running, but exhibiting behavior that is different than what was expected (at which point you should focus on the rule itself, rather than the task). | ||
|
||
[discrete] | ||
[[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 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
As a novice user, it's unclear to me from this text why/when you'd want to perform these steps as opposed to the steps described in https://www.elastic.co/guide/en/kibana/master/create-and-manage-rules.html#controlling-rules. Can we provide more context? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Agreed, I feel like the framing here is more of a support perspective than that of the user. Perhaps we can frame it like this (my phrasing is terrible, please do rephrase as needed):
or something along those lines. |
||
the {kib} Task Manager to gain breathing room to resolve your situation by restarting | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. is "breathing room" plain enough? Seems kinda american-ish, but not sure. Maybe something more descriptive would be better anyway? Something like
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks for putting this together Stef! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I can take a look. IMO we can make this more concise with something like this:
|
||
{kib} after updating its config to: | ||
|
||
[source, txt] | ||
-------------------------------------------------- | ||
xpack.task_manager.max_workers: 1 | ||
xpack.task_manager.poll_interval: 1m | ||
-------------------------------------------------- | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we should extend with two things:
what this is doingSetting Setting There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This seems like a duplicate of what we already have in https://www.elastic.co/guide/en/kibana/master/task-manager-settings-kb.html Perhaps instead we send them to those docs for more details, rather than explaining them here again? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've added a link to the settings page in e9fc3a5. However, I agree that it's not clear from a glance what these recommended changes accomplish. And I think we need to reiterate that you should revert these changes when your troubleshooting is complete. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thanks Lisa! 👍 |
||
|
||
For more information about these settings, refer to <<task-manager-settings-kb>>. | ||
|
||
In addition to the above methods, broadly used the next approaches and common issues: | ||
|
||
* <<alerting-common-issues, Alerting common issues>> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is not obvious what an "expensive" rule is. I recommend removing that term or else adding information about what makes a particular rule expensive: