As described in https://github.com/elastic/integrations/issues/5343 for the auditd fleet integration auditd can have an ENRICHED format. This format uses the escape character (^[) to separate the standard structured data from the enriched fields resulting in failure of the original grok processor to construct fields correctly. This was fixed for the fleet package in elastic/integrations#8716, but the change was not reflected into the beats module.
Replay the equivalent of that PR for the filebeat auditd module here.
As described in https://github.com/elastic/integrations/issues/5343 for the auditd fleet integration auditd can have an ENRICHED format. This format uses the escape character (
^[
) to separate the standard structured data from the enriched fields resulting in failure of the originalgrok
processor to construct fields correctly. This was fixed for the fleet package in elastic/integrations#8716, but the change was not reflected into the beats module.Replay the equivalent of that PR for the filebeat auditd module here.