elasticsearch/docs/reference/docs
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
..
bulk.asciidoc [DOCS] Document custom routing support for data streams (#59323) 2020-07-09 16:35:44 -04:00
concurrency-control.asciidoc [DOCS] Add document update API link to concurrency control docs (#56481) 2020-05-11 17:35:31 -04:00
data-replication.asciidoc [DOCS] Remove heading offsets for REST APIs (#44568) 2019-07-19 14:35:36 -04:00
delete-by-query.asciidoc [DOCS] Make <target> defs consistent 2020-06-30 15:53:32 -04:00
delete.asciidoc [DOCS] Add data streams to bulk, delete, and index API docs (#58340) 2020-06-23 09:18:28 -04:00
get.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
index_.asciidoc Adding new require_alias option to indexing requests (#58917) 2020-07-17 08:45:46 -04:00
multi-get.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
multi-termvectors.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
refresh.asciidoc [DOCS] Add documentation for near real-time search (#57560) 2020-06-15 14:49:33 -04:00
reindex.asciidoc [DOCS] Add supported ESS settings to ES docs (#57953) 2020-07-02 14:13:06 -04:00
termvectors.asciidoc [DOCS] Replace docdir attribute with es-repo-dir (#57489) 2020-06-01 15:55:05 -07:00
update-by-query.asciidoc [DOCS] Make <target> defs consistent 2020-06-30 15:53:32 -04:00
update.asciidoc Adding new require_alias option to indexing requests (#58917) 2020-07-17 08:45:46 -04:00