From dedbe60e0a26412766bce5cd78ace38766ffe2eb Mon Sep 17 00:00:00 2001 From: Lisa Cawley Date: Wed, 27 Feb 2019 08:15:01 -0800 Subject: [PATCH] [DOCS] Fixes table and code block separators in Watcher documentation (#39426) --- x-pack/docs/en/watcher/actions/email.asciidoc | 6 +++--- .../example-watches/example-watch-meetupdata.asciidoc | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x-pack/docs/en/watcher/actions/email.asciidoc b/x-pack/docs/en/watcher/actions/email.asciidoc index 37cd8450850..565783dd61e 100644 --- a/x-pack/docs/en/watcher/actions/email.asciidoc +++ b/x-pack/docs/en/watcher/actions/email.asciidoc @@ -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 <> 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 diff --git a/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc b/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc index 077e27f00ed..1f6c951e504 100644 --- a/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc +++ b/x-pack/docs/en/watcher/example-watches/example-watch-meetupdata.asciidoc @@ -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",