@@ -48,7 +48,7 @@ async def ack_watch(
4848 This happens when the condition of the watch is not met (the condition evaluates to false).</p>
4949
5050
51- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- ack-watch.html >`_
51+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-ack-watch>`_
5252
5353 :param watch_id: The watch identifier.
5454 :param action_id: A comma-separated list of the action identifiers to acknowledge.
@@ -104,7 +104,7 @@ async def activate_watch(
104104 A watch can be either active or inactive.</p>
105105
106106
107- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- activate-watch.html >`_
107+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-activate-watch>`_
108108
109109 :param watch_id: The watch identifier.
110110 """
@@ -148,7 +148,7 @@ async def deactivate_watch(
148148 A watch can be either active or inactive.</p>
149149
150150
151- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- deactivate-watch.html >`_
151+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-deactivate-watch>`_
152152
153153 :param watch_id: The watch identifier.
154154 """
@@ -196,7 +196,7 @@ async def delete_watch(
196196 When Elasticsearch security features are enabled, make sure no write privileges are granted to anyone for the <code>.watches</code> index.</p>
197197
198198
199- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- delete-watch.html >`_
199+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-delete-watch>`_
200200
201201 :param id: The watch identifier.
202202 """
@@ -277,7 +277,7 @@ async def execute_watch(
277277 <p>When using the run watch API, the authorization data of the user that called the API will be used as a base, instead of the information who stored the watch.</p>
278278
279279
280- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- execute-watch.html >`_
280+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-execute-watch>`_
281281
282282 :param id: The watch identifier.
283283 :param action_modes: Determines how to handle the watch actions as part of the
@@ -365,7 +365,7 @@ async def get_settings(
365365 Only a subset of settings are shown, for example <code>index.auto_expand_replicas</code> and <code>index.number_of_replicas</code>.</p>
366366
367367
368- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- get-settings.html >`_
368+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-get-settings>`_
369369
370370 :param master_timeout: The period to wait for a connection to the master node.
371371 If no response is received before the timeout expires, the request fails
@@ -410,7 +410,7 @@ async def get_watch(
410410 <p>Get a watch.</p>
411411
412412
413- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- get-watch.html >`_
413+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-get-watch>`_
414414
415415 :param id: The watch identifier.
416416 """
@@ -485,7 +485,7 @@ async def put_watch(
485485 If the user is able to read index <code>a</code>, but not index <code>b</code>, the same will apply when the watch runs.</p>
486486
487487
488- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- put-watch.html >`_
488+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-put-watch>`_
489489
490490 :param id: The identifier for the watch.
491491 :param actions: The list of actions that will be run if the condition matches.
@@ -598,7 +598,7 @@ async def query_watches(
598598 <p>Note that only the <code>_id</code> and <code>metadata.*</code> fields are queryable or sortable.</p>
599599
600600
601- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- query-watches.html >`_
601+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-query-watches>`_
602602
603603 :param from_: The offset from the first result to fetch. It must be non-negative.
604604 :param query: A query that filters the watches to be returned.
@@ -673,7 +673,7 @@ async def start(
673673 Start the Watcher service if it is not already running.</p>
674674
675675
676- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- start.html >`_
676+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-start>`_
677677
678678 :param master_timeout: Period to wait for a connection to the master node.
679679 """
@@ -739,7 +739,7 @@ async def stats(
739739 You retrieve more metrics by using the metric parameter.</p>
740740
741741
742- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- stats.html >`_
742+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-stats>`_
743743
744744 :param metric: Defines which additional metrics are included in the response.
745745 :param emit_stacktraces: Defines whether stack traces are generated for each
@@ -790,7 +790,7 @@ async def stop(
790790 Stop the Watcher service if it is running.</p>
791791
792792
793- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- stop.html >`_
793+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-stop>`_
794794
795795 :param master_timeout: The period to wait for the master node. If the master
796796 node is not available before the timeout expires, the request fails and returns
@@ -851,7 +851,7 @@ async def update_settings(
851851 Watcher shards must always be in the <code>data_content</code> tier.</p>
852852
853853
854- `<https://www.elastic.co/guide/en/ elasticsearch/reference/8.18/ watcher-api- update-settings.html >`_
854+ `<https://www.elastic.co/docs/api/doc/ elasticsearch/v8/operation/operation- watcher-update-settings>`_
855855
856856 :param index_auto_expand_replicas:
857857 :param index_number_of_replicas:
0 commit comments