You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 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.
The text was updated successfully, but these errors were encountered: