Commit 12b8f77e2d4a68f2aa63af5e46db804c033126e3

Authored by Volodymyr Babak
1 parent 4ef97a40

Added elastic sink. audit log service

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