[Remote Clusters] Fix table filtering when there are clusters with proxy mode#124220
Conversation
|
Pinging @elastic/platform-deployment-management (Team:Deployment Management) |
yuliacech
left a comment
There was a problem hiding this comment.
Thank you so much for fixing the remote clusters search, @sabarasaba!
I tested locally and everything works as expected. I don't want to block you on this, but could you please add a couple of tests for "seeds" and "proxyAddress" searches (in a separate PR if needed)?
Also, I'm not sure if we need v7.15.0 and v7.16.0 labels? Maybe if there is another v7.16 patch, we could backport to 7.16.
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @sabarasaba |
|
According to the release schedule there are no upcoming |
…oxy mode (elastic#124220) * Fix table search for clusters with proxy mode * commit using @elastic.co * Fix tests and add docs * Add tests for different kinds of search (cherry picked from commit 5e3d0b2)
…oxy mode (elastic#124220) * Fix table search for clusters with proxy mode * commit using @elastic.co * Fix tests and add docs * Add tests for different kinds of search (cherry picked from commit 5e3d0b2)
…oxy mode (elastic#124220) * Fix table search for clusters with proxy mode * commit using @elastic.co * Fix tests and add docs * Add tests for different kinds of search (cherry picked from commit 5e3d0b2)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
Fixes #123606
Summary
The remote clusters table filtering wasnt built in mind with support for proxy mode. The filtering function always expects that a cluster will have a
seeds[]prop but when you create a cluster with proxy mode instead of having aseeds[]it has aproxyAddress.This PR fixes that and also adds support for filtering by
proxyAddress.How to test
Stack Management->Remote Clusters