@@ -694,12 +694,11 @@ FROM k8s
694694 | STATS count=COUNT() BY @timestamp=BUCKET(@timestamp, 1 MINUTE)
695695 | EVAL count=count+CASE(@timestamp>="2024-05-10T00:11:00.000Z", 100, 0)
696696 | EVAL count=CASE(@timestamp=="2024-05-10T00:04:00.000Z", NULL, count)
697- | EVAL count=CASE(@timestamp=="2024-05-10T00:08:00.000Z", NULL, count)
698697 | CHANGE_POINT count ON @timestamp AS type, pvalue
699698;
700699
701- warning:Line 6 :3: warnings during evaluation of [CHANGE_POINT count ON @timestamp AS type, pvalue]. Only first 20 failures recorded.
702- warning:Line 6 :3: java.lang.IllegalArgumentException: values contain nulls; treating them as zeroes
700+ warning:Line 5 :3: warnings during evaluation of [CHANGE_POINT count ON @timestamp AS type, pvalue]. Only first 20 failures recorded.
701+ warning:Line 5 :3: java.lang.IllegalArgumentException: values contain nulls; skipping them
703702
704703@timestamp:datetime | count:long | type:keyword | pvalue:double
7057042024-05-10T00:00:00.000Z | 4 | null | null
@@ -710,10 +709,10 @@ warning:Line 6:3: java.lang.IllegalArgumentException: values contain nulls; trea
7107092024-05-10T00:05:00.000Z | 8 | null | null
7117102024-05-10T00:06:00.000Z | 10 | null | null
7127112024-05-10T00:07:00.000Z | 5 | null | null
713- 2024-05-10T00:08:00.000Z | null | null | null
712+ 2024-05-10T00:08:00.000Z | 12 | null | null
7147132024-05-10T00:09:00.000Z | 20 | null | null
7157142024-05-10T00:10:00.000Z | 5 | null | null
716- 2024-05-10T00:11:00.000Z | 107 | step_change | 2.1947350086494926E -22
715+ 2024-05-10T00:11:00.000Z | 107 | step_change | 3.438939970021414E -22
7177162024-05-10T00:12:00.000Z | 108 | null | null
7187172024-05-10T00:13:00.000Z | 109 | null | null
7197182024-05-10T00:14:00.000Z | 109 | null | null
@@ -953,8 +952,9 @@ ROW time=[7,13,12,17,14,5,16,10,19,18,20,2,3,21,25,4,22,15,6,23,9,11,1,8,24], va
953952 | CHANGE_POINT values ON time
954953;
955954
956- warning:Line 3:3: warnings during evaluation of [CHANGE_POINT values ON time]. Only first 20 failures recorded.
957- warning:Line 3:3: java.lang.IllegalArgumentException: values contain nulls; treating them as zeroes
955+ warning: Line 3:3: evaluation of [CHANGE_POINT values ON time] failed, treating result as null. Only first 20 failures recorded.
956+ warning: Line 3:3: java.lang.IllegalArgumentException: not enough buckets to calculate change_point. Requires at least [22]; found [0]
957+ warning: Line 3:3: java.lang.IllegalArgumentException: values contain nulls; skipping them
958958
959959time:integer | values:integer | type:keyword | pvalue:double
9609601 | null | null | null
0 commit comments