Browse Source

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

James Rodewig 5 years ago
parent
commit
857c2d1cd4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      docs/reference/eql/eql-search-api.asciidoc

+ 3 - 1
docs/reference/eql/eql-search-api.asciidoc

@@ -64,7 +64,9 @@ include::{es-repo-dir}/rest-api/common-parms.asciidoc[tag=expand-wildcards]
 +
 +
 Defaults to `open`.
 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`::
 `keep_alive`::
 +
 +