-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[APM] Improve support for Cross Cluster Search in Indices settings #49732
Comments
Pinging @elastic/apm-ui (Team:apm) |
@formgeist Before users can use ccs in APM they have to setup the remote clusters in the management section. It might be possible for us to detect if they've done this. And also detect the names of the remote clusters. This is perhaps v.2 but might be worth thinking about how we can make the integration even smoother (eg. only suggest ccs if they've setup a remote cluster; and in that case suggest specific cluster names) |
@sqren Alright, thanks for the heads up. If users add the CCS parameters in the inputs, will it break if they haven't enabled remote clusters? I want to avoid having too many callouts and notifications to the users in our UI. |
It wont break as such if the user adds Suggestions for phase 2:
Similarly we could add a warning if no indices matches the specified pattern. |
I agree with those suggestions. I'll incorporate them in my next revisions and post an update 👍 |
Opened a new design issue to handle those improvements elastic/apm#189 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closing due to inactivity |
Related design issue #41366
Summary
We want to allow the user to configure each index pattern in the Indices settings for Cross Cluster Search enabling a user who has several data indices across multiple clusters to include that data in a single instance of APM UI.
Design solution
Building on top of the existing indices settings page, we're extending the existing layout and adding a new option to convert the already input indices to cross cluster search compatible references.
EuiDescribedFormGroup
component in order to add an explanatory description to each index so it's clearer for the user what each index does.text
EuiButtonEmpty
style with a checkmark icon since the input parameters have been generated.If you have multiple clusters storing your data, you can enable APM UI to search for those as well.
Prototype & screens
Figma prototype
The text was updated successfully, but these errors were encountered: