Filter - how to exclude logs that start with a particular word
I have been reading documentation and actually testing the filter I am adding but still seeing the logs coming up into sumo. This is the expression I am doing:
START RequestId.*
It suppose to exclude all entries that start with the string "START RequestId".
Any suggestion or recommendation will be appreciated.
-
Official comment
Hi Juan,
you can use a processing rule https://help.sumologic.com/Manage/Collection/Processing-Rules/Include-and-Exclude-Rules
say an exclude rule on your ingestion source of
^START RequestId.*Comment actions
Please sign in to leave a comment.
Comments
4 comments