Commit 7fae9c5
authored
[Discover] Show ES|QL request URL in Inpector flyout (elastic#221816)
- 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)1 parent 2d84e8b commit 7fae9c5
3 files changed
Lines changed: 5 additions & 0 deletions
File tree
- src/platform
- test/functional/apps/discover/esql
- x-pack/test_serverless/functional/test_suites/common/discover/esql
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| 514 | + | |
514 | 515 | | |
515 | 516 | | |
516 | 517 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| 405 | + | |
| 406 | + | |
405 | 407 | | |
406 | 408 | | |
407 | 409 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
380 | 382 | | |
381 | 383 | | |
382 | 384 | | |
| |||
0 commit comments