|
I have a query similar to below: ... | timechart span=30s count by host resulting in output that looks like:
From this output I'm only interested in '0' values and would like to report host and time values for those instances. I'm unable to craft a query to get a handle on values in this timechart command. Is there some way to address the count and host values in a subsequent search? |
|
Ok , the untable command after timechart seems to produce the desired output
Nice. That does it! Thanks for help.
(13 Mar '12, 22:50)
saltmills
Great! Happy Splunking.
(13 Mar '12, 23:09)
Damien Dalli...
|
|
Try something like :
Thanks for response. I'm actually using bucket command earlier in the query. However, it will not report a _time value for which no matching events occur, and no count=0 match will ever appear in your final results. By having the timechart command I can at least get count=0 instances appearing in the results along with associated _time and host, but the question is how do I isolate them?
(12 Mar '12, 21:07)
saltmills
|