From 22d23ffd29a85577349234286514c2d94c1cb09c Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Fri, 30 Aug 2024 08:21:54 -0700 Subject: [PATCH] [DOCS] Clarify xpack.actions.enabledActionTypes (#191772) --- docs/settings/alert-action-settings.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/settings/alert-action-settings.asciidoc b/docs/settings/alert-action-settings.asciidoc index c688f933b0ff10..464af8ed8d05cf 100644 --- a/docs/settings/alert-action-settings.asciidoc +++ b/docs/settings/alert-action-settings.asciidoc @@ -141,8 +141,12 @@ A boolean value indicating that a footer with a relevant link should be added to `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: `.email`, `.index`, `.jira`, `.opsgenie`, `.pagerduty`, `.resilient`, `.server-log`, `.servicenow`, .`servicenow-itom`, `.servicenow-sir`, `.slack`, `.swimlane`, `.teams`, `.thehive`, `.tines`, `.torq`, `.xmatters`, `.gen-ai`, `.bedrock`, `.gemini`, `.d3security`, 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. +IMPORTANT: <> are not affected by this setting. +-- + `xpack.actions.microsoftExchangeUrl`:: The URL for the Microsoft Azure Active Directory endpoint to use for MS Exchange email authentication. Default: `https://login.microsoftonline.com`.