Actions
User story #11107
closedCompliance logfile parsing regex
Effort required:
Name check:
Fix check:
Regression:
Description
Hi,
At https://www.rudder-project.org/doc-4.1/_monitoring.html#_monitor_events you have a format for Logstash parsing of non-compliant-reports.log.
You might want to add the generic regex-formatted parsing (which could be used for other similar log-processing frameworks):
^\[(?P<Date>[^\]]+)\] N: (?P<NodeUUID>[^ ]+) \[(?P<NodeFQDN>[^\]]+)\] S: \[(?P<Result>[^\]]+)\] R: (?P<RuleUUID>[^ ]+) \[(?P<RuleName>[^\]]+)\] D: (?P<DirectiveUUID>[^ ]+) \[(?P<DirectiveName>[^\]]+)\] T: (?P<TechniqueName>[^/]+)/(?P<TechniqueVersion>[^ ]+) C: \[(?P<ComponentName>[^\]]+)\] V: \[(?P<ComponentKey>[^\]]+)\] (?P<Message>.+)$
Actions