Sorry, i cant paste the logs due to security reasons.
Events are logged based on the field foundation , suppose A, B, C.
and logs will be like
index=* Foundation=A | field1 | field2| ...message......errortest.../message
index=* Foundation=A | field1 | field2| ...message......errortest.../message
index=* Foundation=B | field1 | field2| ...message......errortest.../message
index=* Foundation=C | field1 | field2| ...message......errortest.../message
here i need to segregate the events based on the error text and total count , and the output should be like
Foundation | error count | total count
A count count
B count count
C count count
and i am sorry for messing up the things.
... View more