[9.1] [Response Ops][Reporting] Adding DISCOVER_APP_LOCATOR to REPORTING_REDIRECT_ALLOWED_LOCATOR_TYPES (#227297)#227436
Merged
kibanamachine merged 1 commit intoelastic:9.1from Jul 10, 2025
Conversation
…_REDIRECT_ALLOWED_LOCATOR_TYPES` (elastic#227297) ## Summary It was noticed during verification that generating a ES|QL CSV report (either single or scheduled) and then trying to access the `Open Dashboard` link from the Reporting UI would result in a redirect error:  The locator params for this look like, so it looks like `DISCOVER_APP_LOCATOR` needs to be added to the `REPORTING_REDIRECT_ALLOWED_LOCATOR_TYPES`, similar to this [previous PR](elastic#224309) for the `CANVAS_APP_LOCATOR` ``` { "id": "DISCOVER_APP_LOCATOR", "params": { "columns": [], "dataViewSpec": { "allowHidden": false, "allowNoIndex": false, "fieldFormats": {}, "id": "bc48ed34f1056457dd1c77b6326d7226c302ea35aecfae268cd142a126bb3143", "name": "logs-library_endgame-default", "runtimeFieldMap": {}, "sourceFilters": [], "timeFieldName": "@timestamp", "title": "logs-library_endgame-default", "type": "esql" }, "filters": [], "hideChart": false, "interval": "auto", "query": { "esql": "FROM logs-library_endgame-default | LIMIT 10" }, "refreshInterval": { "pause": true, "value": 60000 }, "sort": [ [ "@timestamp", "desc" ] ], "timeRange": { "from": "2024-10-30T14:28:39.718Z", "to": "2024-11-04T19:35:40.254Z" } } } ``` ## To Verify 1. Export a CSV from Discover in ES|QL mode (does not have to be a scheduled export) 2. Navigate to the Reporting UI and click the hamburger menu > Open in Dashboard 3. This should navigate you back to Discover in ES|QL mode instead of showing the above error. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Janki Salvi <jankigaurav.salvi@elastic.co> (cherry picked from commit e4bc487)
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
Async chunks
Page load bundle
cc @ymao1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport
This will backport the following commits from
mainto9.1:DISCOVER_APP_LOCATORtoREPORTING_REDIRECT_ALLOWED_LOCATOR_TYPES(#227297)Questions ?
Please refer to the Backport tool documentation