Dashboard Line Chart Visualizations with Group By Clauses

Hi @cguerra its not possible within a dashboard, but it is possible within log search using the table view on a groupby visualization to see events over time. See example

groupby(“platform”)calculate(count)timeslice(200)

Screenshot 2024-05-03 at 11.59.12 AM