[ES|QL] Changes in the footer of the editor#244284
Merged
stratoula merged 39 commits intoelastic:mainfrom Jan 29, 2026
Merged
Conversation
c0b66e1 to
545deb4
Compare
Contributor
|
Pinging @elastic/kibana-esql (Team:ESQL) |
jcger
approved these changes
Jan 28, 2026
pgayvallet
approved these changes
Jan 28, 2026
sddonne
approved these changes
Jan 28, 2026
jbudz
approved these changes
Jan 28, 2026
ThomThomson
approved these changes
Jan 28, 2026
Contributor
ThomThomson
left a comment
There was a problem hiding this comment.
Presentation team changes LGTM. Code only review as it's a simple prop addition to the unified search bar.
AlexGPlay
approved these changes
Jan 29, 2026
markov00
approved these changes
Jan 29, 2026
NicholasPeretti
approved these changes
Jan 29, 2026
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Module Count
Public APIs missing comments
Async chunks
Page load bundle
History
|
hannahbrooks
pushed a commit
to hannahbrooks/kibana
that referenced
this pull request
Jan 30, 2026
## Summary Part of elastic#188992 Cleanups the editor, part of a redesign to focus on the query statistics (part of Discover only). - Removed the limit 1000 as many find it confusing - Removed the @timestamp found / not found - Added stats for the query run It also removes the grey from the editor footer upon request <img width="2502" height="450" alt="image" src="https://github.com/user-attachments/assets/d793c587-e7dd-426d-85ad-1f1be98136bf" /> Also the documents queried are also present at the inspector <img width="834" height="267" alt="image" src="https://github.com/user-attachments/assets/850b5fa9-57d4-4d75-8018-acadcc2f8000" /> ### Checklist - [ ] [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
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
Part of #188992
Cleanups the editor, part of a redesign to focus on the query statistics (part of Discover only).
It also removes the grey from the editor footer upon request
Also the documents queried are also present at the inspector
Checklist