From bec3eca234ca24b9a3b211740d667ce6b670cc00 Mon Sep 17 00:00:00 2001 From: James Rodewig <40268737+jrodewig@users.noreply.github.com> Date: Sat, 24 Oct 2020 20:26:53 -0400 Subject: [PATCH] [DOCS] Remove unneeded words in EQL docs --- docs/reference/eql/eql.asciidoc | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/reference/eql/eql.asciidoc b/docs/reference/eql/eql.asciidoc index ffe4f4546fb..2da12c06df3 100644 --- a/docs/reference/eql/eql.asciidoc +++ b/docs/reference/eql/eql.asciidoc @@ -561,11 +561,8 @@ DELETE /_eql/search/FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERn [[eql-search-store-sync-eql-search]] === Store synchronous EQL searches -By default, the EQL search API only stores async searches that cannot be -completed within the period set by `wait_for_completion_timeout`. - -To save the results for a synchronous search, set `keep_on_completion` to -`true`: +By default, the EQL search API only stores async searches. To save a synchronous +search, set `keep_on_completion` to `true`: [source,console] ----