OpenSearch/x-pack/docs/en/watcher/example-watches.asciidoc
Lisa Cawley 0c3ee0b15c
[DOCS] Moves Watcher content into Elasticsearch book (#47147) (#47255)
Co-Authored-By: James Rodewig <james.rodewig@elastic.co>
2019-09-30 10:18:50 -07:00

16 lines
555 B
Plaintext

[role="xpack"]
[[example-watches]]
== Example watches
The following examples show how to set up watches to:
* <<watch-cluster-status,Monitor the status of an Elasticsearch cluster>>
* <<watching-meetup-data,Monitor event data>>
For more example watches you can use as a starting point for building custom
watches, see the https://github.com/elastic/examples/tree/master/Alerting[Example
watches] in the Elastic Examples repo.
include::example-watches/example-watch-clusterstatus.asciidoc[]
include::example-watches/example-watch-meetupdata.asciidoc[]