Describe the issue:
I want to transform job to pickup last 3 days index for processing. In elastic search there is provision to provide multiple index name for source index field. Is similar functionality available in Openserach?
Maybe you can try using wildcard to specify multiple indices, currently the source_index parameter in transform doesn’t support multiple index names separated by commas.