Browse Source

Added elastic sink. audit log service

pull/616/head
Volodymyr Babak 9 years ago
parent
commit
12b8f77e2d
  1. 4
      application/src/main/resources/thingsboard.yml

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

@ -318,9 +318,9 @@ audit_log:
"rule": "${AUDIT_LOG_MASK_RULE:W}"
"plugin": "${AUDIT_LOG_MASK_PLUGIN:W}"
sink:
# type of external sink. possible options: none, elasticsearch
# Type of external sink. possible options: none, elasticsearch
type: "${AUDIT_LOG_SINK_TYPE:none}"
# name of the index where audit logs stored
# Name of the index where audit logs stored
# Index name could contain next placeholders (not mandatory):
# @{TENANT} - substituted by tenant ID
# @{DATE} - substituted by current date in YYYY.MM.DD format

Loading…
Cancel
Save