Analyzer Configuration¶
The Analyzer Configuration described here is shared across all dialects and allows you to define settings applied to all analyzer processes, including DDS export.
Configuration¶
Field | Description | Default Value | Environment Variable |
---|---|---|---|
sensitive | How to handle sensitive data in the analysis output. - "keep" - keep the data as is - "obfuscate" - replace sensitive data with irrevesibly obfuscated values - "nullify" - replace sensitive data with nulls | For analyze command: "keep"; For export dds command: "obfuscate" | ALC_ANALYZE_SENSITIVE |
Example¶
analyzer:
# will keep sensitive data as is in analysis reports & dashboards
sensitive: "keep"