Rule types
editRule types
editA rule is a set of conditions, schedules, and actions that enable notifications. Kibana provides two types of rules: rules specific to the Elastic Stack and rules specific to a domain.
Some rule types are subscription features, while others are free features. For a comparison of the Elastic subscription levels, see the subscription page.
Stack rules
editStack rules are built into Kibana. To access the Stack Rules feature and create and edit rules, users require the all
privilege. See feature privileges for more information.
Aggregate field values from documents using Elasticsearch queries, compare them to threshold values, and schedule actions to run when the thresholds are met. |
|
Run a user-configured Elasticsearch query, compare the number of matches to a configured threshold, and schedule actions to run when the threshold condition is met. |
Domain rules
editDomain rules are registered by Observability, Security, Maps and Machine Learning.
Detect complex conditions in the Logs, Metrics, and Uptime apps. |
|
Detect suspicous source events with pre-built or custom rules and create alerts when a rule’s conditions are met. |
|
Run an Elasticsearch query to determine if any documents are currently contained in any boundaries from a specified boundary index and generate alerts when a rule’s conditions are met. |
|
Machine learning rules [beta] This functionality is in beta and is subject to change. The design and code is less mature than official GA features and is being provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features. |
Run scheduled checks on an anomaly detection job to detect anomalies with certain conditions. If an anomaly meets the conditions, an alert is created and the associated action is triggered. |