-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Logs UI] [Alerting] Documentation (#64886)
* Docs for logs alerts Co-authored-by: Felix Stürmer <weltenwort@users.noreply.github.com>
- Loading branch information
1 parent
39e31d6
commit 34ccced
Showing
4 changed files
with
30 additions
and
0 deletions.
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.
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 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 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,27 @@ | ||
[role="xpack"] | ||
[[xpack-logs-alerting]] | ||
== Logs alerting | ||
|
||
[float] | ||
=== Overview | ||
|
||
To use the alerting functionality you need to {kibana-ref}/alerting-getting-started.html#alerting-setup-prerequisites[set up alerting]. | ||
|
||
You can then select the *Create alert* option, from the *Alerts* actions dropdown. | ||
|
||
[role="screenshot"] | ||
image::logs/images/alert-actions-menu.png[Screenshot showing alerts menu] | ||
|
||
Within the alert flyout you can configure your logs alert: | ||
|
||
[role="screenshot"] | ||
image::logs/images/alert-flyout.png[Screenshot showing alerts flyout] | ||
|
||
[float] | ||
=== Fields and comparators | ||
|
||
The comparators available for conditions depend on the chosen field. The combinations available are: | ||
|
||
- Numeric fields: *more than*, *more than or equals*, *less than*, *less than or equals*, *equals*, and *does not equal*. | ||
- Aggregatable fields: *is* and *is not*. | ||
- Non-aggregatable fields: *matches*, *does not match*, *matches phrase*, *does not match phrase*. |