瀏覽代碼

[DOCS] Remove unneeded words in EQL docs

James Rodewig 5 年之前
父節點
當前提交
5953a90505
共有 1 個文件被更改,包括 2 次插入5 次删除
  1. 2 5
      docs/reference/eql/eql.asciidoc

+ 2 - 5
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]
 ----