Settings API - Advanced log settings schema table
Advanced log settings (builtin:logmonitoring.log-agent-configuration)
Configure OneAgent options for Dynatrace Log Monitoring
builtin:logmonitoring.log-agent-configuration
group:log-monitoring
group:log-monitoring.ingest-and-processing
HOST
- HostKUBERNETES_CLUSTER
- Kubernetes clusterHOST_GROUP
- Host Groupenvironment
GET | Managed | https://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-agent-configuration |
SaaS | https://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-agent-configuration | |
Environment ActiveGate | https://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-agent-configuration |
Authentication
To execute this request, you need an access token with Read settings (settings.read
) scope. To learn how to obtain and use it, see Tokens and authentication.
Parameters
LAConfigOpenLogFilesDetectionEnabled
Automatically detect logs written by important processes. For more details, check our documentation
LAConfigSystemLogsDetectionEnabled
Linux: syslog, message log Windows: system, application, security event logs
LAConfigContainersLogsDetectionEnabled
Allows detection of log messages written to the containerized application's stdout/stderr streams.
LAConfigIISDetectionEnabled
Allows detection of logs and event logs written by IIS server.
LAConfigLogScannerLinuxNfsEnabled
Allows detection of logs written to mounted network storage drives. Applies only to Linux hosts. For other OSes it's always enabled.
LAConfigMonitorOwnLogsEnabled
Enabling this option may affect your licensing costs. For more details, see documentation.
LAConfigContainerTimezoneHeuristicEnabled
Enables automatic detection of timezone in container's logs if it is not explicitly defined in content or configured.
LAConfigDefaultTimezone
Default timezone for agent if more specific configurations is not defined.
LAConfigDateSearchLimit_Bytes
Defines the number of characters in every log line (starting from the first character in the line) where the timestamp is searched.
LAConfigSeverityDetectionLimit_Bytes
Defines the number of characters in every log line (starting from the first character in the line) where severity is searched.
LAConfigSeverityDetectionLinesLimit
Defines the number of the first lines of every log entry where severity is searched.
LAConfigMaxLgisPerEntityCount
Defines the maximum number of log group instances per entity after which, the new automatic ones wouldn't be added.
LAConfigEventLogQueryTimeout_Sec
Defines the maximum timeout value, in seconds, for the query extracting Windows Event Logs
LAConfigMinBinaryDetectionLimit_Bytes
Defines the minimum number of bytes in log file required for binary detection.