[Discover][ES|QL] Show multi-fields in the DocViewer by default#245890
Merged
jughosta merged 9 commits intoelastic:mainfrom Dec 15, 2025
Merged
[Discover][ES|QL] Show multi-fields in the DocViewer by default#245890jughosta merged 9 commits intoelastic:mainfrom
jughosta merged 9 commits intoelastic:mainfrom
Conversation
…ch-in-doc-viewer # Conflicts: # src/platform/plugins/shared/workflows_extensions/test/scout/.meta/api/standard.json # x-pack/solutions/observability/plugins/apm/test/scout/.meta/ui/parallel.json
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
History
cc @jughosta |
Contributor
|
Pinging @elastic/kibana-data-discovery (Team:DataDiscovery) |
cauemarcondes
approved these changes
Dec 12, 2025
Contributor
cauemarcondes
left a comment
There was a problem hiding this comment.
OBS exploration changes LGTM
seanrathier
pushed a commit
to seanrathier/kibana
that referenced
this pull request
Dec 15, 2025
…tic#245890) - Closes elastic#240103 ## Summary We discussed this offline and decided to show multifields in DocViewer by default in ES|QL mode. The sidebar is already showing all of them. Before: <img width="1472" height="911" alt="Screenshot 2025-12-10 at 14 26 54" src="https://github.com/user-attachments/assets/eb9d753d-5b40-42a2-a6a3-bca1ff2aaa59" /> <img width="560" height="400" alt="Screenshot 2025-12-10 at 18 36 57" src="https://github.com/user-attachments/assets/b3bf6027-b052-4ad6-955c-65dc7eb218a9" /> After: <img width="1849" height="1179" alt="Screenshot 2025-12-10 at 18 35 51" src="https://github.com/user-attachments/assets/5a52a384-904e-44e9-9c81-5d501ec6aa5a" /> <img width="670" height="479" alt="Screenshot 2025-12-10 at 18 36 29" src="https://github.com/user-attachments/assets/04f88b93-3eda-412b-acda-86b3172816d9" /> ### Checklist - [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) - [x] Review the [backport guidelines](https://docs.google.com/document/d/1VyN5k91e5OVumlc0Gb9RPa3h1ewuPE705nRtioPiTvY/edit?usp=sharing) and apply applicable `backport:*` labels. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
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.
Summary
We discussed this offline and decided to show multifields in DocViewer by default in ES|QL mode. The sidebar is already showing all of them.
Before:


After:


Checklist
release_note:*label is applied per the guidelinesbackport:*labels.