audit-log.enabled | AUDIT_LOG_ENABLED | true | Enable/disable audit log functionality. |
audit-log.logging-level.mask."device" | AUDIT_LOG_MASK_DEVICE | W | Device logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."asset" | AUDIT_LOG_MASK_ASSET | W | Asset logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."dashboard" | AUDIT_LOG_MASK_DASHBOARD | W | Dashboard logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."widget_type" | AUDIT_LOG_MASK_WIDGET_TYPE | W | Widget type logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."widgets_bundle" | AUDIT_LOG_MASK_WIDGETS_BUNDLE | W | Widget bundles logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."customer" | AUDIT_LOG_MASK_CUSTOMER | W | Customer logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."user" | AUDIT_LOG_MASK_USER | W | User logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."rule_chain" | AUDIT_LOG_MASK_RULE_CHAIN | W | Rule chain logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."alarm" | AUDIT_LOG_MASK_ALARM | W | Alarm logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."entity_view" | AUDIT_LOG_MASK_ENTITY_VIEW | W | Entity view logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."device_profile" | AUDIT_LOG_MASK_DEVICE_PROFILE | W | Device profile logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."asset_profile" | AUDIT_LOG_MASK_ASSET_PROFILE | W | Asset profile logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."edge" | AUDIT_LOG_MASK_EDGE | W | Edge logging levels. Allowed values: OFF (disable), W (log write operations), RW (log read and write operation |
audit-log.logging-level.mask."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 |
audit-log.logging-level.mask."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 |
audit-log.sink.type | AUDIT_LOG_SINK_TYPE | none | Type of external sink. possible options: none, elasticsearch |
audit-log.sink.index_pattern | AUDIT_LOG_SINK_INDEX_PATTERN | @\{TENANT\}_AUDIT_LOG_@\{DATE\} | Name of the index where audit logs are stored. Index name can contain placeholders: @\{TENANT\} — substituted by tenant ID; @\{DATE\} — substituted by current date in the format defined by audit_log.sink.date_format. |
audit-log.sink.date_format | AUDIT_LOG_SINK_DATE_FORMAT | YYYY.MM.dd | Date format. Details of the pattern can be found here: https://docs.oracle.com/javase/8/docs/api/java/time/format/DateTimeFormatter.html |
audit-log.sink.scheme_name | AUDIT_LOG_SINK_SCHEME_NAME | http | http or https |
audit-log.sink.host | AUDIT_LOG_SINK_HOST | localhost | Host of external sink system |
audit-log.sink.port | AUDIT_LOG_SINK_PORT | 9200 | Port of external sink system |
audit-log.sink.user_name | AUDIT_LOG_SINK_USER_NAME | _(empty)_ | Username used to access external sink system |
audit-log.sink.password | AUDIT_LOG_SINK_PASSWORD | _(empty)_ | Password used to access external sink system |