@@ -77,8 +77,10 @@ via email, see {stack-ov}/actions-email.html#configuring-email-actions[Configuri
77
77
`xpack.notification.email.account`::
78
78
Specifies account information for sending notifications via email. You
79
79
can specify the following email account attributes:
80
-
80
+ +
81
+ --
81
82
[[email-account-attributes]]
83
+
82
84
`profile` (<<cluster-update-settings,Dynamic>>);;
83
85
The {stack-ov}/actions-email.html#configuring-email[email profile] to use to build the MIME
84
86
messages that are sent from the account. Valid values: `standard`, `gmail` and
@@ -148,14 +150,17 @@ can specify the following email account attributes:
148
150
`smtp.wait_on_quit` (<<cluster-update-settings,Dynamic>>);;
149
151
If set to false the QUIT command is sent and the connection closed. If set to
150
152
true, the QUIT command is sent and a reply is waited for. True by default.
153
+ --
151
154
152
155
`xpack.notification.email.html.sanitization.allow`::
153
156
Specifies the HTML elements that are allowed in email notifications. For
154
157
more information, see {stack-ov}/actions-email.html#email-html-sanitization[Configuring HTML
155
158
Sanitization Options]. You can specify individual HTML elements
156
159
and the following HTML feature groups:
157
-
160
+ +
161
+ --
158
162
[[html-feature-groups]]
163
+
159
164
`_tables`;;
160
165
All table related elements: `<table>`, `<th>`, `<tr>`
161
166
and `<td>`.
@@ -187,6 +192,7 @@ and the following HTML feature groups:
187
192
`img:embedded`;;
188
193
Only embedded images. Embedded images can only use the
189
194
`cid:` URL protocol in their `src` attribute.
195
+ --
190
196
191
197
`xpack.notification.email.html.sanitization.disallow`::
192
198
Specifies the HTML elements that are NOT allowed in email notifications.
@@ -259,7 +265,8 @@ via Slack, see {stack-ov}/actions-slack.html#configuring-slack-actions[Configuri
259
265
`xpack.notification.slack` ::
260
266
Specifies account information for sending notifications
261
267
via Slack. You can specify the following Slack account attributes:
262
-
268
+ +
269
+ --
263
270
[[slack-account-attributes]]
264
271
265
272
`url`;;
@@ -291,7 +298,7 @@ via Slack. You can specify the following Slack account attributes:
291
298
Specified as an array as defined in the
292
299
https://api.slack.com/docs/attachments[
293
300
Slack attachments documentation].
294
-
301
+ --
295
302
296
303
[float]
297
304
[[jira-notification-settings]]
@@ -303,7 +310,8 @@ to create issues in Jira, see {stack-ov}/actions-jira.html#configuring-jira-acti
303
310
`xpack.notification.jira` ::
304
311
Specifies account information for using notifications to create
305
312
issues in Jira. You can specify the following Jira account attributes:
306
-
313
+ +
314
+ --
307
315
[[jira-account-attributes]]
308
316
309
317
`url`;;
@@ -331,7 +339,7 @@ issues in Jira. You can specify the following Jira account attributes:
331
339
Default fields values for the issue created in Jira. See
332
340
{stack-ov}/actions-jira.html#jira-action-attributes[Jira Action Attributes] for more information.
333
341
Optional.
334
-
342
+ --
335
343
336
344
[float]
337
345
[[pagerduty-notification-settings]]
@@ -345,7 +353,8 @@ via PagerDuty, see {stack-ov}/actions-pagerduty.html#configuring-pagerduty-acti
345
353
`xpack.notification.pagerduty`::
346
354
Specifies account information for sending notifications
347
355
via PagerDuty. You can specify the following PagerDuty account attributes:
348
-
356
+ +
357
+ --
349
358
`name`;;
350
359
A name for the PagerDuty account associated with the API key you
351
360
are using to access PagerDuty. Required.
@@ -363,25 +372,26 @@ via PagerDuty. You can specify the following PagerDuty account attributes:
363
372
`event_defaults`;;
364
373
Default values for {stack-ov}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[
365
374
PagerDuty event attributes]. Optional.
366
-
375
+ +
367
376
`description`::
368
377
A string that contains the default description for PagerDuty events.
369
378
If no default is configured, each PagerDuty action must specify a
370
379
`description`.
371
-
380
+ +
372
381
`incident_key`::
373
382
A string that contains the default incident key to use when sending
374
383
PagerDuty events.
375
-
384
+ +
376
385
`client`::
377
386
A string that specifies the default monitoring client.
378
-
387
+ +
379
388
`client_url`::
380
389
The URL of the default monitoring client.
381
-
390
+ +
382
391
`event_type`::
383
392
The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.
384
-
393
+ +
385
394
`attach_payload`::
386
395
Whether or not to provide the watch payload as context for
387
396
the event by default. Valid values: `true`, `false`.
397
+ --
0 commit comments