Settings API - Timestamp configuration schema table
Timestamp configuration (builtin:logmonitoring.timestamp-configuration
)
Dynatrace allows you to define rules that control log data timestamps.
The timestamp configuration is based on rules containing matchers. These rules determine how Dynatrace Log Monitoring interprets the incoming log data timestamps.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:logmonitoring.timestamp-configuration |
| HOST - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
enabled | Active | boolean | - | required |
config-item-title | Name | text | - | required |
date-time-pattern | Date-time pattern | text | - | required |
timezone | Timezone | text | - | required |
date-search-limit | 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. | optional |
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 |