https://github.com/bin-huang/elk_log_cleaner
这个程序可以帮你定时清理 ELK 的过时日志
https://github.com/bin-huang/elk_log_cleaner
Last synced: 4 months ago
JSON representation
这个程序可以帮你定时清理 ELK 的过时日志
- Host: GitHub
- URL: https://github.com/bin-huang/elk_log_cleaner
- Owner: Bin-Huang
- Created: 2018-10-05T05:22:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T14:19:18.000Z (over 6 years ago)
- Last Synced: 2025-02-13T20:24:36.338Z (8 months ago)
- Language: Go
- Homepage:
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## log cleaner service
可以帮你定时清理 ELK 中的过时日志,防止日志占满磁盘。运行内存约 `1.6mb`。
默认每天清理已保存超过一个月的日志,可以修改 [config.go](./config.go) 进行配置