Skip to content

Commit 7216d45

Browse files
committed
ES|QL: Fix test
Fix an ES|QL test query.
1 parent d255687 commit 7216d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x-pack/plugin/esql/qa/testFixtures/src/main/resources/k8s-timeseries.csv-spec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ max(rate(network.total_bytes_in)): double | time_bucket:date
9898

9999
oneRateWithTBucket
100100
required_capability: metrics_command
101+
required_capability: tbucket
101102
TS k8s
102103
| STATS max(rate(network.total_bytes_in)) BY time_bucket = tbucket(5minute)
103104
| SORT time_bucket DESC | LIMIT 2;
@@ -119,6 +120,7 @@ max(rate(network.total_bytes_in)):double | sum(rate(network.total_bytes_in)):dou
119120

120121
twoRatesWithTBucket
121122
required_capability: metrics_command
123+
required_capability: tbucket
122124
TS k8s | STATS max(rate(network.total_bytes_in)), sum(rate(network.total_bytes_in)) BY time_bucket = tbucket(5minute) | SORT time_bucket DESC | LIMIT 3;
123125

124126
max(rate(network.total_bytes_in)):double | sum(rate(network.total_bytes_in)):double | time_bucket:datetime

0 commit comments

Comments
 (0)