This is not returning any data - I also tried changing the _time to publish date like below index=our-applications env=prod | eval publishTime=strptime(eventPublishTime, "%Y-%m-%dT%H:%M:%S.3N%Z") | bin span=30m publishTime | convert timeformat="%H:%M" ctime(publishTime) AS PublishHrMin | convert timeformat="%Y-%m-%d" ctime(publishTime) AS PublishDate | stats c(PublishHrMin) AS PublishHrMinCount by PublishDate, parentEventName, PublishHrMinMinCount by PublishDate, parentEventName, PublishHrMin Am I missing something or doing something wrong ? Thanks
... View more