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

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:
James Rodewig 2020-07-20 09:30:30 -04:00 committed by GitHub
parent 82a8d9aa0c
commit 32c8df68ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`: