OpenSearch/x-pack/docs
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
..
en Remove aliases resolution limitations when security is enabled (#31952) 2018-07-20 09:23:32 +02:00
src/test/java/org/elasticsearch/smoketest [DOCS] Check for Windows and *nix file paths (#31648) 2018-07-02 13:10:52 +01:00
build.gradle [DOCS] Updates Watcher examples for code testing (#31152) 2018-06-22 18:09:37 -07:00