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

Enhance transform to support list of source indices #226

Open
doomma opened this issue Dec 15, 2021 · 0 comments
Open

Enhance transform to support list of source indices #226

doomma opened this issue Dec 15, 2021 · 0 comments
Labels

Comments

@doomma
Copy link

doomma commented Dec 15, 2021

Is your feature request related to a problem? Please describe.
Current transform api is limiting with the lack of support for providing a list of source indices to transform from
Describe the solution you'd like
Add support to provide an array of indices (for example, ["my-index-000001", "my-index-000002"]), or an array of index patterns (for example, ["my-index-", "my-other-index-"]

Describe alternatives you've considered
Name indices in a pattern and provide a wild card. But this does not scale well

Additional context
Add any other context or screenshots about the feature request here.

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

2 participants