[DOCS] Update `ignore_unavailable` default for EQL search API (#63210) (#63674)

This commit is contained in:
James Rodewig 2020-10-14 09:56:46 -04:00 committed by GitHub
parent 5de05ba69c
commit f9adb36d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -64,7 +64,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
+
Defaults to `open`.
include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=index-ignore-unavailable]
`ignore_unavailable`::
(Optional, boolean) If `true`, missing or closed indices are not included in the
response. Defaults to `true`.
`keep_alive`::
+