-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[ObsUx][Hosts]Add missing "There are hosts available in another schema" message #241275
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
[ObsUx][Hosts]Add missing "There are hosts available in another schema" message #241275
Conversation
|
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
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.
Code LGTM, remember to backport it to 9.2.1 please
💛 Build succeeded, but was flaky
Failed CI StepsMetrics [docs]Async chunks
|
|
Starting backport for target branches: 9.2 |
…a" message (elastic#241275) Closes elastic#239691 ## Summary When someone runs a query in the Hosts UI, if there are hosts available in another schema, there should be wording to tell them to switch the schema. BEFORE <img width="1218" height="571" alt="Screenshot 2025-10-30 at 12 13 08" src="https://github.com/user-attachments/assets/c3eead5a-e66e-45ed-b7da-4f03af449a75" /> AFTER <img width="1218" height="571" alt="Screenshot 2025-10-30 at 11 57 08" src="https://github.com/user-attachments/assets/0aade972-565e-48a6-93c9-5b15fc759478" /> (cherry picked from commit b663900)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
… schema" message (#241275) (#241323) # Backport This will backport the following commits from `main` to `9.2`: - [[ObsUx][Hosts]Add missing "There are hosts available in another schema" message (#241275)](#241275) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Miriam","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-30T15:37:55Z","message":"[ObsUx][Hosts]Add missing \"There are hosts available in another schema\" message (#241275)\n\nCloses https://github.com/elastic/kibana/issues/239691\n\n## Summary\n\nWhen someone runs a query in the Hosts UI, if there are hosts available\nin another schema, there should be wording to tell them to switch the\nschema.\n\nBEFORE\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 12 13 08\"\nsrc=\"https://github.com/user-attachments/assets/c3eead5a-e66e-45ed-b7da-4f03af449a75\"\n/>\n\n\nAFTER\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 11 57 08\"\nsrc=\"https://github.com/user-attachments/assets/0aade972-565e-48a6-93c9-5b15fc759478\"\n/>","sha":"b663900c2359de6b9bc9653c7a0c4d7e5e1c1d5e","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:obs-ux-infra_services","backport:version","v9.3.0","v9.2.1"],"title":"[ObsUx][Hosts]Add missing \"There are hosts available in another schema\" message","number":241275,"url":"https://github.com/elastic/kibana/pull/241275","mergeCommit":{"message":"[ObsUx][Hosts]Add missing \"There are hosts available in another schema\" message (#241275)\n\nCloses https://github.com/elastic/kibana/issues/239691\n\n## Summary\n\nWhen someone runs a query in the Hosts UI, if there are hosts available\nin another schema, there should be wording to tell them to switch the\nschema.\n\nBEFORE\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 12 13 08\"\nsrc=\"https://github.com/user-attachments/assets/c3eead5a-e66e-45ed-b7da-4f03af449a75\"\n/>\n\n\nAFTER\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 11 57 08\"\nsrc=\"https://github.com/user-attachments/assets/0aade972-565e-48a6-93c9-5b15fc759478\"\n/>","sha":"b663900c2359de6b9bc9653c7a0c4d7e5e1c1d5e"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241275","number":241275,"mergeCommit":{"message":"[ObsUx][Hosts]Add missing \"There are hosts available in another schema\" message (#241275)\n\nCloses https://github.com/elastic/kibana/issues/239691\n\n## Summary\n\nWhen someone runs a query in the Hosts UI, if there are hosts available\nin another schema, there should be wording to tell them to switch the\nschema.\n\nBEFORE\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 12 13 08\"\nsrc=\"https://github.com/user-attachments/assets/c3eead5a-e66e-45ed-b7da-4f03af449a75\"\n/>\n\n\nAFTER\n\n<img width=\"1218\" height=\"571\" alt=\"Screenshot 2025-10-30 at 11 57 08\"\nsrc=\"https://github.com/user-attachments/assets/0aade972-565e-48a6-93c9-5b15fc759478\"\n/>","sha":"b663900c2359de6b9bc9653c7a0c4d7e5e1c1d5e"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Miriam <[email protected]>
Closes #239691
Summary
When someone runs a query in the Hosts UI, if there are hosts available in another schema, there should be wording to tell them to switch the schema.
BEFORE
AFTER