Skip to content

Commit

Permalink
[DOCS] Add soft line breaks to maintain nested definition list (#41617)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Apr 30, 2019
1 parent 440640d commit 0cb9e92
Showing 1 changed file with 23 additions and 13 deletions.
36 changes: 23 additions & 13 deletions docs/reference/settings/notification-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ via email, see {xpack-ref}/actions-email.html#configuring-email-actions[Configur
`xpack.notification.email.account`::
Specifies account information for sending notifications via email. You
can specify the following email account attributes:

+
--
[[email-account-attributes]]

`profile` (<<cluster-update-settings,Dynamic>>);;
The {xpack-ref}/actions-email.html#configuring-email[email profile] to use to build the MIME
messages that are sent from the account. Valid values: `standard`, `gmail` and
Expand Down Expand Up @@ -144,14 +146,17 @@ can specify the following email account attributes:
`smtp.wait_on_quit` (<<cluster-update-settings,Dynamic>>);;
If set to false the QUIT command is sent and the connection closed. If set to
true, the QUIT command is sent and a reply is waited for. True by default.
--

`xpack.notification.email.html.sanitization.allow`::
Specifies the HTML elements that are allowed in email notifications. For
more information, see {xpack-ref}/actions-email.html#email-html-sanitization[Configuring HTML
Sanitization Options]. You can specify individual HTML elements
and the following HTML feature groups:

+
--
[[html-feature-groups]]

`_tables`;;
All table related elements: `<table>`, `<th>`, `<tr>`
and `<td>`.
Expand Down Expand Up @@ -183,6 +188,7 @@ and the following HTML feature groups:
`img:embedded`;;
Only embedded images. Embedded images can only use the
`cid:` URL protocol in their `src` attribute.
--

`xpack.notification.email.html.sanitization.disallow`::
Specifies the HTML elements that are NOT allowed in email notifications.
Expand Down Expand Up @@ -254,7 +260,8 @@ via Slack, see {xpack-ref}/actions-slack.html#configuring-slack-actions[Configu
`xpack.notification.slack` ::
Specifies account information for sending notifications
via Slack. You can specify the following Slack account attributes:

+
--
[[slack-account-attributes]]

`url`;;
Expand Down Expand Up @@ -283,7 +290,7 @@ via Slack. You can specify the following Slack account attributes:
Specified as an array as defined in the
https://api.slack.com/docs/attachments[
Slack attachments documentation].

--

[float]
[[jira-notification-settings]]
Expand All @@ -295,7 +302,8 @@ to create issues in Jira, see {xpack-ref}/actions-jira.html#configuring-jira-ac
`xpack.notification.jira` ::
Specifies account information for using notifications to create
issues in Jira. You can specify the following Jira account attributes:

+
--
[[jira-account-attributes]]

`url`;;
Expand All @@ -311,7 +319,7 @@ issues in Jira. You can specify the following Jira account attributes:
Default fields values for the issue created in Jira. See
{xpack-ref}/actions-jira.html#jira-action-attributes[Jira Action Attributes] for more information.
Optional.

--

[float]
[[pagerduty-notification-settings]]
Expand All @@ -325,7 +333,8 @@ via PagerDuty, see {xpack-ref}/actions-pagerduty.html#configuring-pagerduty-act
`xpack.notification.pagerduty`::
Specifies account information for sending notifications
via PagerDuty. You can specify the following PagerDuty account attributes:

+
--
`name`;;
A name for the PagerDuty account associated with the API key you
are using to access PagerDuty. Required.
Expand All @@ -338,25 +347,26 @@ via PagerDuty. You can specify the following PagerDuty account attributes:
`event_defaults`;;
Default values for {xpack-ref}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[
PagerDuty event attributes]. Optional.

+
`description`::
A string that contains the default description for PagerDuty events.
If no default is configured, each PagerDuty action must specify a
`description`.

+
`incident_key`::
A string that contains the default incident key to use when sending
PagerDuty events.

+
`client`::
A string that specifies the default monitoring client.

+
`client_url`::
The URL of the default monitoring client.

+
`event_type`::
The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.

+
`attach_payload`::
Whether or not to provide the watch payload as context for
the event by default. Valid values: `true`, `false`.
--

0 comments on commit 0cb9e92

Please sign in to comment.