-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Add prefix to enriched fields #244
Comments
Interesting. What kind of SIEM are you using that does not properly understand JSON objects? This one is going to be a bit messy because this means that laurel should also rewrite enriched fields (SYSCALL, ARCH, *UID, *GID) that have been created by auditd. |
The SIEM is Wazuh. |
@ari-wein I don't see a LAUREL fork under your account. |
This seems useful for mis-designed log analysis software that treats JSNO object keys as case-insensitive. Close threathunters-io#244
Yup. Tested that build, and it works great. |
Can a feature be added where all enrichment keys that are added by laurel are prepended by a string that the user sets in the config?
For example, when the
uid
is resolved and added asUID
, you would have the option as adding it asL_UID
.The reason is that the SIEM that im using doesn't differentiate between case, so
uid
andUID
are the same, and one gets dropped.This should apply to all fields that are added by laurel to the log.
The text was updated successfully, but these errors were encountered: