Skip to content

Commit

Permalink
[DOCS] EQL: Remove erroneous CCS reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Jul 1, 2021
1 parent b7c862e commit 60c116e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/reference/eql/eql.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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, <<data-tiers,cold>> or <<data-tiers,frozen>>
data, or <<modules-cross-cluster-search,multiple clusters>>.
searches across large data sets or <<data-tiers,frozen>> 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.
Expand Down

0 comments on commit 60c116e

Please sign in to comment.