[9.1] [Discover][APM] Fix summary column badge field filtering for ES|QL (#226598)#227038
Merged
kibanamachine merged 1 commit intoelastic:9.1from Jul 8, 2025
Merged
Conversation
…lastic#226598) ## Summary Fixes the filter buttons for the summary badge icons on the traces document source profile, so that in ES|QL mode, the filters correctly add the field query without defaulting to casting the field value to a string. Closes elastic#226414  ## How to test - Enable the Observability mode on the space you are in, navigate to Discover and enable the ES|QL mode - Query for a `traces-*` index, `remote_cluster:traces-*` if using edge-oblt-ccs. - On the summary column, click on a badge icon and add a filter to the query. - The field value should be in its assumed format and not being casted, such as a `span.duration.us` should be as a `number`, `service.name` as a `string`. (cherry picked from commit 53219ed)
Contributor
💛 Build succeeded, but was flaky
Failed CI StepsTest Failures
Metrics [docs]Public APIs missing comments
Async chunks
cc @Bluefinger |
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.1:Questions ?
Please refer to the Backport tool documentation