example-watches.asciidoc 823 B

12345678910111213141516
  1. [[example-watches]]
  2. == Example Watches
  3. The following examples show how to set up watches to:
  4. * <<watch-cluster-status, Monitor the Status of an Elasticsearch Cluster>>
  5. * <<watching-meetup-data, Monitor Event Data>>
  6. For more example watches you can use as a starting point for building custom
  7. watches, see the https://github.com/elastic/examples/tree/master/Alerting[Example
  8. Watches] in the Elastic Examples repo.
  9. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/example-watches/example-watch-clusterstatus.asciidoc
  10. include::example-watches/example-watch-clusterstatus.asciidoc[]
  11. :edit_url: https://github.com/elastic/elasticsearch/edit/{branch}/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc
  12. include::example-watches/example-watch-meetupdata.asciidoc[]