mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-10 06:55:32 +00:00
547b0ebc1b
The deprecated handlers should have been removed earlier, but are now going to to away finally. Also the watcher restart action has been removed, mainly because users should not blindly restart, but always make sure, that watcher is stopped correctly before restarting. This had been removed from the transport action previously. Original commit: elastic/x-pack-elasticsearch@78a5ec3c05
27 lines
747 B
Plaintext
27 lines
747 B
Plaintext
[role="xpack"]
|
|
[[watcher-api]]
|
|
== Watcher APIs
|
|
|
|
* <<watcher-api-put-watch>>
|
|
* <<watcher-api-get-watch>>
|
|
* <<watcher-api-delete-watch>>
|
|
* <<watcher-api-execute-watch>>
|
|
* <<watcher-api-ack-watch>>
|
|
* <<watcher-api-activate-watch>>
|
|
* <<watcher-api-deactivate-watch>>
|
|
* <<watcher-api-stats>>
|
|
* <<watcher-api-stop>>
|
|
* <<watcher-api-start>>
|
|
* <<watcher-api-restart>>
|
|
|
|
include::watcher/put-watch.asciidoc[]
|
|
include::watcher/get-watch.asciidoc[]
|
|
include::watcher/delete-watch.asciidoc[]
|
|
include::watcher/execute-watch.asciidoc[]
|
|
include::watcher/ack-watch.asciidoc[]
|
|
include::watcher/activate-watch.asciidoc[]
|
|
include::watcher/deactivate-watch.asciidoc[]
|
|
include::watcher/stats.asciidoc[]
|
|
include::watcher/stop.asciidoc[]
|
|
include::watcher/start.asciidoc[]
|