You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/query-languages/esql/_snippets/commands/layout/completion.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,15 @@ How you increase the timeout depends on your deployment type:
59
59
:::{tab-item} {{ech}}
60
60
* You can adjust {{es}} settings in the [Elastic Cloud Console](docs-content://deploy-manage/deploy/elastic-cloud/edit-stack-settings.md)
61
61
* You can also adjust the `search.default_search_timeout` cluster setting using [Kibana's Advanced settings](kibana://reference/advanced-settings.md#kibana-search-settings)
62
-
* The default timeout is 10 minutes
63
62
:::
64
63
65
64
:::{tab-item} Self-managed
66
65
* You can configure at the cluster level by setting `search.default_search_timeout` in `elasticsearch.yml` or updating via [Cluster Settings API](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-put-settings)
67
66
* You can also adjust the `search:timeout` setting using [Kibana's Advanced settings](kibana://reference/advanced-settings.md#kibana-search-settings)
68
67
* Alternatively, you can add timeout parameters to individual queries
69
-
* The default timeout is 10 minutes
70
68
:::
71
69
72
70
:::{tab-item} {{serverless-full}}
73
-
* The default timeout is 10 minutes
74
71
* Requires a manual override from Elastic Support because you cannot modify timeout settings directly
0 commit comments