Skip to content

Commit 00ee19c

Browse files
committed
[DOCS] Add soft line breaks to maintain nested definition list (#41617)
1 parent ed452e0 commit 00ee19c

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

docs/reference/settings/notification-settings.asciidoc

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,10 @@ via email, see {stack-ov}/actions-email.html#configuring-email-actions[Configuri
7777
`xpack.notification.email.account`::
7878
Specifies account information for sending notifications via email. You
7979
can specify the following email account attributes:
80-
80+
+
81+
--
8182
[[email-account-attributes]]
83+
8284
`profile` (<<cluster-update-settings,Dynamic>>);;
8385
The {stack-ov}/actions-email.html#configuring-email[email profile] to use to build the MIME
8486
messages that are sent from the account. Valid values: `standard`, `gmail` and
@@ -148,14 +150,17 @@ can specify the following email account attributes:
148150
`smtp.wait_on_quit` (<<cluster-update-settings,Dynamic>>);;
149151
If set to false the QUIT command is sent and the connection closed. If set to
150152
true, the QUIT command is sent and a reply is waited for. True by default.
153+
--
151154

152155
`xpack.notification.email.html.sanitization.allow`::
153156
Specifies the HTML elements that are allowed in email notifications. For
154157
more information, see {stack-ov}/actions-email.html#email-html-sanitization[Configuring HTML
155158
Sanitization Options]. You can specify individual HTML elements
156159
and the following HTML feature groups:
157-
160+
+
161+
--
158162
[[html-feature-groups]]
163+
159164
`_tables`;;
160165
All table related elements: `<table>`, `<th>`, `<tr>`
161166
and `<td>`.
@@ -187,6 +192,7 @@ and the following HTML feature groups:
187192
`img:embedded`;;
188193
Only embedded images. Embedded images can only use the
189194
`cid:` URL protocol in their `src` attribute.
195+
--
190196

191197
`xpack.notification.email.html.sanitization.disallow`::
192198
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
259265
`xpack.notification.slack` ::
260266
Specifies account information for sending notifications
261267
via Slack. You can specify the following Slack account attributes:
262-
268+
+
269+
--
263270
[[slack-account-attributes]]
264271

265272
`url`;;
@@ -291,7 +298,7 @@ via Slack. You can specify the following Slack account attributes:
291298
Specified as an array as defined in the
292299
https://api.slack.com/docs/attachments[
293300
Slack attachments documentation].
294-
301+
--
295302

296303
[float]
297304
[[jira-notification-settings]]
@@ -303,7 +310,8 @@ to create issues in Jira, see {stack-ov}/actions-jira.html#configuring-jira-acti
303310
`xpack.notification.jira` ::
304311
Specifies account information for using notifications to create
305312
issues in Jira. You can specify the following Jira account attributes:
306-
313+
+
314+
--
307315
[[jira-account-attributes]]
308316

309317
`url`;;
@@ -331,7 +339,7 @@ issues in Jira. You can specify the following Jira account attributes:
331339
Default fields values for the issue created in Jira. See
332340
{stack-ov}/actions-jira.html#jira-action-attributes[Jira Action Attributes] for more information.
333341
Optional.
334-
342+
--
335343

336344
[float]
337345
[[pagerduty-notification-settings]]
@@ -345,7 +353,8 @@ via PagerDuty, see {stack-ov}/actions-pagerduty.html#configuring-pagerduty-acti
345353
`xpack.notification.pagerduty`::
346354
Specifies account information for sending notifications
347355
via PagerDuty. You can specify the following PagerDuty account attributes:
348-
356+
+
357+
--
349358
`name`;;
350359
A name for the PagerDuty account associated with the API key you
351360
are using to access PagerDuty. Required.
@@ -363,25 +372,26 @@ via PagerDuty. You can specify the following PagerDuty account attributes:
363372
`event_defaults`;;
364373
Default values for {stack-ov}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[
365374
PagerDuty event attributes]. Optional.
366-
375+
+
367376
`description`::
368377
A string that contains the default description for PagerDuty events.
369378
If no default is configured, each PagerDuty action must specify a
370379
`description`.
371-
380+
+
372381
`incident_key`::
373382
A string that contains the default incident key to use when sending
374383
PagerDuty events.
375-
384+
+
376385
`client`::
377386
A string that specifies the default monitoring client.
378-
387+
+
379388
`client_url`::
380389
The URL of the default monitoring client.
381-
390+
+
382391
`event_type`::
383392
The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.
384-
393+
+
385394
`attach_payload`::
386395
Whether or not to provide the watch payload as context for
387396
the event by default. Valid values: `true`, `false`.
397+
--

0 commit comments

Comments
 (0)