Skip to content

Commit 753da8f

Browse files
committed
[DOCS] Updates terminology for alerting features (#43945)
1 parent c00b082 commit 753da8f

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

x-pack/docs/en/watcher/gs-index.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ All of these use-cases share a few key properties:
3737
3rd party system is notified, or the query results are stored.
3838

3939
[float]
40-
=== How Watches Work
40+
=== How watches work
4141

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.
4444

4545
A watch is constructed from four simple building blocks:
4646

x-pack/docs/en/watcher/index.asciidoc

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[partintro]
55
--
6-
{xpack} alerting is a set of administrative features that enable you to watch
6+
The {alert-features} enable you to watch
77
for changes or anomalies in your data and perform the necessary actions in
88
response. For example, you might want to:
99

@@ -38,10 +38,10 @@ All of these use-cases share a few key properties:
3838
3rd party system is notified, or the query results are stored.
3939

4040
[float]
41-
=== How Watches Work
41+
=== How watches work
4242

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.
4545

4646
A watch is constructed from four simple building blocks:
4747

x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[[schedule-cron]]
2-
==== `cron` Schedule
2+
==== `cron` schedule
33

44
A <<trigger-schedule, `schedule`>> trigger that enables you to use a
55
https://en.wikipedia.org/wiki/Cron[cron] style expression to specify when you
@@ -213,7 +213,8 @@ minute during the weekend:
213213
[[croneval]]
214214
===== Verifying Cron Expressions
215215

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
217218
your cron expressions are valid and produce the expected results. This tool is
218219
provided in the `$ES_HOME/bin` directory.
219220

0 commit comments

Comments
 (0)