Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.1][DOCS] Updates links to Watcher content (#46636) #47054

Merged
merged 1 commit into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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