Skip to content

Commit

Permalink
[7.1][DOCS] Updates links to Watcher content (#46636)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Oct 1, 2019
1 parent 6480894 commit ff64d81
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions docs/management/watcher-ui/create-threshold-alert.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -56,17 +56,17 @@ Selecting an action will allow you to customize settings for the respective acti

image:management/watcher-ui/images/threshold-alert/threshold-alert-action.png["Threshold Alert Logging Action",link="management/watcher-ui/images/threshold-alert/threshold-alert-action.png"]

All fields for an alert support using http://mustache.github.io/mustache.5.html[mustache syntax] and expose a `{{ctx}}` variable which exposes {stack-ov}/condition-script.html#accessing-watch-payload[various properties of the alert]
All fields for an alert support using http://mustache.github.io/mustache.5.html[mustache syntax] and expose a `{{ctx}}` variable which exposes {ref}/condition-script.html#accessing-watch-payload[various properties of the alert]

The supported actions are:

* {stack-ov}/actions-slack.html[Slack]
* {stack-ov}/actions-logging.html[Logging]
* {stack-ov}/actions-email.html[Email]
* {ref}/actions-slack.html[Slack]
* {ref}/actions-logging.html[Logging]
* {ref}/actions-email.html[Email]

Note that certain actions require configuration within {es}, such as
{stack-ov}/actions-email.html#configuring-email[email] and
{stack-ov}/actions-slack.html#configuring-slack[slack].
{ref}/actions-email.html#configuring-email[email] and
{ref}/actions-slack.html#configuring-slack[slack].

include::create-advanced-watch.asciidoc[]

Expand Down
2 changes: 1 addition & 1 deletion docs/management/watcher-ui/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
== Watcher UI

_Watcher UI_ enables you to monitor, manage, create and simulate
{stack-ov}/xpack-alerting.html[watches] for your Elasticsearch indices.
{ref}/xpack-alerting.html[watches] for your Elasticsearch indices.

include::getting-started.asciidoc[]
2 changes: 1 addition & 1 deletion docs/user/monitoring/cluster-alerts.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ include::cluster-alerts-license.asciidoc[]
To receive email notifications for the Cluster Alerts:

1. Configure an email account as described in
{xpack-ref}/actions-email.html#configuring-email[Configuring Email Accounts].
{ref}/actions-email.html#configuring-email[Configuring email accounts].
2. Configure the `xpack.monitoring.cluster_alerts.email_notifications.email_address` setting in `kibana.yml` with your email address.

Email notifications are sent only when Cluster Alerts are triggered and resolved.
2 changes: 1 addition & 1 deletion docs/user/reporting/watch-example.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ PUT _watcher/watch/error_report

<1> You must configure at least one email account to enable Watcher to send email.
For more information, see
{xpack-ref}/actions-email.html#configuring-email[Configuring Email Accounts].
{ref}/actions-email.html#configuring-email[Configuring email accounts].
<2> This is an example Generation URL. You can copy and paste the URL for any
report from the Kibana UI.
<3> Optional, default is 40
Expand Down

0 comments on commit ff64d81

Please sign in to comment.