You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: