[9.3] [Discover] [Metrics] Re-introduce metrics suggested queries (#251376)#254261
Merged
kibanamachine merged 1 commit intoelastic:9.3from Feb 20, 2026
Merged
Conversation
…251376) ## Summary Resolves elastic#251289. ~Re-introduces the "all metrics" ES|QL recommendation that was previously removed.~ Update: per the ticket, we have changed the copy to read "Search all metrics". The screenshots are the same but the copy has been [updated](https://github.com/elastic/kibana/pull/251376/changes#diff-c9b2af3b7c484565768216fd866cd80df9df1e3b1c919994c1bbbbb41be93a96R74). ## Demonstration of change ### Recommends when clicking empty editor  ### Recommends when user types "metrics"  ### ~Includes the recommendation in ES|QL help menu~ **redacted** We are actually blocked on providing this functionality for the time being. See the discussion on elastic#237425 for further information. ## Testing the PR Load some metrics data. You can do this using [simian-forge](https://github.com/simianhacker/simian-forge). Pull the code, `npm ci && npm run build`, and you can index data with a command like: ```bash ./forge --backfill now-1h --interval 10s --count 100 --dataset hosts --purge --elasticsearch-url {ES_URL} --elasticsearch-api-key {CREATE_AN_API_KEY} ``` Navigate to Discover and test the UI. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> (cherry picked from commit d845e03)
Contributor
|
Pinging @elastic/obs-ux-management-team (Team:obs-ux-management) |
Contributor
💚 Build Succeeded
Metrics [docs]
|
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.3:Questions ?
Please refer to the Backport tool documentation