mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 07:37:19 -04:00
**Problem:** For historical reasons, source files for the Elasticsearch Guide's security, watcher, and Logstash API docs are housed in the `x-pack/docs` directory. This can confuse new contributors who expect Elasticsearch Guide docs to be located in `docs/reference`. **Solution:** - Move the security, watcher, and Logstash API doc source files to the `docs/reference` directory - Update doc snippet tests to use security Rel: https://github.com/elastic/platform-docs-team/issues/208
43 lines
1 KiB
Text
43 lines
1 KiB
Text
[role="xpack"]
|
|
[[watcher-api]]
|
|
== Watcher APIs
|
|
|
|
* <<watcher-api-put-watch>>
|
|
* <<watcher-api-get-watch>>
|
|
* <<watcher-api-query-watches>>
|
|
* <<watcher-api-delete-watch>>
|
|
* <<watcher-api-execute-watch>>
|
|
* <<watcher-api-ack-watch>>
|
|
* <<watcher-api-activate-watch>>
|
|
* <<watcher-api-deactivate-watch>>
|
|
* <<watcher-api-update-settings>>
|
|
* <<watcher-api-get-settings>>
|
|
* <<watcher-api-stats>>
|
|
* <<watcher-api-stop>>
|
|
* <<watcher-api-start>>
|
|
|
|
//ACK
|
|
include::watcher/ack-watch.asciidoc[]
|
|
//ACTIVATE
|
|
include::watcher/activate-watch.asciidoc[]
|
|
//DEACTIVATE
|
|
include::watcher/deactivate-watch.asciidoc[]
|
|
//DELETE
|
|
include::watcher/delete-watch.asciidoc[]
|
|
//EXECUTE
|
|
include::watcher/execute-watch.asciidoc[]
|
|
//GET
|
|
include::watcher/get-watch.asciidoc[]
|
|
include::watcher/stats.asciidoc[]
|
|
//QUERY
|
|
include::watcher/query-watches.asciidoc[]
|
|
//PUT
|
|
include::watcher/put-watch.asciidoc[]
|
|
// UPDATE-SETTINGS
|
|
include::watcher/update-settings.asciidoc[]
|
|
// GET-SETTINGS
|
|
include::watcher/get-settings.asciidoc[]
|
|
//START
|
|
include::watcher/start.asciidoc[]
|
|
//STOP
|
|
include::watcher/stop.asciidoc[]
|