jmespath rules should handle rsyslog CEE mode
rtyler opened this issue · 1 comments
rtyler commented
rsyslog conventionally requires a "CEE" cookie (no idea why/what) for log lines that are going to be JSON.
For example:
@cee: {"some" : "json"}
I think it makes sense to have an optional field on the jmespath rule that accommodates this and strips the @cee:
off the String
before deserializing.