[DOCS] Fixes table and code block separators in Watcher documentation (#39426)
This commit is contained in:
parent
995144b197
commit
dedbe60e0a
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue