alerting.asciidoc 589 B

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