Skip to content

Commit e7be978

Browse files
georgewallacethekofimensahleemthompo
authored
Adjusted alias doc for clarity (elastic#120437) (elastic#121063)
Co-authored-by: Kofi B <[email protected]> Co-authored-by: Liam Thompson <[email protected]>
1 parent c5a57fc commit e7be978

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/reference/alias.asciidoc

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
[[aliases]]
33
= Aliases
44

5-
An alias is a secondary name for a group of data streams or indices. Most {es}
5+
An alias points to one or more indices or data streams. Most {es}
66
APIs accept an alias in place of a data stream or index name.
77

8-
You can change the data streams or indices of an alias at any time. If you use
9-
aliases in your application's {es} requests, you can reindex data with no
10-
downtime or changes to your app's code.
8+
Aliases enable you to:
9+
10+
* Query multiple indices/data streams together with a single name
11+
* Change which indices/data streams your application uses in real time
12+
* <<docs-reindex,Reindex>> data without downtime
1113

1214
[discrete]
1315
[[alias-types]]

0 commit comments

Comments
 (0)