Browse Source

[DOCS] Fix erroneous data stream ref (#59805)

Removes an erroneous data stream reference added in #58513.

While technically possible, we don't encourage using date math to name
data streams.
James Rodewig 5 years ago
parent
commit
6a02528e91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/snapshot-restore/take-snapshot.asciidoc

+ 1 - 1
docs/reference/snapshot-restore/take-snapshot.asciidoc

@@ -114,7 +114,7 @@ such as who took the snapshot,
 why it was taken, or any other data that might be useful.
 
 Snapshot names can be automatically derived using <<date-math-index-names,date math expressions>>, similarly as when creating
-new data streams or indices. Special characters must be URI encoded.
+new indices. Special characters must be URI encoded.
 
 For example, use the <<create-snapshot-api,create snapshot API>> to create
 a snapshot with the current day in the name, such as `snapshot-2020.07.11`: