We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a57fc commit e7be978Copy full SHA for e7be978
docs/reference/alias.asciidoc
@@ -2,12 +2,14 @@
2
[[aliases]]
3
= Aliases
4
5
-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}
6
APIs accept an alias in place of a data stream or index name.
7
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.
+Aliases enable you to:
+
+* 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
13
14
[discrete]
15
[[alias-types]]
0 commit comments