I want to show the number of bad errors each minute over an hour time period to show as an embedded report.
I am using:
index=foo "Bad error" | timechart span=1m count as "Bad Error"
I am hitting the usual problem where if there were no bad errors in one hour the result is just "No results found" rather than a blank linechart.
I've spent time looking at the fillnull suggestions etc but can't find anything that works for me. Ideas?
↧