Skip to content

Commit f35a653

Browse files
lcawlgchaps
andcommitted
[DOCS] Add Kibana alerts to Stack Monitoring (elastic#73762)
Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
1 parent b4e69dd commit f35a653

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
111 KB
Loading

docs/user/monitoring/index.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ include::xpack-monitoring.asciidoc[]
22
include::beats-details.asciidoc[leveloffset=+1]
33
include::cluster-alerts.asciidoc[leveloffset=+1]
44
include::elasticsearch-details.asciidoc[leveloffset=+1]
5+
include::kibana-alerts.asciidoc[leveloffset=+1]
56
include::kibana-details.asciidoc[leveloffset=+1]
67
include::logstash-details.asciidoc[leveloffset=+1]
78
include::monitoring-troubleshooting.asciidoc[leveloffset=+1]
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
[role="xpack"]
2+
[[kibana-alerts]]
3+
= {kib} Alerts
4+
5+
The {stack} {monitor-features} provide
6+
<<alerting-getting-started,{kib} alerts>> out-of-the box to notify you of
7+
potential issues in the {stack}. These alerts are preconfigured based on the
8+
best practices recommended by Elastic. However, you can tailor them to meet your
9+
specific needs.
10+
11+
When you open *{stack-monitor-app}*, the preconfigured {kib} alerts are
12+
created automatically. If you collect monitoring data from multiple clusters,
13+
these alerts can search, detect, and notify on various conditions across the
14+
clusters. The alerts are visible alongside your existing {watcher} cluster
15+
alerts. You can view details about the alerts that are active and view health
16+
and performance data for {es}, {ls}, and Beats in real time, as well as
17+
analyze past performance. You can also modify active alerts.
18+
19+
[role="screenshot"]
20+
image::user/monitoring/images/monitoring-kibana-alerts.png["Kibana alerts in the Stack Monitoring app"]
21+
22+
To review and modify all the available alerts, use
23+
<<managing-alerts-and-actions,*{alerts-ui}*>> in *{stack-manage-app}*.
24+
25+
[discrete]
26+
[[kibana-alerts-cpu-threshold]]
27+
== CPU threshold
28+
29+
This alert is triggered when a node runs a consistently high CPU load. By
30+
default, the trigger condition is set at 85% or more averaged over the last 5
31+
minutes. The alert is grouped across all the nodes of the cluster by running
32+
checks on a schedule time of 1 minute with a re-notify internal of 1 day.
33+
34+
NOTE: Some action types are subscription features, while others are free.
35+
For a comparison of the Elastic subscription levels, see the alerting section of
36+
the {subscriptions}[Subscriptions page].

0 commit comments

Comments
 (0)