Update APIs to 8.8.0

This commit is contained in:
Josh Mock
2023-05-26 12:15:32 -05:00
parent 26e04997eb
commit 4a1860b29c
6 changed files with 381 additions and 72 deletions

View File

@ -4119,6 +4119,16 @@ Forces the execution of a stored watch.
client.watcher.executeWatch(...)
----
[discrete]
==== get_settings
Retrieve settings for the watcher system index
{ref}/watcher-api-get-settings.html[Endpoint documentation]
[source,ts]
----
client.watcher.getSettings(...)
----
[discrete]
==== get_watch
Retrieves a watch by its ID.
@ -4179,6 +4189,16 @@ Stops Watcher if it is running.
client.watcher.stop(...)
----
[discrete]
==== update_settings
Update settings for the watcher system index
{ref}/watcher-api-update-settings.html[Endpoint documentation]
[source,ts]
----
client.watcher.updateSettings(...)
----
[discrete]
=== xpack
[discrete]