OpenSearch/modules
Benjamin Trent b7f30fc929
[7.x] Adding new `require_alias` option to indexing requests (#58917) (#59769)
* 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 10:24:58 -04:00
..
aggs-matrix-stats Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
analysis-common Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
geo Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
ingest-common [7.x] Adding new `require_alias` option to indexing requests (#58917) (#59769) 2020-07-17 10:24:58 -04:00
ingest-geoip Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
ingest-user-agent Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
kibana Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
lang-expression upgrade to lucene-8.6.0 release (#59596) (#59599) 2020-07-15 12:40:57 +02:00
lang-mustache Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
lang-painless Scripting: Augment String with sha1 and sha256 (#59671) (#59723) 2020-07-16 15:17:32 -05:00
mapper-extras Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
parent-join Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
percolator Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
rank-eval Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
reindex [7.x] Adding new `require_alias` option to indexing requests (#58917) (#59769) 2020-07-17 10:24:58 -04:00
repository-url Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
systemd Encapsulate systemd extender 2020-04-20 21:17:42 -04:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00