-
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
[ML] Data Frame Analytics: Don't allow user to pick an index pattern or saved search based on CCS. #96555
Conversation
Pinging @elastic/ml-ui (:ml) |
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
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: cc @walterra |
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
…or saved search based on CCS. (elastic#96555) Data Frame Analytics does not support cross-cluster search. This PR fixes the SourceSelection component to not allow a user to select a CCS index pattern or a saved search using a CCS index pattern.
…or saved search based on CCS. (elastic#96555) Data Frame Analytics does not support cross-cluster search. This PR fixes the SourceSelection component to not allow a user to select a CCS index pattern or a saved search using a CCS index pattern.
…or saved search based on CCS. (#96555) (#96595) Data Frame Analytics does not support cross-cluster search. This PR fixes the SourceSelection component to not allow a user to select a CCS index pattern or a saved search using a CCS index pattern. Co-authored-by: Walter Rafelsberger <walter@elastic.co>
…or saved search based on CCS. (#96555) (#96594) Data Frame Analytics does not support cross-cluster search. This PR fixes the SourceSelection component to not allow a user to select a CCS index pattern or a saved search using a CCS index pattern. Co-authored-by: Walter Rafelsberger <walter@elastic.co>
Summary
Fixes #95257.
Data Frame Analytics does not support cross-cluster search.
This PR fixes the
SourceSelection
component to not allow a user to select a CCS index pattern or a saved search using a CCS index pattern.Example when a user clicks on an index pattern using CCS (
my_remote_cluster:kibana_sample_data_flights
):Example when a user clicks on a saved search using an CCS index pattern (
kibana_airlines
):Checklist
For maintainers