OpenSearch/docs/reference/migration/migrate_7_0
Luca Cavanna 00a6ad0e9e
Remove aliases resolution limitations when security is enabled (#31952)
Resolving wildcards in aliases expression is challenging as we may end
up with no aliases to replace the original expression with, but if we
replace with an empty array that means _all which is quite the opposite.
Now that we support and serialize the original requested aliases,
whenever aliases are replaced we will be able to know what was
initially requested. `MetaData#findAliases` can then be updated to not
return anything in case it gets empty aliases, but the original aliases
were not empty. That means that empty aliases are interpreted as _all
only if they were originally requested that way.

Relates to #31516
2018-07-20 09:23:32 +02:00
..
aggregations.asciidoc Migrate scripted metric aggregation scripts to ScriptContext design (#30111) 2018-06-25 12:01:33 +01:00
analysis.asciidoc Remove `delimited_payload_filter` (#27705) 2018-04-05 18:41:04 +02:00
api.asciidoc Remove aliases resolution limitations when security is enabled (#31952) 2018-07-20 09:23:32 +02:00
cluster.asciidoc remove _primary and _replica shard preferences (#26791) 2017-10-08 11:03:06 -04:00
indices.asciidoc Circuit-break based on real memory usage 2018-07-13 10:08:28 +02:00
java.asciidoc Docs: Add note about removing prepareExecute from the java client (#31401) 2018-06-19 07:21:58 -07:00
mappings.asciidoc Remove legacy mapping code. (#29224) 2018-04-11 09:41:37 +02:00
packaging.asciidoc Packaging: Remove windows bin files from the tar distribution (#30596) 2018-06-18 19:02:51 +02:00
plugins.asciidoc Correct spelling of AnalysisPlugin#requriesAnalysisSettings (#32025) 2018-07-13 13:13:21 +01:00
restclient.asciidoc REST hl client: cluster health to default to cluster level (#31268) 2018-06-13 15:06:13 +02:00
scripting.asciidoc Change ScriptException status to 400 (bad request) (#30861) 2018-05-30 14:00:07 +02:00
search.asciidoc Remove the ability to index or query context suggestions without context (#31007) 2018-07-09 16:01:01 +02:00
settings.asciidoc Reintroduce mandatory http pipelining support (#30820) 2018-05-23 14:38:52 -06:00
snapshotstats.asciidoc Include size of snapshot in snapshot metadata (#29602) 2018-05-25 21:04:50 +02:00