mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
93d974a222
commit
7f9c782310
4 changed files with 9 additions and 9 deletions
|
@ -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[]
|
||||
|
||||
|
|
|
@ -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[]
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -39,7 +39,7 @@ PUT _xpack/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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue