added audit log mask
This commit is contained in:
parent
d7f61f0789
commit
0fa32587e3
@ -858,6 +858,7 @@ audit-log:
|
|||||||
"edge": "${AUDIT_LOG_MASK_EDGE:W}" # Edge logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
"edge": "${AUDIT_LOG_MASK_EDGE:W}" # Edge logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
||||||
"tb_resource": "${AUDIT_LOG_MASK_RESOURCE:W}" # TB resource logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
"tb_resource": "${AUDIT_LOG_MASK_RESOURCE:W}" # TB resource logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
||||||
"ota_package": "${AUDIT_LOG_MASK_OTA_PACKAGE:W}" # Ota package logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
"ota_package": "${AUDIT_LOG_MASK_OTA_PACKAGE:W}" # Ota package logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
||||||
|
"calculated_field": "${AUDIT_LOG_MASK_CALCULATED_FIELD:W}" # Calculated field logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation
|
||||||
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