SELECT islandtype FROM "index1*"
where '@timestamp' > now() - INTERVAL 200 minutes
group by islandtype
this give me blank it says no document found. but I know I have document.
when I remove where clause it give me output.
what am I doing wrong?
this in canvas