-
Notifications
You must be signed in to change notification settings - Fork 113
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
Allow rollup searches to multiple rollup indices if they have the same rollup #321
Comments
Meta issue - #408 |
Had a quick chat with @downsrob. This enhancement seems like a post-requisite for dynamic target index. After we have rolled up data going to multiple target indices, we might need the ability to search across multiple indices with rollup id |
@setiah |
This change has been merged, but without any added tests. We need to add tests for this feature before closing the issue. |
We currently do not allow a rollup search to search more than one index.
We should relax the constraint such that you can search multiple rollup indices if the rollups are the same for when we support a single rollup writing to multiple target indices.
We need to make sure that either the rollup indices have a single rollup that are all the same or they will also resolve to the same rollup when searched.
The text was updated successfully, but these errors were encountered: