[DOCS] Added a note in case of a dedicated monitoring cluster (#42289)

* Added a note in case of a dedicated monitoring cluster

* Changed the terminology to specify Kibana instance instead of cluster

* Changed the terminology to specify Kibana instance instead of cluster

* [DOCS] Edits monitoring tip
This commit is contained in:
igoristic 2019-07-31 16:34:47 -04:00 committed by GitHub
parent 976d9764ce
commit 8ab1d60c83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -46,8 +46,18 @@ include::cluster-alerts-license.asciidoc[]
==== Email Notifications
To receive email notifications for the Cluster Alerts:
1. Configure an email account as described in
{stack-ov}/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.
. Configure an email account as described in
{stack-ov}/actions-email.html#configuring-email[Configuring email accounts].
. Configure the
`xpack.monitoring.cluster_alerts.email_notifications.email_address` setting in
`kibana.yml` with your email address.
+
--
TIP: If you have separate production and monitoring clusters and separate {kib}
instances for those clusters, you must put the
`xpack.monitoring.cluster_alerts.email_notifications.email_address` setting in
the {kib} instance that is associated with the production cluster.
--
Email notifications are sent only when Cluster Alerts are triggered and resolved.