Hi All,
I am trying to group different errors that i have extracted to run transform commands, like stats, chart, etc.
i have extracted errors like xyzerror, abcerror, deferror, jklerror.
Now I want to be able to group them under ErrorStrings field and to be able to run something like ...
Query : index=xyz | stats count by ErrorString
So i can get count of each error string or other possible options..
I have tried them with saving whole query in eventtype =ErrorString but it doesn't help, also lookup doesn't seems to help bcuz lack of key value structure of it..
... View more