Skip to content

Commit 23b288d

Browse files
authored
[DOCS] Fix ignore_unavailable parameter definition (#84071) (#84114)
The current `ignore_unavailable` definition is a bit misleading. The parameter primarily determines if a request that targets a missing or closed index returns an error. (cherry picked from commit f9a64b2) # Conflicts: # docs/reference/eql/eql-search-api.asciidoc
1 parent ea06815 commit 23b288d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/rest-api/common-parms.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,8 +405,8 @@ end::ignore_throttled[]
405405

406406
tag::index-ignore-unavailable[]
407407
`ignore_unavailable`::
408-
(Optional, Boolean) If `true`, missing or closed indices are not included in the
409-
response. Defaults to `false`.
408+
(Optional, Boolean) If `false`, the request returns an error if it targets a
409+
missing or closed index. Defaults to `false`.
410410
end::index-ignore-unavailable[]
411411

412412
tag::include-defaults[]

0 commit comments

Comments
 (0)