elastic / elastic/integrations
Fix kv parsing in auditd integration to properly support quoted values.
Open
bug
Integration:auditd
Team:Security-Linux Platform
- Dominant language
- Handlebars
- Stars
- 333
- Forks
- 647
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 209
Description
The auditd integration uses regex patterns with the kv ingest pipeline processor to split key=value substrings out of the logs from auditd. Since the values can be arbitrary quoted data including whitespace, to fully support parsing the kv pairs, parsing should be done from the painless script instead to account for multiple spaces, escaped quotes/etc.
Contributor guide
Assessment
This issue has not been assessed yet.