Hi,
I am in need of assistance with trimming down the Win Sec Event 4624 as it is blowing out our licensing. It is working in my dev environment, but not in my prod clustered peers (v7.3.3). I have verified that the app is making it to the cluster_apps. For testing, the following props and transforms:
props.conf
[WinEventLog:Security]
TRANSFORMS-winsec_events_manipulation = replace_4624
EXTRACT-winsec_4624_custom_fields = ^Trimmed Event EventCode=(?<EventCode>4624)
transforms.conf
[replace_4624]
REGEX = (?ms)EventCode=(4624)
DEST_KEY = _raw
FORMAT = Trimmed Event EventCode=$1
Any assistance is appreciated.
~John