[DOCS] Adds missing icons to Watcher HLRC APIs ()

This commit is contained in:
Lisa Cawley 2019-09-11 16:32:47 -07:00 committed by lcawl
parent 4e371a220b
commit ec5592ed76
12 changed files with 13 additions and 3 deletions

@ -462,6 +462,7 @@ include::security/create-api-key.asciidoc[]
include::security/get-api-key.asciidoc[]
include::security/invalidate-api-key.asciidoc[]
[role="xpack"]
== Watcher APIs
:upid: {mainid}-watcher

@ -4,6 +4,7 @@
:response: AckWatchResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Ack watch API

@ -3,7 +3,7 @@
:request: ActivateWatchRequest
:response: ActivateWatchResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Activate watch API

@ -4,6 +4,7 @@
:response: deactivateWatchResponse
:doc-tests-file: {doc-tests}/WatcherDocumentationIT.java
--
[role="xpack"]
[[java-rest-high-watcher-deactivate-watch]]
=== Deactivate watch API

@ -1,3 +1,4 @@
[role="xpack"]
[[java-rest-high-x-pack-watcher-delete-watch]]
=== Delete watch API

@ -3,6 +3,7 @@
:request: ExecuteWatchRequest
:response: ExecuteWatchResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Execute watch API

@ -3,7 +3,7 @@
:request: GetWatchRequest
:response: GetWatchResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Get watch API

@ -1,3 +1,4 @@
[role="xpack"]
[[java-rest-high-x-pack-watcher-put-watch]]
=== Put watch API

@ -3,6 +3,7 @@
:request: StartWatchServiceRequest
:response: StartWatchServiceResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Start watch service API

@ -3,6 +3,7 @@
:request: StopWatchServiceRequest
:response: StopWatchServiceResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Stop watch service API

@ -3,6 +3,7 @@
:request: WatcherStatsRequest
:response: WatcherStatsResponse
--
[role="xpack"]
[id="{upid}-{api}"]
=== Get Watcher stats API

@ -190,7 +190,7 @@ of a watch during its execution:
image::images/action-throttling.jpg[align="center"]
[role="xpack"]
[[action-foreach]]
=== Running an action for each element in an array
@ -236,6 +236,7 @@ PUT _watcher/watch/log_event_watch
<1> The logging statement will be executed for each of the returned search hits.
[role="xpack"]
[[action-conditions]]
=== Adding conditions to actions