Are Time series supported ? If so could you provide an exemple Panel with query ?
I tried select date_trunc('minute',CAST(datetime AS Timestamp)) as datetime, host, count(*) as count from httpaccess where status like '2%' group by host, date_trunc('minute',CAST(datetime AS Timestamp));, it works when adding in the Panel a Transform Convert field type to manually set datetime field as Time type.
I would also like to have multiple series based on the host field but can't get it to work.
Are Time series supported ? If so could you provide an exemple Panel with query ?
I tried
select date_trunc('minute',CAST(datetime AS Timestamp)) as datetime, host, count(*) as count from httpaccess where status like '2%' group by host, date_trunc('minute',CAST(datetime AS Timestamp));, it works when adding in the Panel a TransformConvert field typeto manually set datetime field as Time type.I would also like to have multiple series based on the host field but can't get it to work.