Removes an erroneous data stream reference added in #58513. While technically possible, we don't encourage using date math to name data streams.
This commit is contained in:
parent
82a8d9aa0c
commit
32c8df68ba
|
@ -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`:
|
||||
|
|
Loading…
Reference in New Issue