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
124
124
=== Add an alias at index creation
125
125
126
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 .
127
+ <<indices-put-template,index template>> to add index or data stream aliases
128
+ when they are created .
129
129
130
130
[source,console]
131
131
----
@@ -251,7 +251,7 @@ with a write index instead. See
251
251
=== Filter an alias
252
252
253
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`.
254
+ can access.
255
255
256
256
[source,console]
257
257
----
You can’t perform that action at this time.
0 commit comments