Add note regarding allowedSpaces for monitoring rules (#129686)

This commit is contained in:
Mat Schaffer 2022-04-07 12:54:22 +09:00 committed by GitHub
parent ab222221f7
commit 8b2f6e9339
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -88,7 +88,7 @@ which has a default value of `30000`.
`monitoring.ui.elasticsearch.ssl`::
Shares the same configuration as <<elasticsearch-ssl-cert-key, `elasticsearch.ssl`>>. These settings configure encrypted communication between {kib} and the monitoring cluster.
`monitoring.cluster_alerts.allowedSpaces` {ess-icon}::
[[kibana-monitoring-clusterAlerts-allowedSpaces]] `monitoring.cluster_alerts.allowedSpaces` {ess-icon}::
deprecated:[7.16.0,"In 8.0 and later, this setting will no longer be supported."]
Specifies the spaces where cluster Stack Monitoring alerts can be created. You must specify all spaces where you want to generate alerts, including the default space. Defaults to `[ "default" ]`.
@ -164,4 +164,4 @@ For {ls} nodes that are running in containers, this setting
changes the {ls} *Node Listing* to display the CPU utilization
based on the reported Cgroup statistics. It also adds the
calculated Cgroup CPU utilization to the {ls} node detail
pages instead of the overall operating systems CPU utilization. Defaults to `false`.
pages instead of the overall operating systems CPU utilization. Defaults to `false`.

View file

@ -128,6 +128,8 @@ This option can be used to create default rules in this kibana space. This is
useful for scenarios when you didn't choose to create these default rules initially
or anytime later if the rules were accidentally deleted.
Make sure to set <<kibana-monitoring-clusterAlerts-allowedSpaces, `monitoring.cluster_alerts.allowedSpaces`>> for the rules to be created in any non-default space.
NOTE: Some action types are subscription features, while others are free.
For a comparison of the Elastic subscription levels, see the alerting section of
the {subscriptions}[Subscriptions page].
the {subscriptions}[Subscriptions page].