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 bbfc6d2 commit d7ecd57Copy full SHA for d7ecd57
docs/reference/alias.asciidoc
@@ -124,8 +124,8 @@ POST _aliases
124
=== Add an alias at index creation
125
126
You can also use a <<indices-component-template,component>> or
127
-<<indices-put-template,index template>> to add index aliases at index creation.
128
-You cannot use a component or index template to add a data stream alias.
+<<indices-put-template,index template>> to add index or data stream aliases
+when they are created.
129
130
[source,console]
131
----
@@ -251,7 +251,7 @@ with a write index instead. See
251
=== Filter an alias
252
253
The `filter` option uses <<query-dsl,Query DSL>> to limit the documents an alias
254
-can access. Data stream aliases do not support `filter`.
+can access.
255
256
257
0 commit comments