Skip to content

Commit

Permalink
Added tests for /_data_stream/_stats.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Sep 3, 2024
1 parent 556c314 commit 55ee4ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tests/default/indices/data_stream/stats.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: ../../../../json_schemas/test_story.schema.yaml

description: Test data streams.
description: Test data stream stats.
prologues:
- path: /_index_template/logs-template-nginx
method: PUT
Expand Down Expand Up @@ -29,7 +29,10 @@ epilogues:
method: DELETE
status: [200, 404]
chapters:
- synopsis: Get data stream stats.
- synopsis: Get all data stream stats.
path: /_data_stream/_stats
method: GET
- synopsis: Get data stream stats for an index.
path: /_data_stream/{name}/_stats
method: GET
parameters:
Expand Down

0 comments on commit 55ee4ab

Please sign in to comment.