-
Notifications
You must be signed in to change notification settings - Fork 25.1k
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] Support rolled-up indices in datafeeds #31999
Comments
Pinging @elastic/ml-core |
A quick look at that revealed that we cannot scroll using rollup-search. I think this means we can only support rolled-up indices when using aggregations. Also, it is worth noting that instead of using field-caps, for rollups we should make use of the rollup-caps API to check if the analyzed fields are available. Another question is how we handle index patterns that match both raw and rollup indices. |
Notes from our discussion about how to implement this:
|
This issue was closed with PR: #34654 |
As users start using roll-ups to downsize their indices, it makes sense for datafeeds to be able to fetch data from rolled-up indices.
The text was updated successfully, but these errors were encountered: