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)

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)
