File tree Expand file tree Collapse file tree 1 file changed +1
-29
lines changed
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql Expand file tree Collapse file tree 1 file changed +1
-29
lines changed Original file line number Diff line number Diff line change 1- ---
2- " cross-cluster query stats basic " :
3- - requires :
4- test_runner_features : [ capabilities ]
5- capabilities :
6- - method : GET
7- path : /_cluster/stats
8- capabilities :
9- - " esql-stats"
10- reason : " Capability required to run test"
11-
12- - do :
13- cluster.stats : { }
14-
15- - is_true : ccs
16- - is_true : ccs._esql
17- - is_false : ccs.clusters # no ccs clusters configured
18- - exists : ccs._esql.total
19- - exists : ccs._esql.success
20- - exists : ccs._esql.skipped
21- - is_true : ccs._esql.took
22- - exists : ccs._esql.remotes_per_search_max
23- - exists : ccs._esql.remotes_per_search_avg
24- - exists : ccs._esql.failure_reasons
25- - exists : ccs._esql.features
26- - exists : ccs._esql.clients
27- - exists : ccs._esql.clusters
28-
291---
302" cross-cluster stats after query " :
313 - requires :
8961 - do :
9062 esql.query :
9163 body :
92- query : ' from *,*:*'
64+ query : ' from *,*:* | limit 100 '
9365
9466 - do :
9567 cluster.stats : {}
You can’t perform that action at this time.
0 commit comments