Skip to content
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

Closed
dbbaughe opened this issue Mar 31, 2022 · 4 comments
Closed
Labels

Comments

@dbbaughe
Copy link
Contributor

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.

@dbbaughe dbbaughe added the enhancement New request label Mar 31, 2022
@praveensameneni
Copy link
Member

Meta issue - #408

@setiah
Copy link

setiah commented Jul 22, 2022

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

@Angie-Zhang
Copy link
Contributor

@setiah
Checked the discuss on dynamic target index. Considering the search ability, I think we need some fixed pattern/prefix for dynamic target indices from the same policy, so user can search multiple target indices which comes from the same policy.

@downsrob
Copy link
Contributor

downsrob commented Aug 6, 2022

This change has been merged, but without any added tests. We need to add tests for this feature before closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants