fixed
Bug Fixes
1. AWS dashboard panel edit mode not populating data source/query with custom data source variable.
When a panel was built using a custom data source variable, reopening it for editing showed the data source correctly selected but left the query field empty, even though a valid query had been saved. This made a working panel look unconfigured and risked someone overwriting it with a blank query on save. Both the data source and the previously saved query now reload correctly in edit mode.2. AWS alert dimension labels merging together in query preview with multiple dimensions.
When building an alert query with two or more dimensions (e.g., service
+ error_type
), the preview concatenated the labels into one unreadable string instead of showing them separately, also affecting Dashboards and the Explore page. This made it impossible to verify a multi-dimension query was configured correctly before saving. Labels now display cleanly and separately per dimension.3. Report Download button failing due to CORS error.
Clicking Download on any report failed silently, with a blocked CORS request in the browser network log, meaning no reports could be exported from the UI at all (emailing the report was the only workaround). The cross-origin request issue is fixed, and downloads now complete normally.