Settings API - Business event bucket assignment schema table

    Business event bucket assignment (builtin:bizevents-processing-buckets.rule)

    Business events can be stored in different buckets. The first user-defined rule that matches will determine bucket assignment. If no rules match, the default bucket will be used.

    Learn to create custom buckets and more by visiting our documentation.

    Schema IDSchema groupsScope
    builtin:bizevents-processing-buckets.rule
    • group:business-analytics
    • group:business-analytics.ingest-pipeline
    environment
    GETManagedhttps://{your-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule
    SaaShttps://{your-environment-id}.live.dynatrace.com/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule
    Environment ActiveGatehttps://{your-activegate-domain}/e/{your-environment-id}/api/v2/settings/schemas/builtin:bizevents-processing-buckets.rule

    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
    Enabled
    enabled
    boolean-required
    Rule name
    ruleName
    text-required
    Bucket
    bucketName
    text

    Events will be stored in the selected bucket. Analyze bucket contents in the log & event viewer. (<your-dynatrace-url>//ui/logs-events?advancedQueryMode=true&query=fetch+bizevents)

    required
    Matcher (DQL)
    matcher
    text

    See our documentation

    required