gchq / stroom

Stroom is a highly scalable data storage, processing and analysis platform.
https://gchq.github.io/stroom-docs/
Apache License 2.0
436 stars 53 forks source link

Stroom QL with show will only display values from the first page of results #4612

Closed stroomdev10 closed 1 week ago

stroomdev10 commented 1 week ago

sQl viz only shows results from the first page in the table

from "Meta Store"
where Type = 'Raw Events'
eval Period = floorHour(${Create Time})
eval Value = any(random())
group by Period
sort by Period
select Period, Value
show LineChart(x=Period, y = Value, maxValues=10000)

Run this Query, this is the output

image

Go to the table, alter the page size to 1000, change tab back to Viz, and run the query again, this s the result.

image

at055612 commented 1 week ago

Fixed in > v7.5.2