mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Add require_alias
to Bulk API (#66259)
This commit is contained in:
parent
c05c4b3d45
commit
8dc3fa98f7
2 changed files with 20 additions and 0 deletions
|
@ -580,6 +580,13 @@ such as `1264`.
|
|||
A value of `-1` indicates {es} was unable to compute this number.
|
||||
end::memory[]
|
||||
|
||||
tag::bulk-require-alias[]
|
||||
`require_alias`::
|
||||
(Optional, Boolean)
|
||||
If `true`, the action must target an <<indices-aliases,index alias>>. Defaults
|
||||
to `false`.
|
||||
end::bulk-require-alias[]
|
||||
|
||||
tag::require-alias[]
|
||||
`require_alias`::
|
||||
(Optional, Boolean)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue