Settings API - Log module self monitoring settings schema table

  • Published Mar 06, 2026

Log module self monitoring settings (builtin:logmonitoring.log-sfm-settings)

Log module self monitoring settings

Schema IDSchema groupsScope
builtin:logmonitoring.log-sfm-settings
  • group:log-monitoring
HOST - Host
KUBERNETES_CLUSTER - Kubernetes cluster
HOST_GROUP - Host Group
environment
Retrieve schema via Settings API
GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-sfm-settings
GETSaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:logmonitoring.log-sfm-settings
GETEnvironment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:logmonitoring.log-sfm-settings

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

PropertyTypeDescriptionRequired
Active
enabled
boolean-Required
Name
config-item-title
text-Required
Send to storage
send-to-storage
boolean

If true matching SFM events will be included in storage. If false matching SFM events will be excluded from storage.

Required
matchersSet<Matcher>-Required
The Matcher object
PropertyTypeDescriptionRequired
Attribute
attribute
enum
The element has these enums
  • event.type
  • log.source
  • log.source.origin
  • loglevel
  • k8s.container.name
  • k8s.namespace.name
  • k8s.deployment.name
  • k8s.pod.annotation
  • k8s.pod.label
  • k8s.workload.name
  • k8s.workload.kind
  • container.name
  • dt.entity.container_group
  • process.technology
Required
Operator
operator
enum
The element has these enums
  • MATCHES
Required
valuesset-Required