Skip to content

Commit 5375ea4

Browse files
bmcconaghygchaps
andauthored
Adding documentation for global action configuration options (#83557)
* Adding documentation for global action configuration options * Update docs/user/alerting/defining-alerts.asciidoc Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com> * incorporating PR feedback Co-authored-by: gchaps <33642766+gchaps@users.noreply.github.com>
1 parent a04cb37 commit 5375ea4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/user/alerting/defining-alerts.asciidoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,21 @@ image::images/alert-flyout-add-action.png[You can add multiple actions on an ale
7474
Actions are not required on alerts. In some cases you may want to run an alert without actions first to understand its behavior, and configure actions later.
7575
==============================================
7676

77+
[float]
78+
=== Global actions configuration
79+
Some actions configuration options apply to all actions.
80+
If you are using an *on-prem* Elastic Stack deployment, you can set these in the kibana.yml file.
81+
If you are using a cloud deployment, you can set these via the console.
82+
83+
Here's a list of the available global configuration options and an explanation of what each one does:
84+
85+
* `xpack.actions.allowedHosts`: Specifies an array of host names which actions such as email, Slack, PagerDuty, and webhook can connect to. An element of * indicates any host can be connected to. An empty array indicates no hosts can be connected to. Default: [ {asterisk} ]
86+
* `xpack.actions.enabledActionTypes`: Specifies to an array of action types that are enabled. An {asterisk} indicates all action types registered are enabled. The action types that {kib} provides are: .server-log, .slack, .email, .index, .pagerduty, .webhook. Default: [ {asterisk} ]
87+
* `xpack.actions.proxyUrl`: Specifies the proxy URL to use, if using a proxy for actions.
88+
* `xpack.actions.proxyHeader`: Specifies HTTP headers for proxy, if using a proxy for actions.
89+
* `xpack.actions.proxyRejectUnauthorizedCertificates`: Set to `false` to bypass certificate validation for proxy, if using a proxy for actions.
90+
* `xpack.actions.rejectUnauthorized`: Set to `false` to bypass certificate validation for actions.
91+
7792
[float]
7893
=== Managing alerts
7994

0 commit comments

Comments
 (0)