From 753da8feac33e3dc38241f64a82b51d2dfa4aa5a Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Mon, 15 Jul 2019 13:48:04 -0700 Subject: [PATCH] [DOCS] Updates terminology for alerting features (#43945) --- x-pack/docs/en/watcher/gs-index.asciidoc | 6 +++--- x-pack/docs/en/watcher/index.asciidoc | 8 ++++---- x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc | 5 +++-- 3 files changed, 10 insertions(+), 9 deletions(-) diff --git a/x-pack/docs/en/watcher/gs-index.asciidoc b/x-pack/docs/en/watcher/gs-index.asciidoc index e799adec40a..c26789ca423 100644 --- a/x-pack/docs/en/watcher/gs-index.asciidoc +++ b/x-pack/docs/en/watcher/gs-index.asciidoc @@ -37,10 +37,10 @@ All of these use-cases share a few key properties: 3rd party system is notified, or the query results are stored. [float] -=== How Watches Work +=== How watches work -{xpack} provides an API for creating, managing and testing _watches_. A watch -describes a single alert and can contain multiple notification actions. +The {alert-features} provide an API for creating, managing and testing _watches_. +A watch describes a single alert and can contain multiple notification actions. A watch is constructed from four simple building blocks: diff --git a/x-pack/docs/en/watcher/index.asciidoc b/x-pack/docs/en/watcher/index.asciidoc index c97ae00c02c..63d6b8ad9ea 100644 --- a/x-pack/docs/en/watcher/index.asciidoc +++ b/x-pack/docs/en/watcher/index.asciidoc @@ -3,7 +3,7 @@ [partintro] -- -{xpack} alerting is a set of administrative features that enable you to watch +The {alert-features} enable you to watch for changes or anomalies in your data and perform the necessary actions in response. For example, you might want to: @@ -38,10 +38,10 @@ All of these use-cases share a few key properties: 3rd party system is notified, or the query results are stored. [float] -=== How Watches Work +=== How watches work -{xpack} provides an API for creating, managing and testing _watches_. A watch -describes a single alert and can contain multiple notification actions. +The {alert-features} provide an API for creating, managing and testing _watches_. +A watch describes a single alert and can contain multiple notification actions. A watch is constructed from four simple building blocks: diff --git a/x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc b/x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc index 57a6ebdfd92..af0f7319398 100644 --- a/x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc +++ b/x-pack/docs/en/watcher/trigger/schedule/cron.asciidoc @@ -1,5 +1,5 @@ [[schedule-cron]] -==== `cron` Schedule +==== `cron` schedule A <> trigger that enables you to use a https://en.wikipedia.org/wiki/Cron[cron] style expression to specify when you @@ -213,7 +213,8 @@ minute during the weekend: [[croneval]] ===== Verifying Cron Expressions -{xpack} ships with a `elasticsearch-croneval` command line tool that you can use to verify that +The {es} {alert-features} provide a `elasticsearch-croneval` command line tool +that you can use to verify that your cron expressions are valid and produce the expected results. This tool is provided in the `$ES_HOME/bin` directory.