mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kevin Lacabane <kevin.lacabane@elastic.co>
This commit is contained in:
parent
29b5fc175b
commit
7bbb2836a9
2 changed files with 3 additions and 8 deletions
|
@ -79,6 +79,9 @@ For more information, see
|
|||
| `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}
|
||||
| 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" ]`.
|
||||
|
||||
|===
|
||||
|
||||
[float]
|
||||
|
|
|
@ -17,11 +17,3 @@ The maximum number of spaces that you can use with the {kib} instance. Some {kib
|
|||
return all spaces using a single `_search` from {es}, so you must
|
||||
configure this setting lower than the `index.max_result_window` in {es}.
|
||||
The default is `1000`.
|
||||
|
||||
`monitoring.cluster_alerts.allowedSpaces` {ess-icon}::
|
||||
Specifies the spaces where cluster alerts are automatically generated.
|
||||
You must specify all spaces where you want to generate alerts, including the default space.
|
||||
When the default space is unspecified, {kib} is unable to generate an alert for the default space.
|
||||
{es} clusters that run on {es} services are all containers. To send monitoring data
|
||||
from your self-managed {es} installation to {es} services, set to `false`.
|
||||
The default is `true`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue