https://github.com/swisscom/cf-curator-cron
Run the Elastic Curator periodically using the python buildpack and supercronic
https://github.com/swisscom/cf-curator-cron
Last synced: 25 days ago
JSON representation
Run the Elastic Curator periodically using the python buildpack and supercronic
- Host: GitHub
- URL: https://github.com/swisscom/cf-curator-cron
- Owner: swisscom
- License: mit
- Created: 2019-05-21T14:39:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-16T15:15:01.000Z (over 1 year ago)
- Last Synced: 2025-03-04T22:02:05.407Z (over 1 year ago)
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cf-curator-cron
Workaround to get curator running in CF after deprecating https://github.com/swisscom/logstash-buildpack, cronjob based on https://github.com/aptible/supercronic.
This will be replaced by Index Lifecycle Management in current ElasticSearch versions (https://www.elastic.co/guide/en/elasticsearch/reference/current/getting-started-index-lifecycle-management.html)
# Usage
Modify following files before pushing your curator:
* `actions.yml`: Configure the names of your indices and their retention.
* `curator.yml`: Replace elasticsearch host and username/password
* `crontab`: You should use the --dry-run line before you configure your curator for production.
# Instructions
To push to CF, simply execute `cf push cf-curator-cron`