-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ObsUX][Infra] Fix Metadata filtering is confusing/broken when typing "OR" in host view #233836
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
jennypavlova
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the fix!
BTW, the metadata search test is failing now - it's probably the way we get the value, can you please check that?
|
Making this a draft since there is an issue with EuiInMemoryTable using |
Pull request was converted to draft
|
/ci |
💔 Build Failed
Failed CI StepsTest Failures
Metrics [docs]Async chunks
History
cc @rmyz |
|
/ci |
|
Pinging @elastic/obs-presentation-team (Team:obs-presentation) |
MiriamAparicio
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, code review only
|
Starting backport for target branches: 9.2 https://github.com/elastic/kibana/actions/runs/20163675735 |
… "OR" in host view (elastic#233836) (cherry picked from commit bf537fc)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
… "OR" in host view (elastic#233836)
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
1 similar comment
|
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
|
backporting to 9.2 won't be done as Eui team tried to release a backport fix but it had too much merge conflicts. |
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
1 similar comment
|
Friendly reminder: Looks like this PR hasn’t been backported yet. |
Summary
This PR fixes the metadata table not being able to filter "or..." values since it was using KQL and throwing an error.
It uses plain text now to avoid having those issues.
Before
or.in.metadata.doesnt.work.mp4
After
Kapture.2025-09-03.at.11.05.01.mp4