Settings API - OneAgent schema table
OneAgent (builtin:logmonitoring.log-agent-configuration
)
Configure OneAgent options for Dynatrace Log Monitoring
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.log-agent-configuration |
| HOST - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
LAConfigIISDetectionEnabled | Detect IIS logs | boolean | - | required |
LAConfigSystemLogsDetectionEnabled | Detect system logs | boolean | (Linux: syslog, message log) (Windows: system, application, security event logs) | required |
LAConfigLogScannerLinuxNfsEnabled | Detect logs on Network File Systems (NFS) | boolean | - | required |
LAConfigMonitorOwnLogsEnabled | Allow OneAgent to monitor OneAgent logs | boolean | Enabling this option may affect your licensing costs. For more details, see documentation. | required |
LAConfigContainersLogsDetectionEnabled | Detect logs inside containers | boolean | - | required |
LAConfigOpenLogFilesDetectionEnabled | Detect open log files | boolean | - | required |
LAConfigUTCAsDefaultContainerTimezone | Set UTC as the default time zone for containers | boolean | Deprecated for OneAgent 1.247+ | required |
LAConfigContainerTimezoneHeuristicEnabled | Detect container time zones | boolean | - | required |
LAConfigDefaultTimezone | Default timezone for agents | text | Default timezone for agent if more specific configurations is not defined. | required |
LAConfigDateSearchLimit_Bytes | Timestamp search limit | integer | Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched. | required |
LAConfigSeverityDetectionLimit_Bytes | Severity search chars limit | integer | Defines the number of characters in every log line (starting from the first character in the line) where severity is searched. | required |
LAConfigSeverityDetectionLinesLimit | Severity search lines limit | integer | Defines the number of the first lines of every log entry where severity is searched. | required |
LAConfigMaxLgisPerEntityCount | Maximum of log group instances per entity limit - count | integer | Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added. | required |
LAConfigEventLogQueryTimeout_Sec | Windows Event Log query timeout | integer | Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs | required |
LAConfigMinBinaryDetectionLimit_Bytes | Minimal log file size to perform binary detection. | integer | Defines the minimum number of bytes in log file required for binary detection. | required |