diff --git a/tests/default/nodes/stats.yaml b/tests/default/nodes/stats.yaml index a52225be..7674f463 100644 --- a/tests/default/nodes/stats.yaml +++ b/tests/default/nodes/stats.yaml @@ -166,5 +166,15 @@ chapters: - indices index_metric: - request_cache + response: + status: 200 + - synopsis: Get statistics for search. + path: /_nodes/stats/{metric}/{index_metric} + method: GET + parameters: + metric: + - indices + index_metric: + - search response: status: 200 \ No newline at end of file