Skip to content

Commit 8eedb9b

Browse files
committed
test fix
1 parent 99c5ca8 commit 8eedb9b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ max_deriv:double | max_rate:double | time_bucket:datetime | cluster:keyword
766766

767767
predict_linear_with_long
768768
required_capability: ts_command_v0
769+
required_capability: TS_LINREG_PREDICT
769770

770771
TS k8s
771772
| STATS predicted_cost = values(round(predict_linear(to_double(network.total_cost), 10), 5)) BY time_bucket = bucket(@timestamp,5minute), cluster
@@ -784,6 +785,7 @@ predicted_cost:double | time_bu
784785

785786
predict_linear_with_timedelta
786787
required_capability: ts_command_v0
788+
required_capability: TS_LINREG_PREDICT
787789

788790
TS k8s
789791
| STATS predicted_cost = values(round(predict_linear(to_double(network.total_cost), 10 minutes), 5)) BY time_bucket = bucket(@timestamp,5minute), cluster
@@ -802,6 +804,7 @@ predicted_cost:double | time_bu
802804

803805
predict_linear_with_int_and_timedelta
804806
required_capability: ts_command_v0
807+
required_capability: TS_LINREG_PREDICT
805808

806809
TS k8s
807810
| STATS predicted_cost_int = values(round(predict_linear(to_long(network.total_bytes_in), 10), 5)) BY time_bucket = bucket(@timestamp,5minute), cluster

0 commit comments

Comments
 (0)