
We’ve introduced the Expand key for payload mapping, making it easier to turn complex JSON blobs into individual incident attributes.
When you enable expand on an attribute, the system automatically parses the final mapped value as JSON and splits it one level deep. This transforms nested data into distinct, first-class fields. The screenshot above shows a concrete example.
Automatic Parsing: Each top-level object key or array index becomes its own unique attribute (e.g., Labels.cluster or Labels.alertname).
Streamlined Logic: You can now use these specific fields directly in routing rules and filters.
Less Manual Work: No more writing tedious "mapping glue" just to access nested data.
This feature is also available in our Terraform Provider version 2.9.3