Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ deploy-curator-supporting-branch-develop: except: - master - schedules - web when: manual deploy-curator-stable-branch-develop: Loading Loading @@ -74,6 +75,7 @@ deploy-curator-stable-branch-develop: - master except: - schedules - web when: manual deploy-curator-supporting-branch-production: Loading Loading @@ -106,6 +108,7 @@ deploy-curator-supporting-branch-production: except: - master - schedules - web when: manual deploy-curator-stable-branch-production: Loading Loading @@ -137,6 +140,7 @@ deploy-curator-stable-branch-production: - master except: - schedules - web when: manual scheduled-run-curator-stable-branch-develop: Loading README.md +9 −0 Original line number Diff line number Diff line # Curator ## Restore In order to restore Elasticsearch indices, you must create a new pipeline to deploy 'curator-restore' service. Define these environment variables to configure manual pipeline: * **SNAPSHOT_RESTORE_NAME**: Snapshot source name to restore indices. Leave it empty to use last snapshot. * **SNAPSHOT_RESTORE_INDICES**: Name/expression to filter indices to restore. Accepts wildcards. Then, you can run deploy task manually. Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,7 @@ deploy-curator-supporting-branch-develop: except: - master - schedules - web when: manual deploy-curator-stable-branch-develop: Loading Loading @@ -74,6 +75,7 @@ deploy-curator-stable-branch-develop: - master except: - schedules - web when: manual deploy-curator-supporting-branch-production: Loading Loading @@ -106,6 +108,7 @@ deploy-curator-supporting-branch-production: except: - master - schedules - web when: manual deploy-curator-stable-branch-production: Loading Loading @@ -137,6 +140,7 @@ deploy-curator-stable-branch-production: - master except: - schedules - web when: manual scheduled-run-curator-stable-branch-develop: Loading
README.md +9 −0 Original line number Diff line number Diff line # Curator ## Restore In order to restore Elasticsearch indices, you must create a new pipeline to deploy 'curator-restore' service. Define these environment variables to configure manual pipeline: * **SNAPSHOT_RESTORE_NAME**: Snapshot source name to restore indices. Leave it empty to use last snapshot. * **SNAPSHOT_RESTORE_INDICES**: Name/expression to filter indices to restore. Accepts wildcards. Then, you can run deploy task manually.