OpenSearch/docs/plugins/alerting.asciidoc
James Rodewig 988e8c8fc6
[DOCS] Swap [float] for [discrete] (#60134)
Changes instances of `[float]` in our docs for `[discrete]`.

Asciidoctor prefers the `[discrete]` tag for floating headings:
https://asciidoctor.org/docs/asciidoc-asciidoctor-diffs/#blocks
2020-07-23 12:42:33 -04:00

18 lines
589 B
Plaintext

[[alerting]]
== Alerting Plugins
Alerting plugins allow Elasticsearch to monitor indices and to trigger alerts when thresholds are breached.
[discrete]
=== Core alerting plugins
The core alerting plugins are:
link:/products/x-pack/alerting[X-Pack]::
X-Pack contains the alerting and notification product for Elasticsearch that
lets you take action based on changes in your data. It is designed around the
principle that if you can query something in Elasticsearch, you can alert on
it. Simply define a query, condition, schedule, and the actions to take, and
X-Pack will do the rest.