mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-26 09:58:28 +00:00
[DOCS] Adds missing icons to Watcher HLRC APIs (#46626)
This commit is contained in:
parent
4e371a220b
commit
ec5592ed76
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user