-
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] Enable cell range selection. #18920
[ML] Enable cell range selection. #18920
Conversation
Pinging @elastic/ml-ui |
💚 Build Succeeded |
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
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.
Enabling the flag LGTM. The work to limit cell range selection is needed before getting this in for 6.4 to ensure all anomalies in the selected swimlane cells can be viewed in the charts plotted at bucket span granularity.
This re-enables the feature flag to support selecting a range of cells in the anomaly explorer. Follow-ups to this PR will tackle limiting the allowed cells to select to avoid problems with too wide selections.
This re-enables the feature flag to support selecting a range of cells in the anomaly explorer for
6.4
.Follow-ups to this PR will tackle limiting the allowed cells to select to avoid problems with too wide selections.