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

[BUG] Transform jobs do not resolve the backing indices of a data stream #71

Closed
ketanv3 opened this issue Jun 7, 2021 · 0 comments · Fixed by #72
Closed

[BUG] Transform jobs do not resolve the backing indices of a data stream #71

ketanv3 opened this issue Jun 7, 2021 · 0 comments · Fixed by #72
Labels
bug Something isn't working untriaged

Comments

@ketanv3
Copy link
Contributor

ketanv3 commented Jun 7, 2021

Describe the bug
A transform job allows users to define index expressions as the source. These index expressions can resolve index names, index patterns, and index aliases to the list of corresponding concrete indices. The same resolution doesn't happen for data streams.

Suggestion:
Index expression resolution should resolve a data stream name to its corresponding backing indices. This will make the resolution behavior consistent with index aliases.

Additional context
This issue is similar to how index resolution didn't happen correctly for rollup jobs (#12). Since transform jobs were recently introduced, it wasn't fixed in the previous PR (#13).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
1 participant