@@ -90,8 +90,10 @@ via email, see {xpack-ref}/actions-email.html#configuring-email-actions[Configur
9090`xpack.notification.email.account`::
9191Specifies account information for sending notifications via email. You
9292can specify the following email account attributes:
93-
93+ +
94+ --
9495[[email-account-attributes]]
96+
9597 `profile` (<<cluster-update-settings,Dynamic>>);;
9698 The {xpack-ref}/actions-email.html#configuring-email[email profile] to use to build the MIME
9799 messages that are sent from the account. Valid values: `standard`, `gmail` and
@@ -157,14 +159,17 @@ can specify the following email account attributes:
157159 `smtp.wait_on_quit` (<<cluster-update-settings,Dynamic>>);;
158160 If set to false the QUIT command is sent and the connection closed. If set to
159161 true, the QUIT command is sent and a reply is waited for. True by default.
162+ --
160163
161164`xpack.notification.email.html.sanitization.allow`::
162165Specifies the HTML elements that are allowed in email notifications. For
163166more information, see {xpack-ref}/actions-email.html#email-html-sanitization[Configuring HTML
164167Sanitization Options]. You can specify individual HTML elements
165168and the following HTML feature groups:
166-
169+ +
170+ --
167171[[html-feature-groups]]
172+
168173 `_tables`;;
169174 All table related elements: `<table>`, `<th>`, `<tr>`
170175 and `<td>`.
@@ -196,6 +201,7 @@ and the following HTML feature groups:
196201 `img:embedded`;;
197202 Only embedded images. Embedded images can only use the
198203 `cid:` URL protocol in their `src` attribute.
204+ --
199205
200206`xpack.notification.email.html.sanitization.disallow`::
201207Specifies the HTML elements that are NOT allowed in email notifications.
@@ -216,7 +222,8 @@ via Slack, see {xpack-ref}/actions-slack.html#configuring-slack-actions[Configu
216222`xpack.notification.slack` ::
217223Specifies account information for sending notifications
218224via Slack. You can specify the following Slack account attributes:
219-
225+ +
226+ --
220227[[slack-account-attributes]]
221228
222229 `secure_url` (<<secure-settings,Secure>>);;
@@ -244,7 +251,7 @@ via Slack. You can specify the following Slack account attributes:
244251 Specified as an array as defined in the
245252 https://api.slack.com/docs/attachments[
246253 Slack attachments documentation].
247-
254+ --
248255
249256[float]
250257[[jira-notification-settings]]
@@ -256,7 +263,8 @@ to create issues in Jira, see {xpack-ref}/actions-jira.html#configuring-jira-ac
256263`xpack.notification.jira` ::
257264Specifies account information for using notifications to create
258265issues in Jira. You can specify the following Jira account attributes:
259-
266+ +
267+ --
260268[[jira-account-attributes]]
261269
262270 `secure_url` (<<secure-settings,Secure>>);;
@@ -272,7 +280,7 @@ issues in Jira. You can specify the following Jira account attributes:
272280 Default fields values for the issue created in Jira. See
273281 {xpack-ref}/actions-jira.html#jira-action-attributes[Jira Action Attributes] for more information.
274282 Optional.
275-
283+ --
276284
277285[float]
278286[[pagerduty-notification-settings]]
@@ -286,7 +294,8 @@ via PagerDuty, see {xpack-ref}/actions-pagerduty.html#configuring-pagerduty-act
286294`xpack.notification.pagerduty`::
287295Specifies account information for sending notifications
288296via PagerDuty. You can specify the following PagerDuty account attributes:
289-
297+ +
298+ --
290299 `name`;;
291300 A name for the PagerDuty account associated with the API key you
292301 are using to access PagerDuty. Required.
@@ -299,25 +308,26 @@ via PagerDuty. You can specify the following PagerDuty account attributes:
299308 `event_defaults`;;
300309 Default values for {xpack-ref}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[
301310 PagerDuty event attributes]. Optional.
302-
311+ +
303312 `description`::
304313 A string that contains the default description for PagerDuty events.
305314 If no default is configured, each PagerDuty action must specify a
306315 `description`.
307-
316+ +
308317 `incident_key`::
309318 A string that contains the default incident key to use when sending
310319 PagerDuty events.
311-
320+ +
312321 `client`::
313322 A string that specifies the default monitoring client.
314-
323+ +
315324 `client_url`::
316325 The URL of the default monitoring client.
317-
326+ +
318327 `event_type`::
319328 The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.
320-
329+ +
321330 `attach_payload`::
322331 Whether or not to provide the watch payload as context for
323332 the event by default. Valid values: `true`, `false`.
333+ --
0 commit comments