Skip to content

Commit 1175fc6

Browse files
authored
Fix default search timeout in watcher docs (#106404) (#106504)
1 parent c53745e commit 1175fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/watcher/input/search.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ accurately.
194194
When a search generates a large response, you can use `extract` to select the
195195
relevant fields instead of loading the entire response.
196196

197-
| `timeout` | no | 30s | The timeout for waiting for the search api call to return. If no response is
197+
| `timeout` | no | 1m | The timeout for waiting for the search api call to return. If no response is
198198
returned within this time, the search input times out and fails. This setting
199199
overrides the default search operations timeouts.
200200
|======

0 commit comments

Comments
 (0)