VoBa
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
1 deletions
-
application/src/main/data/upgrade/2.1.1/schema_update.cql
-
application/src/main/resources/thingsboard.yml
|
|
|
@ -20,7 +20,7 @@ DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_customer; |
|
|
|
DROP MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id; |
|
|
|
|
|
|
|
DROP TABLE IF EXISTS thingsboard.entity_views; |
|
|
|
ControllerSqlTestSuite |
|
|
|
|
|
|
|
CREATE TABLE IF NOT EXISTS thingsboard.entity_views ( |
|
|
|
id timeuuid, |
|
|
|
entity_id timeuuid, |
|
|
|
|
|
|
|
@ -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}" |
|
|
|
|