Skip to content

Commit

Permalink
[DOCS] Updates for data stream aliases (#75654) (#79682)
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Oct 25, 2021
1 parent 6405fea commit a17ef32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/reference/alias.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ POST _aliases
=== Add an alias at index creation

You can also use a <<indices-component-template,component>> or
<<indices-put-template,index template>> to add index aliases at index creation.
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.

[source,console]
----
Expand Down Expand Up @@ -247,7 +247,7 @@ with a write index instead. See
=== Filter an alias

The `filter` option uses <<query-dsl,Query DSL>> to limit the documents an alias
can access. Data stream aliases do not support `filter`.
can access.

[source,console]
----
Expand Down

0 comments on commit a17ef32

Please sign in to comment.