Hi Folks,
I'm new to Spunk and I was working on creating a dashboard for one of my Application.
Dashboard is built but when I want to populate the data for last 30 days, its giving result for only few day ( 7 to 8 days) and other days are populated as 0. When I look into that particular day, I can notice events are there.
Can someone please help here?
My Query format is as below,
Main Query [search <subquery> ] | timechart span=1d count as total | sort by "_time" desc
My Output is as below,
2022-03-22
647
2022-03-21
988
2022-03-20
279
2022-03-19
100
2022-03-18
879
2022-03-17
1169
2022-03-16
15
2022-03-15
0
2022-03-14
0
2022-03-13
0
2022-03-12
0
2022-03-11
0
2022-03-10
0
2022-03-09
0
2022-03-08
0
2022-03-07
0
2022-03-06
0
2022-03-05
0
2022-03-04
0
2022-03-03
0
2022-03-02
0
2022-03-01
0
2022-02-28
0
Before 15th March, I see data is populated as 0 but when the same query is ran for 15th March alone I noticed events are getting populated.
For eg, I selected time range as 14th March 00:00 to 15th March 24:00 for the same query, I got result as below. But this value not getting populated when last 30days time period is selected.
2022-03-15
587
2022-03-14
654
Kindly need help on this.
Thanks in Advance.
... View more