Hi there,
I just started to use Timewrap and I am having an issue with the displayed week label. I am trying to show the time chart for today and the same day last week only. In date terms, I want to only show June 17 (today) and June 10 (last Friday).
My search is:
data=device earliest=-2w | timechart count span=1h | where strftime(_time, "%A") == strftime(now(),"%A") | timewrap w series=exact|
When the search completes, the chart line labels read the week of June 10 and the week of June 03. There isn't a label for the week of June 17th (which is today). Also, how do I change the exact label to be the Day, not the "week of"
![alt text][1]
All help is appreciated
Regards
[1]: /storage/temp/140181-chart.gif
↧