- Elasticsearch 7.0 Cookbook(Fourth Edition)
- Alberto Paro
- 61字
- 2021-06-24 14:52:27
How it works...
Elasticsearch, during search operations, automatically expands the alias, so the required indices are selected.
The alias metadata is kept in the cluster state. When an alias is added or deleted, all the changes are propagated to all the cluster nodes.
Aliases are mainly functional structures that simply manage indices when data is stored in multiple indices.