From 12b8f77e2d4a68f2aa63af5e46db804c033126e3 Mon Sep 17 00:00:00 2001 From: Volodymyr Babak Date: Wed, 28 Feb 2018 09:27:12 +0200 Subject: [PATCH] Added elastic sink. audit log service --- application/src/main/resources/thingsboard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/src/main/resources/thingsboard.yml b/application/src/main/resources/thingsboard.yml index 2f6ba6696e..b421ab124f 100644 --- a/application/src/main/resources/thingsboard.yml +++ b/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