-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[DOCS] Add Kibana alerts to Stack Monitoring #73762
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
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
ec5bda2
[DOCS] Add Kibana alerts to Stack Monitoring
lcawl 4119a40
[DOCS] Adds shared attributes
lcawl c22f3cf
[DOCS] Fixes typos
lcawl c77ac40
[DOCS] Adds screenshot
lcawl e6ea7fd
[DOCS] Adds screenshot role
lcawl b5de9ee
Update docs/user/monitoring/kibana-alerts.asciidoc
lcawl a30f422
Update docs/user/monitoring/kibana-alerts.asciidoc
lcawl 81160ae
Update docs/user/monitoring/kibana-alerts.asciidoc
lcawl 9cb9b3b
[DOCS] Addresses feedback
lcawl 6123e39
[DOCS] Addresses more feedback
lcawl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| [role="xpack"] | ||
| [[kibana-alerts]] | ||
| = {kib} Alerts | ||
|
|
||
| The {stack} {monitor-features} provide | ||
| <<alerting-getting-started,{kib} alerts>> out-of-the box to notify you of | ||
| potential issues in the {stack}. These alerts are preconfigured based on the | ||
| best practices recommended by Elastic. However, you can tailor them to meet your | ||
| specific needs. | ||
|
|
||
| When you open *{stack-monitor-app}*, the preconfigured {kib} alerts are | ||
| created automatically. If you collect monitoring data from multiple clusters, | ||
| these alerts can search, detect, and notify on various conditions across the | ||
| clusters. The alerts are visible alongside your existing {watcher} cluster | ||
| alerts. You can view details about the alerts that are active and view health | ||
| and performance data for {es}, {ls}, and Beats in real time, as well as | ||
| analyze past performance. You can also modify active alerts. | ||
|
|
||
| [role="screenshot"] | ||
| image::user/monitoring/images/monitoring-kibana-alerts.png["Kibana alerts in the Stack Monitoring app"] | ||
|
|
||
| To review and modify all the available alerts, use | ||
| <<managing-alerts-and-actions,*{alerts-ui}*>> in *{stack-manage-app}*. | ||
|
|
||
| [discrete] | ||
| [[kibana-alerts-cpu-threshold]] | ||
| == CPU threshold | ||
|
|
||
| This alert is triggered when a node runs a consistently high CPU load. By | ||
| default, the trigger condition is set at 85% or more averaged over the last 5 | ||
| minutes. The alert is grouped across all the nodes of the cluster by running | ||
| checks on a schedule time of 1 minute with a re-notify internal of 1 day. | ||
|
|
||
| NOTE: Some action types are subscription features, while others are free. | ||
| For a comparison of the Elastic subscription levels, see the alerting section of | ||
| the {subscriptions}[Subscriptions page]. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Suggest changing the second use of alert in "these alerts can search, detect, and alert on various conditions"
Add a link to Watcher?
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.
@chrisronline Would it be technically accurate to change it to "..search, detect, and trigger actions on various conditions.."?
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.
Yea that's accurate, but sounds strange to stay "trigger actions". What if we just said "notify"?