create-rum-retention-filter
Create a RUM retention filter by specifying event type, sample rate, and optional query to control which data is retained.
Instructions
Create a RUM retention filter with event type, sample rate, and query
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | RUM application ID | |
| name | Yes | Name of the retention filter. Example: Keep all errors | |
| eventType | Yes | RUM event type to filter on. Example: error | |
| sampleRate | Yes | Sample rate between 0 and 100. Example: 100 | |
| query | No | RUM search query to filter events. Example: @error.source:network | |
| enabled | No | Whether the filter is enabled. Default: true |