I have a query that will identify all the logs in my instance for a certain index, it list everything running except for Windows. What am i missing? thanks in advance.
index="source" | rex field=source "^.*\/(?=[^/])(?.*?)($|\s|\-|\_)"
↧