mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
This commit is contained in:
parent
fc0d6afbb5
commit
b2825fb6c5
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Built-In-Actions are configured using the _xpack.actions_ namespoace under _kiba
|
|||
|
||||
| Namespaced Key | Description | Type |
|
||||
| ------------------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
||||
| _xpack.actions._**enabled** | Feature toggle which enabled Actions in Kibana. Currently defaulted to false while Actions are experimental. | boolean |
|
||||
| _xpack.actions._**enabled** | Feature toggle which enabled Actions in Kibana. | boolean |
|
||||
| _xpack.actions._**WhitelistedHosts** | Which _hostnames_ are whitelisted for the Built-In-Action? This list should contain hostnames of every external service you wish to interact with using Webhooks, Email or any other built in Action. Note that you may use the string "\*" in place of a specific hostname to enable Kibana to target any URL, but keep in mind the potential use of such a feature to execute [SSRF](https://www.owasp.org/index.php/Server_Side_Request_Forgery) attacks from your server. | Array<String> |
|
||||
|
||||
### Configuration Utilities
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue