File tree 3 files changed +10
-9
lines changed
3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -37,10 +37,10 @@ All of these use-cases share a few key properties:
37
37
3rd party system is notified, or the query results are stored.
38
38
39
39
[float]
40
- === How Watches Work
40
+ === How watches work
41
41
42
- {xpack} provides an API for creating, managing and testing _watches_. A watch
43
- describes a single alert and can contain multiple notification actions.
42
+ The {alert-features} provide an API for creating, managing and testing _watches_.
43
+ A watch describes a single alert and can contain multiple notification actions.
44
44
45
45
A watch is constructed from four simple building blocks:
46
46
Original file line number Diff line number Diff line change 3
3
4
4
[partintro]
5
5
--
6
- {xpack} alerting is a set of administrative features that enable you to watch
6
+ The {alert- features} enable you to watch
7
7
for changes or anomalies in your data and perform the necessary actions in
8
8
response. For example, you might want to:
9
9
@@ -38,10 +38,10 @@ All of these use-cases share a few key properties:
38
38
3rd party system is notified, or the query results are stored.
39
39
40
40
[float]
41
- === How Watches Work
41
+ === How watches work
42
42
43
- {xpack} provides an API for creating, managing and testing _watches_. A watch
44
- describes a single alert and can contain multiple notification actions.
43
+ The {alert-features} provide an API for creating, managing and testing _watches_.
44
+ A watch describes a single alert and can contain multiple notification actions.
45
45
46
46
A watch is constructed from four simple building blocks:
47
47
Original file line number Diff line number Diff line change 1
1
[[schedule-cron]]
2
- ==== `cron` Schedule
2
+ ==== `cron` schedule
3
3
4
4
A <<trigger-schedule, `schedule`>> trigger that enables you to use a
5
5
https://en.wikipedia.org/wiki/Cron[cron] style expression to specify when you
@@ -213,7 +213,8 @@ minute during the weekend:
213
213
[[croneval]]
214
214
===== Verifying Cron Expressions
215
215
216
- {xpack} ships with a `elasticsearch-croneval` command line tool that you can use to verify that
216
+ The {es} {alert-features} provide a `elasticsearch-croneval` command line tool
217
+ that you can use to verify that
217
218
your cron expressions are valid and produce the expected results. This tool is
218
219
provided in the `$ES_HOME/bin` directory.
219
220
You can’t perform that action at this time.
0 commit comments