opensearch-project / opensearch-project/data-prepper
Support Index `aliases` in Opensearch as a data source.
@Utkarsh-Aga is already working on this.
Since May 7, 2024.
- Dominant language
- Java
- Stars
- 374
- Forks
- 354
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 8
Description
Is your feature request related to a problem? Please describe.
Currently, opensearch as a source supports indices but not aliases.
Describe the solution you'd like
Support aliases as well
Describe alternatives you've considered (Optional)
index_name_regex is supported so one can provide the regex pattern, but in case if there are changes in the name of the indices, the user has to modify the index_name_regex accordingly. With support of aliases one can change the indexes an alias points to at any time without modifying the configuration.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.