commit
e8620d866e
@ -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 MATERIALIZED VIEW IF EXISTS thingsboard.entity_view_by_tenant_and_entity_id;
|
||||||
|
|
||||||
DROP TABLE IF EXISTS thingsboard.entity_views;
|
DROP TABLE IF EXISTS thingsboard.entity_views;
|
||||||
ControllerSqlTestSuite
|
|
||||||
CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
|
CREATE TABLE IF NOT EXISTS thingsboard.entity_views (
|
||||||
id timeuuid,
|
id timeuuid,
|
||||||
entity_id timeuuid,
|
entity_id timeuuid,
|
||||||
|
|||||||
@ -400,6 +400,7 @@ audit_log:
|
|||||||
"user": "${AUDIT_LOG_MASK_USER:W}"
|
"user": "${AUDIT_LOG_MASK_USER:W}"
|
||||||
"rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
|
"rule_chain": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
|
||||||
"alarm": "${AUDIT_LOG_MASK_ALARM:W}"
|
"alarm": "${AUDIT_LOG_MASK_ALARM:W}"
|
||||||
|
"entity_view": "${AUDIT_LOG_MASK_RULE_CHAIN:W}"
|
||||||
sink:
|
sink:
|
||||||
# Type of external sink. possible options: none, elasticsearch
|
# Type of external sink. possible options: none, elasticsearch
|
||||||
type: "${AUDIT_LOG_SINK_TYPE:none}"
|
type: "${AUDIT_LOG_SINK_TYPE:none}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user