elasticsearch/docs/reference/rest-api
Benjamin Trent f72b893fd3
Adding new require_alias option to indexing requests (#58917)
This commit adds the `require_alias` flag to requests that create new documents.

This flag, when `true` prevents the request from automatically creating an index. Instead, the destination of the request MUST be an alias.

When the flag is not set, or `false`, the behavior defaults to the `action.auto_create_index` settings.

This is useful when an alias is required instead of a concrete index.

closes https://github.com/elastic/elasticsearch/issues/55267
2020-07-17 08:45:46 -04:00
..
common-parms.asciidoc Adding new require_alias option to indexing requests (#58917) 2020-07-17 08:45:46 -04:00
cron-expressions.asciidoc [DOCS] Extract the cron docs from Watcher docs and add to the API conventions. (#56313) 2020-05-12 15:32:47 -07:00
defs.asciidoc [DOCS] Fine-tunes data frame analytics API docs formatting. (#50799) 2020-01-09 16:21:01 +01:00
index.asciidoc Suppress searchable snapshots docs in releases (#58652) 2020-06-30 12:24:35 +01:00
info.asciidoc Add telemetery for data streams (#59433) 2020-07-13 12:12:22 -06:00
usage.asciidoc Add telemetery for data streams (#59433) 2020-07-13 12:12:22 -06:00