Hi, I need to visualize some points related to specific Windows events on Timelion, the problem is that there are so many points over 0.00:
This is the expression I've used:
.es(event_id:4624).points(radius=6).label("Session started")
How can I remove all those points in 0.00? I've tried with ".if(gt,0) surprisingly, it shows only points on 0.00