[DOCS] Fixes table and code block separators in Watcher documentation (#39426)

This commit is contained in:
Lisa Cawley 2019-02-27 08:15:01 -08:00 committed by lcawl
parent 995144b197
commit dedbe60e0a
2 changed files with 6 additions and 6 deletions

View File

@ -117,11 +117,11 @@ killed by firewalls or load balancers in-between.
specify the `url` attribute to configure the host and path to
the service endpoint. See <<webhook-action-attributes>> for
the full list of HTTP request attributes. Required.
|======
|=====
.`data` attachment type attributes
[options="header"]
|=====
|======
| Name | Description
| `format` | Attaches the watch data, equivalent to specifying `attach_data`
in the watch configuration. Possible values are `json` or `yaml`.
@ -131,7 +131,7 @@ killed by firewalls or load balancers in-between.
.`reporting` attachment type attributes
[options="header"]
|=====
|======
| Name | Description
| `url` | The URL to trigger the dashboard creation
| `inline` | Configures as an attachment to sent with disposition `inline`. This

View File

@ -50,7 +50,7 @@ output { <2>
[source,shell]
----------------------------------------------------------
curl http://stream.meetup.com/2/rsvps | bin/logstash -f livestream.conf
---------------------------------------------------------
----------------------------------------------------------
// NOTCONSOLE
--
@ -143,7 +143,7 @@ To set up the watch:
}
}
},
--------------------------------------------------
-------------------------------------------------
// NOTCONSOLE
<1> Elasticsearch Date math is used to select the Logstash indices that contain the meetup data. The second pattern is needed in case the previous hour crosses days.
<2> Find all of the RSVPs with `Open Source` as a topic.
@ -167,7 +167,7 @@ To set up the watch:
+
--
[source,js]
--------------------------------------------------
---------------------------------------------------
"actions": {
"email_me": {
"throttle_period": "10m",