Any of these should be much faster with #2 and #3 being incrementally faster than the previous in the order. 1. index=wineventlog host="myhost" EventCode=7036 NOT Message IN ("*WMI*", "*WinHTTP*") 2. index=wineventlog host="myhost" TERM(EventCode=7036) NOT Message IN ("*WMI*", "*WinHTTP*") 3. index=wineventlog host="myhost" TERM(EventCode=7036) NOT WMI NOT WinHTTP NOT Message IN ("*WMI*", "*WinHTTP*")
... View more
eventstats doesn't support the window parameter. I tried streamstats with window and time_window, but I can't seem to get it to report correctly
... View more