[DOCS] Make data stream names consistent (#65920) (#65944)

This commit is contained in:
James Rodewig 2020-12-07 09:14:03 -05:00 committed by GitHub
parent 24b48230cc
commit 4676cb30d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -149,9 +149,10 @@ template's index patterns.
[source,console]
----
PUT /_data_stream/my-data-stream-alt
PUT /_data_stream/my-data-stream
----
// TEST[continued]
// TEST[s/my-data-stream/my-data-stream-alt/]
[discrete]
[[secure-a-data-stream]]

View File

@ -38,8 +38,6 @@ PUT /my-data-stream/_create/bfspvnIBr7VVZlfp2lqX?refresh=wait_for
},
"message": "Login successful"
}
PUT /_data_stream/my-data-stream-alt
----
// TESTSETUP