Hi,
I have this search:
host="myhost.com" NOT source=*access_log* AND "SearchA" | timechart span=1d dc(App) as NotAssigned
| eval NotAssigned=NotAssigned+0 | appendcols [search SearchB
| timechart span=1d sum(Count) as Assigned ]
| eval Time=strftime(_time, "%d-%m") |table Time, Assigned, NotAssigned
This seems to work ok, but sometimes one of those variables is shown with no time for some events, and I don't know why.
This is the case:
When I made the searches individually, this was displayed correctly. But in some moments, it looks like there are some _time values missing.
Like in the attached image, today is 26-08, but the table is showing until 25-08, and one of the variables was displaced a couple of days.
Do you know how to fix it? ...
... View more