overture-stack / rollcall

A service for managing indices and aliases in an elasticsearch cluster
GNU Affero General Public License v3.0
0 stars 1 forks source link

Implement a new "Create Index" function #11

Closed rosibaj closed 4 years ago

rosibaj commented 4 years ago

For Argo, the naming schema for indices should follow this format [DonorSubmissionSummary]_[program_shortname]_[version_number]

jaserud commented 4 years ago

one thing to note here is that clone doesn't exist in elasticsearch 7.1, so this feature will not work with the current argo setup. But the code in rollcall is ready for it, and there are tests for it.