Skip to content

Commit d7ecd57

Browse files
authored
[DOCS] Updates for data stream aliases (#75654)
1 parent bbfc6d2 commit d7ecd57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/reference/alias.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,8 @@ POST _aliases
124124
=== Add an alias at index creation
125125

126126
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.
129129

130130
[source,console]
131131
----
@@ -251,7 +251,7 @@ with a write index instead. See
251251
=== Filter an alias
252252

253253
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.
255255

256256
[source,console]
257257
----

0 commit comments

Comments
 (0)