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. The default retention period for a built-in business events bucket (default_bizevents
) is 35 days. You can also create custom buckets with a specific retention period.
For custom buckets, the possible retention period ranges from 1 day to 10 years, with an additional week.
Business events can be stored in different buckets that determine the retention time and access permissions. You can create rules with matcher-specific DQL queries to assign matching business events to a bucket. By default, every incoming business event is stored in the default bucket with a 35-day retention period. Longer and shorter periods can also be set.
com.easytrade.buy-assets
), the matcher would be:matchesValue(event.type, "com.easytrade.buy-assets")
matchesValue(event.type, "com.easytrade.buy-assets") or matchesValue(event.type, "com. easytrade.sell-assets")
matchesValue(event.provider, "www.easytrade.com")