@@ -90,8 +90,10 @@ via email, see {xpack-ref}/actions-email.html#configuring-email-actions[Configur
90
90
`xpack.notification.email.account`::
91
91
Specifies account information for sending notifications via email. You
92
92
can specify the following email account attributes:
93
-
93
+ +
94
+ --
94
95
[[email-account-attributes]]
96
+
95
97
`profile` (<<cluster-update-settings,Dynamic>>);;
96
98
The {xpack-ref}/actions-email.html#configuring-email[email profile] to use to build the MIME
97
99
messages that are sent from the account. Valid values: `standard`, `gmail` and
@@ -157,14 +159,17 @@ can specify the following email account attributes:
157
159
`smtp.wait_on_quit` (<<cluster-update-settings,Dynamic>>);;
158
160
If set to false the QUIT command is sent and the connection closed. If set to
159
161
true, the QUIT command is sent and a reply is waited for. True by default.
162
+ --
160
163
161
164
`xpack.notification.email.html.sanitization.allow`::
162
165
Specifies the HTML elements that are allowed in email notifications. For
163
166
more information, see {xpack-ref}/actions-email.html#email-html-sanitization[Configuring HTML
164
167
Sanitization Options]. You can specify individual HTML elements
165
168
and the following HTML feature groups:
166
-
169
+ +
170
+ --
167
171
[[html-feature-groups]]
172
+
168
173
`_tables`;;
169
174
All table related elements: `<table>`, `<th>`, `<tr>`
170
175
and `<td>`.
@@ -196,6 +201,7 @@ and the following HTML feature groups:
196
201
`img:embedded`;;
197
202
Only embedded images. Embedded images can only use the
198
203
`cid:` URL protocol in their `src` attribute.
204
+ --
199
205
200
206
`xpack.notification.email.html.sanitization.disallow`::
201
207
Specifies 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
216
222
`xpack.notification.slack` ::
217
223
Specifies account information for sending notifications
218
224
via Slack. You can specify the following Slack account attributes:
219
-
225
+ +
226
+ --
220
227
[[slack-account-attributes]]
221
228
222
229
`secure_url` (<<secure-settings,Secure>>);;
@@ -244,7 +251,7 @@ via Slack. You can specify the following Slack account attributes:
244
251
Specified as an array as defined in the
245
252
https://api.slack.com/docs/attachments[
246
253
Slack attachments documentation].
247
-
254
+ --
248
255
249
256
[float]
250
257
[[jira-notification-settings]]
@@ -256,7 +263,8 @@ to create issues in Jira, see {xpack-ref}/actions-jira.html#configuring-jira-ac
256
263
`xpack.notification.jira` ::
257
264
Specifies account information for using notifications to create
258
265
issues in Jira. You can specify the following Jira account attributes:
259
-
266
+ +
267
+ --
260
268
[[jira-account-attributes]]
261
269
262
270
`secure_url` (<<secure-settings,Secure>>);;
@@ -272,7 +280,7 @@ issues in Jira. You can specify the following Jira account attributes:
272
280
Default fields values for the issue created in Jira. See
273
281
{xpack-ref}/actions-jira.html#jira-action-attributes[Jira Action Attributes] for more information.
274
282
Optional.
275
-
283
+ --
276
284
277
285
[float]
278
286
[[pagerduty-notification-settings]]
@@ -286,7 +294,8 @@ via PagerDuty, see {xpack-ref}/actions-pagerduty.html#configuring-pagerduty-act
286
294
`xpack.notification.pagerduty`::
287
295
Specifies account information for sending notifications
288
296
via PagerDuty. You can specify the following PagerDuty account attributes:
289
-
297
+ +
298
+ --
290
299
`name`;;
291
300
A name for the PagerDuty account associated with the API key you
292
301
are using to access PagerDuty. Required.
@@ -299,25 +308,26 @@ via PagerDuty. You can specify the following PagerDuty account attributes:
299
308
`event_defaults`;;
300
309
Default values for {xpack-ref}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[
301
310
PagerDuty event attributes]. Optional.
302
-
311
+ +
303
312
`description`::
304
313
A string that contains the default description for PagerDuty events.
305
314
If no default is configured, each PagerDuty action must specify a
306
315
`description`.
307
-
316
+ +
308
317
`incident_key`::
309
318
A string that contains the default incident key to use when sending
310
319
PagerDuty events.
311
-
320
+ +
312
321
`client`::
313
322
A string that specifies the default monitoring client.
314
-
323
+ +
315
324
`client_url`::
316
325
The URL of the default monitoring client.
317
-
326
+ +
318
327
`event_type`::
319
328
The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.
320
-
329
+ +
321
330
`attach_payload`::
322
331
Whether or not to provide the watch payload as context for
323
332
the event by default. Valid values: `true`, `false`.
333
+ --
0 commit comments