We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614d23e commit 62b1c80Copy full SHA for 62b1c80
x-pack/plugin/src/yamlRestTest/resources/rest-api-spec/test/esql/60_usage.yml
@@ -201,7 +201,7 @@ setup:
201
- gt: { esql.queries._all.total: $all_total_counter }
202
- match: { esql.queries._all.failed: $all_failed_counter }
203
- gt: { esql.functions.min: $functions_min }
204
- - gt: { esql.functions.min: $functions_avg_over_time }
+ - gt: { esql.functions.avg_over_time: $functions_avg_over_time }
205
206
# There's one of these per function but that's a ton of things to check. So we just spot check that a few exist.
207
- exists: esql.functions.delay
0 commit comments