Commit 33a47fc0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Documenta y omite tareas de pipes manuales

parent e247facd
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ deploy-curator-supporting-branch-develop:
  except:
    - master
    - schedules
    - web
  when: manual

deploy-curator-stable-branch-develop:
@@ -74,6 +75,7 @@ deploy-curator-stable-branch-develop:
    - master
  except:
    - schedules
    - web
  when: manual

deploy-curator-supporting-branch-production:
@@ -106,6 +108,7 @@ deploy-curator-supporting-branch-production:
  except:
    - master
    - schedules
    - web
  when: manual

deploy-curator-stable-branch-production:
@@ -137,6 +140,7 @@ deploy-curator-stable-branch-production:
    - master
  except:
    - schedules
    - web
  when: manual

scheduled-run-curator-stable-branch-develop:
+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.