List of questions
Related questions
Question 159 - SPLK-1003 discussion
What is the correct example to redact a plain-text password from raw events?
A.
in props.conf: [identity] REGEX-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
B.
in props.conf: [identity] SEDCMD-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
C.
in transforms.conf: [identity] SEDCMD-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
D.
in transforms.conf: [identity] REGEX-redact_pw = s/password=([^,|/s]+)/ ####REACTED####/g
Your answer:
0 comments
Sorted by
Leave a comment first