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 6405fea commit a17ef32Copy full SHA for a17ef32
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
----
@@ -247,7 +247,7 @@ with a write index instead. See
247
=== Filter an alias
248
249
The `filter` option uses <<query-dsl,Query DSL>> to limit the documents an alias
250
-can access. Data stream aliases do not support `filter`.
+can access.
251
252
253
0 commit comments