Settings API - Log storage configuration schema table
Log storage configuration (builtin:logmonitoring.log-storage-settings
)
Dynatrace allows you to include and exclude specific log sources for analysis by Dynatrace Log Monitoring.
The storage configuration is based on rules that use matchers for hierarchy, log path, and process groups. These rules determine the upload of log files known to OneAgent, auto-detected log files, and custom log files defined per process group. For more details and examples, see documentation.
Add multiple scopes if you want to include or exclude items based on multiple attributes.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.log-storage-settings |
| HOST - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Active | boolean | - | required |
config-item-title | Name | text | - | required |
send-to-storage | Send to storage | boolean | If | required |
matchers | - | set | - | required |
Request body objects
The Matcher
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
attribute | Attribute | enum | - | required |
operator | Operator | enum | - | required |
values | - | set | - | required |