Settings API - Timestamp/Splitting patterns schema table

Timestamp/Splitting patterns (builtin:logmonitoring.timestamp-configuration)

Dynatrace OneAgent detects number of timestamp formats in your log records. In case of custom timestamps included in log record define them below. This will assure data quality for analysis. Timestamp detection also influence proper log splitting. If no timestamp is detected or log format prevents auto-timestamping, adjacent lines can be merged into single log record (also indentations are considered).

Schema ID
Schema groups
Scope
builtin:logmonitoring.timestamp-configuration
  • group:log-monitoring
  • group:log-monitoring.ingest-and-processing
HOST - Host
KUBERNETES_CLUSTER - Kubernetes cluster
HOST_GROUP - Host Group
environment
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.timestamp-configuration
SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.timestamp-configuration
Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.timestamp-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

Property
Type
Description
Required
Active
enabled
boolean
-
required
Name
config-item-title
text
-
required
Date-time pattern
date-time-pattern
text
-
required
Timezone
timezone
text
-
required
Timestamp search limit
date-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<Matcher>
-
required
Entry boundary pattern
entry-boundary

Optional field. Enter a fragment of the line text that starts the entry. No support for wildcards - the text is treated literally.

optional
The Matcher object
Property
Type
Description
Required
Attribute
attribute
enum
  • dt.entity.process_group
  • log.source
  • log.source.origin
  • host.tag
  • k8s.container.name
  • k8s.namespace.name
  • k8s.deployment.name
  • container.name
  • dt.entity.container_group
  • process.technology
required
Operator
operator
enum
  • MATCHES
required
values
set
-
required
The EntryBoundary object
Property
Type
Description
Required
pattern
text
-
optional