
I can se a couple of problems in this:
1: Unneccesary overhead due to multiple normalization rules needed to be evaluated before finding a match
2: Some device types have “common” catch-all rules that will only normalize some parts of the entire log event, preventing which means that if there are any better suited normalization rules that are coming after that rule will never be evaluated and you’ll end up with bad normalizations. These “catch-all” normalization packages should always be placed at the bottom in your normalization rule.
1 comment