mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
e143c6e460
* Centralised plugin docs in docs/plugins/ * Moved integrations into same docs * Moved community clients into the clients section of the docs * Removed docs/community Closes #11734 Closes #11724 Closes #11636 Closes #11635 Closes #11632 Closes #11630 Closes #12046 Closes #12438 Closes #12579
19 lines
576 B
Plaintext
19 lines
576 B
Plaintext
[[alerting]]
|
|
== Alerting Plugins
|
|
|
|
Alerting plugins allow Elasticsearch to monitor indices and to trigger alerts when thresholds are breached.
|
|
|
|
[float]
|
|
=== Core alerting plugins
|
|
|
|
The core alerting plugins are:
|
|
|
|
link:/products/watcher[Watcher]::
|
|
|
|
Watcher is 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
|
|
Watcher will do the rest.
|
|
|