Browse Source

Enabled audit log for entity view

pull/1109/head
Volodymyr Babak 8 years ago
parent
commit
79203bc2a9
  1. 1
      application/src/main/resources/thingsboard.yml

1
application/src/main/resources/thingsboard.yml

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

Loading…
Cancel
Save