mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[DOCS] Adds cloud icon to alerting settings (#76516)
This commit is contained in:
parent
3466436031
commit
7b7b013b97
1 changed files with 2 additions and 2 deletions
|
@ -37,12 +37,12 @@ You can configure the following settings in the `kibana.yml` file.
|
|||
[cols="2*<"]
|
||||
|===
|
||||
|
||||
| `xpack.actions.whitelistedHosts`
|
||||
| `xpack.actions.whitelistedHosts` {ess-icon}
|
||||
| A list of hostnames that {kib} is allowed to connect to when built-in actions are triggered. It defaults to `[*]`, allowing any host, but keep in mind the potential for SSRF attacks when hosts are not explicitly whitelisted. An empty list `[]` can be used to block built-in actions from making any external connections. +
|
||||
+
|
||||
Note that hosts associated with built-in actions, such as Slack and PagerDuty, are not automatically whitelisted. If you are not using the default `[*]` setting, you must ensure that the corresponding endpoints are whitelisted as well.
|
||||
|
||||
| `xpack.actions.enabledActionTypes`
|
||||
| `xpack.actions.enabledActionTypes` {ess-icon}
|
||||
| A list of action types that are enabled. It defaults to `[*]`, enabling all types. The names for built-in {kib} action types are prefixed with a `.` and include: `.server-log`, `.slack`, `.email`, `.index`, `.pagerduty`, and `.webhook`. An empty list `[]` will disable all action types. +
|
||||
+
|
||||
Disabled action types will not appear as an option when creating new connectors, but existing connectors and actions of that type will remain in {kib} and will not function.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue