Skip to content

Commit 5cd0392

Browse files
authored
[CI] Mute reference/cluster/nodes-stats (#91399) (#91401)
relates #91081
1 parent 5013a52 commit 5cd0392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/reference/cluster/nodes-stats.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,6 +2686,7 @@ GET /_nodes/stats/os,process
26862686
# return just process for node with IP address 10.0.0.1
26872687
GET /_nodes/10.0.0.1/stats/process
26882688
--------------------------------------------------
2689+
// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
26892690

26902691
All stats can be explicitly requested via `/_nodes/stats/_all` or
26912692
`/_nodes/stats?metric=_all`.
@@ -2707,6 +2708,7 @@ GET /_nodes/stats/indices/fielddata?level=shards&fields=field1,field2
27072708
# You can use wildcards for field names
27082709
GET /_nodes/stats/indices/fielddata?fields=field*
27092710
--------------------------------------------------
2711+
// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
27102712

27112713
You can get statistics about search groups for searches executed
27122714
on this node.
@@ -2719,6 +2721,7 @@ GET /_nodes/stats?groups=_all
27192721
# Some groups from just the indices stats
27202722
GET /_nodes/stats/indices?groups=foo,bar
27212723
--------------------------------------------------
2724+
// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
27222725

27232726
[[cluster-nodes-stats-ingest-ex]]
27242727
===== Retrieve ingest statistics only

0 commit comments

Comments
 (0)