Skip to content

Commit a17ef32

Browse files
authored
[DOCS] Updates for data stream aliases (#75654) (#79682)
1 parent 6405fea commit a17ef32

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
----
@@ -247,7 +247,7 @@ with a write index instead. See
247247
=== Filter an alias
248248

249249
The `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
----

0 commit comments

Comments
 (0)