[8.19] [Discover] Show ES|QL request URL in Inpector flyout (#221816)#222004
Merged
jughosta merged 1 commit intoelastic:8.19from May 30, 2025
Merged
[8.19] [Discover] Show ES|QL request URL in Inpector flyout (#221816)#222004jughosta merged 1 commit intoelastic:8.19from
jughosta merged 1 commit intoelastic:8.19from
Conversation
- Closes elastic#221581 ## Summary This PR adds the missing `requestParams` to the search interceptor code. This makes the request URL appear again in Inpector flyout (Request tab). <img width="1072" alt="Screenshot 2025-05-28 at 17 55 09" src="https://github.com/user-attachments/assets/1c11c7d7-1e49-4265-a014-88f369dad2a7" /> ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) (cherry picked from commit 7fae9c5) # Conflicts: # src/platform/plugins/shared/data/public/search/search_interceptor/search_interceptor.ts
2 tasks
jughosta
commented
May 30, 2025
| rawResponse: esqlResponse, | ||
| isPartial: esqlResponse.is_partial, | ||
| isRunning: esqlResponse.is_running, | ||
| requestParams, |
Contributor
Author
There was a problem hiding this comment.
For the case when bfetch is disabled via Advanced Settings.
Contributor
💚 Build Succeeded
Metrics [docs]Page load bundle
|
AlexGPlay
approved these changes
May 30, 2025
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
mainto8.19:Questions ?
Please refer to the Backport tool documentation