https://github.com/shavo007/es-curator
elasticsearch curator
https://github.com/shavo007/es-curator
cronjob curator delete elastic elasticsearch kubernetes
Last synced: 5 months ago
JSON representation
elasticsearch curator
- Host: GitHub
- URL: https://github.com/shavo007/es-curator
- Owner: shavo007
- Created: 2017-11-11T09:50:40.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-11T11:29:05.000Z (almost 8 years ago)
- Last Synced: 2025-02-17T04:26:40.017Z (8 months ago)
- Topics: cronjob, curator, delete, elastic, elasticsearch, kubernetes
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# es-curator
elasticsearch curatorDeletes old indices from elasticsearch.
## Environment Variables
| Env | Description | Default |
| ------------------- | -------------------------- | --------- |
|`ELASTIC_SEARCH_HOST`| The elasticserach host | localhost |
|`ELASTIC_SEARCH_PORT`| The port | 9200 |
|`DAYS_COUNT` | Age of the index to delete | 60 |
|`INDEX_PREFIX` | The index prefix | logstash |
| `USE_SSL` | Use SSL | True |