File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -2731,6 +2731,7 @@ parameter to `ingest` and use the
2731
2731
--------------------------------------------------
2732
2732
GET /_nodes/stats/ingest?filter_path=nodes.*.ingest
2733
2733
--------------------------------------------------
2734
+ // TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
2734
2735
2735
2736
You can use the `metric` and `filter_path` query parameters to get the same
2736
2737
response.
@@ -2739,6 +2740,7 @@ response.
2739
2740
--------------------------------------------------
2740
2741
GET /_nodes/stats?metric=ingest&filter_path=nodes.*.ingest
2741
2742
--------------------------------------------------
2743
+ // TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
2742
2744
2743
2745
To further refine the response, change the `filter_path` value.
2744
2746
For example, the following request only returns ingest pipeline statistics.
You can’t perform that action at this time.
0 commit comments