We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#TargetUserName and TargetDomainName <filter log.raw> @type record_modifier remove_keys _dummy_ <record> _dummy_ ${if record['TargetUserName'] and record['TargetDomainName']; record['TargetDomainUserName'] = "${record['TargetUserName']}\${record['TargetDomainName']}"; end; nil} </record> </filter>
Shows --> "TargetDomainUserName":"Hello#{record['TargetDomainName']}"
"${record['TargetUserName']}\\${record['TargetDomainName']}"
Shows -> "TargetDomainUserName":"Hello\\World"
So there is no way to put a single backslash on the record_modifier
The text was updated successfully, but these errors were encountered:
what is the if else syntax? is it for ruby?
Sorry, something went wrong.
No branches or pull requests
Shows --> "TargetDomainUserName":"Hello#{record['TargetDomainName']}"
Shows -> "TargetDomainUserName":"Hello\\World"
So there is no way to put a single backslash on the record_modifier
The text was updated successfully, but these errors were encountered: