[DOCS] Fix nested def list for Asciidoctor (#42353)

This commit is contained in:
James Rodewig 2019-05-24 13:39:29 -04:00
parent 329d1307a5
commit 43dd081e22

View File

@ -304,38 +304,39 @@ Specifies account information for sending notifications
via PagerDuty. You can specify the following PagerDuty account attributes: via PagerDuty. You can specify the following PagerDuty account attributes:
+ +
-- --
`name`;; `name`;;
A name for the PagerDuty account associated with the API key you A name for the PagerDuty account associated with the API key you
are using to access PagerDuty. Required. are using to access PagerDuty. Required.
`secure_service_api_key` (<<secure-settings,Secure>>);; `secure_service_api_key` (<<secure-settings,Secure>>);;
The https://developer.pagerduty.com/documentation/rest/authentication[ The https://developer.pagerduty.com/documentation/rest/authentication[
PagerDuty API key] to use to access PagerDuty. Required. PagerDuty API key] to use to access PagerDuty. Required.
--
+
`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.
`event_defaults`;; `client`::
Default values for {xpack-ref}/actions-pagerduty.html#pagerduty-event-trigger-incident-attributes[ A string that specifies the default monitoring client.
PagerDuty event attributes]. Optional.
+ `client_url`::
`description`:: The URL of the default monitoring client.
A string that contains the default description for PagerDuty events.
If no default is configured, each PagerDuty action must specify a `event_type`::
`description`. The default event type. Valid values: `trigger`,`resolve`, `acknowledge`.
+
`incident_key`:: `attach_payload`::
A string that contains the default incident key to use when sending Whether or not to provide the watch payload as context for
PagerDuty events. the event by default. Valid values: `true`, `false`.
+
`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`.
-- --