From aa083ce41972a89ec33b943b75f1e80e17d59a04 Mon Sep 17 00:00:00 2001 From: Iraklis Psaroudakis Date: Tue, 8 Nov 2022 14:57:37 +0200 Subject: [PATCH] [CI] Mute reference/cluster/nodes-stats (#91399) relates #91081 --- docs/reference/cluster/nodes-stats.asciidoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/cluster/nodes-stats.asciidoc b/docs/reference/cluster/nodes-stats.asciidoc index 05ad8013b6fd..fd6349e86d34 100644 --- a/docs/reference/cluster/nodes-stats.asciidoc +++ b/docs/reference/cluster/nodes-stats.asciidoc @@ -2690,6 +2690,7 @@ GET /_nodes/stats/os,process # return just process for node with IP address 10.0.0.1 GET /_nodes/10.0.0.1/stats/process -------------------------------------------------- +// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"] All stats can be explicitly requested via `/_nodes/stats/_all` or `/_nodes/stats?metric=_all`. @@ -2711,6 +2712,7 @@ GET /_nodes/stats/indices/fielddata?level=shards&fields=field1,field2 # You can use wildcards for field names GET /_nodes/stats/indices/fielddata?fields=field* -------------------------------------------------- +// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"] You can get statistics about search groups for searches executed on this node. @@ -2723,6 +2725,7 @@ GET /_nodes/stats?groups=_all # Some groups from just the indices stats GET /_nodes/stats/indices?groups=foo,bar -------------------------------------------------- +// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"] [[cluster-nodes-stats-ingest-ex]] ===== Retrieve ingest statistics only