diff --git a/docs/reference/eql/eql.asciidoc b/docs/reference/eql/eql.asciidoc index e23891e79cae3..48cf1c0a08ffc 100644 --- a/docs/reference/eql/eql.asciidoc +++ b/docs/reference/eql/eql.asciidoc @@ -600,8 +600,7 @@ GET /my-data-stream/_eql/search By default, EQL search requests are synchronous and wait for complete results before returning a response. However, complete results can take longer for -searches across large data sets, <> or <> -data, or <>. +searches across large data sets or <> data. To avoid long waits, run an async EQL search. Set `wait_for_completion_timeout` to a duration you'd like to wait for synchronous results.