Commit 79203bc2a9336cc0073699edff2e46e14c60399e

Authored by Volodymyr Babak
1 parent 286b296f

Enabled audit log for entity view

... ... @@ -400,6 +400,7 @@ audit_log:
400 400 "user": "${AUDIT_LOG_MASK_USER:W}"
401 401 "rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
402 402 "alarm": "${AUDIT_LOG_MASK_ALARM:W}"
  403 + "entity_view": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
403 404 sink:
404 405 # Type of external sink. possible options: none, elasticsearch
405 406 type: "${AUDIT_LOG_SINK_TYPE:none}"
... ...