Skip to content

Commit

Permalink
[DOCS] Fix the data stream stats api url in the doc (elastic#64200) (e…
Browse files Browse the repository at this point in the history
  • Loading branch information
danhermann authored Jan 28, 2021
1 parent ae87baf commit 25272e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/indices/data-stream-stats.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ for the data stream.
[[data-stream-stats-api-request]]
==== {api-request-title}

`GET /_data_stream/<data-stream>`
`GET /_data_stream/<data-stream>/_stats`


[[data-stream-stats-api-path-params]]
Expand Down Expand Up @@ -215,4 +215,4 @@ The API returns the following response.
// TESTRESPONSE[s/"store_size": "3.7kb"/"store_size": $body.data_streams.0.store_size/]
// TESTRESPONSE[s/"store_size_bytes": 3772/"store_size_bytes": $body.data_streams.0.store_size_bytes/]
// TESTRESPONSE[s/"store_size": "3.4kb"/"store_size": $body.data_streams.1.store_size/]
// TESTRESPONSE[s/"store_size_bytes": 3496/"store_size_bytes": $body.data_streams.1.store_size_bytes/]
// TESTRESPONSE[s/"store_size_bytes": 3496/"store_size_bytes": $body.data_streams.1.store_size_bytes/]

0 comments on commit 25272e1

Please sign in to comment.