浏览代码

[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 年之前
父节点
当前提交
6a02528e91
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 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
 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
 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`:
 a snapshot with the current day in the name, such as `snapshot-2020.07.11`: