[DOCS] Remove unneeded words in EQL docs

This commit is contained in:
James Rodewig 2020-10-24 20:26:53 -04:00
parent 8e726c3f14
commit bec3eca234
1 changed files with 2 additions and 5 deletions

View File

@ -561,11 +561,8 @@ DELETE /_eql/search/FmNJRUZ1YWZCU3dHY1BIOUhaenVSRkEaaXFlZ3h4c1RTWFNocDdnY2FSaERn
[[eql-search-store-sync-eql-search]] [[eql-search-store-sync-eql-search]]
=== Store synchronous EQL searches === Store synchronous EQL searches
By default, the EQL search API only stores async searches that cannot be By default, the EQL search API only stores async searches. To save a synchronous
completed within the period set by `wait_for_completion_timeout`. search, set `keep_on_completion` to `true`:
To save the results for a synchronous search, set `keep_on_completion` to
`true`:
[source,console] [source,console]
---- ----