Business event bucket assignment
Business events can be stored in buckets that have three different retention periods. You create rules with matcher-specific DQL queries to assign matching business events to a bucket. Retention period options are 3 years, 1 year, or 35 days.
Choose the retention period
- In the Dynatrace menu, go to Settings > Business Analytics > Ingest Pipeline > Bucket assignment.
- In the Business event bucket assignment, select Add rule and name your rule.
- In the Bucket field, choose your retention period (3 years, 1 year, or 35 days).
- Add a Matcher to your rule by typing or pasting your matcher-specific DQL query. Events that match your rule will be assigned to your selected bucket. If no rules match, events will be assigned to the default bucket.
- Select Save changes.
Example
If you need to store your data for three years, for example, for tax purposes:
-
In the Dynatrace menu, go to Settings > Business Analytics > Ingest Pipeline > Bucket assignment.
-
Select Add rule.
-
Set Rule name to
Bucket_rule
. -
Set Bucket to
Business events (3 years)
. -
Set your rule's Matcher to the following matcher-specific DQL query:
matchesValue(event.provider, "www.easytrade.com")