mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 23:27:25 -04:00
Merge remote-tracking branch 'es/master' into enrich
This commit is contained in:
commit
f97cc7f355
642 changed files with 8326 additions and 6297 deletions
|
@ -5,12 +5,12 @@
|
|||
--
|
||||
|
||||
[id="{upid}-{api}"]
|
||||
=== Ack Watch API
|
||||
=== Ack watch API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Execution
|
||||
|
||||
{xpack-ref}/actions.html#actions-ack-throttle[Acknowledging a watch] enables you
|
||||
{stack-ov}/actions.html#actions-ack-throttle[Acknowledging a watch] enables you
|
||||
to manually throttle execution of a watch's actions. A watch can be acknowledged
|
||||
through the following request:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
|
||||
[id="{upid}-{api}"]
|
||||
=== Activate Watch API
|
||||
=== Activate watch API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Execution
|
||||
|
@ -29,7 +29,7 @@ include-tagged::{doc-tests-file}[{api}-response]
|
|||
<1> `watchStatus` contains status of the watch
|
||||
|
||||
[id="{upid}-{api}-request-async"]
|
||||
==== Asynchronous Execution
|
||||
==== Asynchronous execution
|
||||
|
||||
This request can be executed asynchronously:
|
||||
|
||||
|
|
|
@ -5,6 +5,6 @@
|
|||
:doc-tests-file: {doc-tests}/WatcherDocumentationIT.java
|
||||
--
|
||||
[[java-rest-high-watcher-deactivate-watch]]
|
||||
=== Deactivate Watch API
|
||||
=== Deactivate watch API
|
||||
|
||||
include::../execution.asciidoc[]
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[[java-rest-high-x-pack-watcher-delete-watch]]
|
||||
=== Delete Watch API
|
||||
=== Delete watch API
|
||||
|
||||
[[java-rest-high-x-pack-watcher-delete-watch-execution]]
|
||||
==== Execution
|
||||
|
@ -26,7 +26,7 @@ include-tagged::{doc-tests}/WatcherDocumentationIT.java[x-pack-put-watch-respons
|
|||
<3> `_version` returns the version of the deleted watch
|
||||
|
||||
[[java-rest-high-x-pack-watcher-delete-watch-async]]
|
||||
==== Asynchronous Execution
|
||||
==== Asynchronous execution
|
||||
|
||||
This request can be executed asynchronously:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:response: ExecuteWatchResponse
|
||||
--
|
||||
[id="{upid}-{api}"]
|
||||
=== Execute Watch API
|
||||
=== Execute watch API
|
||||
|
||||
The execute watch API allows clients to immediately execute a watch, either
|
||||
one that has been previously added via the
|
||||
|
@ -27,7 +27,7 @@ include-tagged::{doc-tests-file}[x-pack-execute-watch-by-id]
|
|||
<6> Enable debug mode
|
||||
|
||||
[id="{upid}-{api}-response-by-id"]
|
||||
==== Execute by id Response
|
||||
==== Execute by id response
|
||||
|
||||
The returned `Response` contains details of the execution:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
--
|
||||
|
||||
[id="{upid}-{api}"]
|
||||
=== Get Watch API
|
||||
=== Get watch API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Execution
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[[java-rest-high-x-pack-watcher-put-watch]]
|
||||
=== Put Watch API
|
||||
=== Put watch API
|
||||
|
||||
[[java-rest-high-x-pack-watcher-put-watch-execution]]
|
||||
==== Execution
|
||||
|
@ -28,7 +28,7 @@ include-tagged::{doc-tests}/WatcherDocumentationIT.java[x-pack-put-watch-respons
|
|||
<3> `_version` returns the newly created version
|
||||
|
||||
[[java-rest-high-x-pack-watcher-put-watch-async]]
|
||||
==== Asynchronous Execution
|
||||
==== Asynchronous execution
|
||||
|
||||
This request can be executed asynchronously:
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:response: StartWatchServiceResponse
|
||||
--
|
||||
[id="{upid}-{api}"]
|
||||
=== Start Watch Service API
|
||||
=== Start watch service API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Execution
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:response: StopWatchServiceResponse
|
||||
--
|
||||
[id="{upid}-{api}"]
|
||||
=== Stop Watch Service API
|
||||
=== Stop watch service API
|
||||
|
||||
[[java-rest-high-watcher-stop-watch-service-execution]]
|
||||
==== Execution
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
:response: WatcherStatsResponse
|
||||
--
|
||||
[id="{upid}-{api}"]
|
||||
=== Watcher Stats API
|
||||
=== Get Watcher stats API
|
||||
|
||||
[id="{upid}-{api}-request"]
|
||||
==== Execution
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue