Adjusted alias doc for clarity (#120437) (#121064)

Co-authored-by: Kofi B <kofi.bartlett@elastic.co>
Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
George Wallace 2025-01-28 09:52:52 -07:00 committed by GitHub
parent b925b0cbcc
commit 1a05f41a71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 4 deletions

View File

@ -2,12 +2,14 @@
[[aliases]]
= Aliases
An alias is a secondary name for a group of data streams or indices. Most {es}
An alias points to one or more indices or data streams. Most {es}
APIs accept an alias in place of a data stream or index name.
You can change the data streams or indices of an alias at any time. If you use
aliases in your application's {es} requests, you can reindex data with no
downtime or changes to your app's code.
Aliases enable you to:
* Query multiple indices/data streams together with a single name
* Change which indices/data streams your application uses in real time
* <<docs-reindex,Reindex>> data without downtime
[discrete]
[[alias-types]]