https://github.com/gr1m0h/elasticsearch-curator
https://github.com/gr1m0h/elasticsearch-curator
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/gr1m0h/elasticsearch-curator
- Owner: gr1m0h
- License: mit
- Created: 2023-02-15T05:27:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-15T05:36:52.000Z (about 2 years ago)
- Last Synced: 2025-02-07T15:33:07.821Z (3 months ago)
- Language: Go
- Size: 236 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElasticSearch Curator
This program for batch processing to clean up ElasticSearch indexes. [curator](https://github.com/elastic/curator) is executed on a regular basis. **It was created with the assumption that CronJob is not available in Kubernetes, and uses Deployment to perform periodic execution in the process.**
## Usage
### Local
```
go run main.go
```### Docker
```
docker build -o es-curator .
docker run -it --rm es-curator
```### Kubernetes
```
kubectl apply -f k8s/deployment.yaml
```