Skip to content

Adds external link to ack_watch API #4607

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions output/openapi/elasticsearch-openapi.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 5 additions & 3 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions specification/_doc_ids/table.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
ack-watch, https://www.elastic.co/docs/explore-analyze/alerts-cases/watcher/actions#example
apis,https://www.elastic.co/docs/api/doc/elasticsearch
add-nodes,https://www.elastic.co/docs/deploy-manage/maintenance/add-and-remove-elasticsearch-nodes
alias-update,https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-indices-put-alias
Expand Down
2 changes: 2 additions & 0 deletions specification/watcher/ack_watch/WatcherAckWatchRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ import { Name, Names } from '@_types/common'
*
* Acknowledging an action throttles further executions of that action until its `ack.state` is reset to `awaits_successful_execution`.
* This happens when the condition of the watch is not met (the condition evaluates to false).
* To demonstrate how throttling works in practice and how it can be configured for individual actions within a watch, refer to External documentation.
* @rest_spec_name watcher.ack_watch
* @availability stack stability=stable
* @cluster_privileges manage_watcher
* @doc_id watcher-api-ack-watch
* @ext_doc_id ack-watch
*/
export interface Request extends RequestBase {
urls: [
Expand Down