Use customized, syntax-based log sanitization to make results as useful as possible while preserving the privacy of sensitive content.
The following log field syntaxes are supported by the log sanitization functionality:
- String
- String list
- Boolean
- Integer
- Floating-point number
- Distinguished name (DN)
- LDAP search filter
- JSON object
- Generalized time timestamp
- RFC 3339 timestamp
The following values are accepted for the default-behavior
property:
preserve
omit
redact-entire-value
redact-value-components
tokenize-entire-value
tokenize-value-components
Note:
For more information on the behavior of each value, see Log sanitization options.