File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -124,8 +124,8 @@ POST _aliases
124124=== Add an alias at index creation
125125
126126You 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 .
127+ <<indices-put-template,index template>> to add index or data stream aliases
128+ when they are created .
129129
130130[source,console]
131131----
@@ -247,7 +247,7 @@ with a write index instead. See
247247=== Filter an alias
248248
249249The `filter` option uses <<query-dsl,Query DSL>> to limit the documents an alias
250- can access. Data stream aliases do not support `filter`.
250+ can access.
251251
252252[source,console]
253253----
You can’t perform that action at this time.
0 commit comments