部署轻量单机日志查看工具zinc
- 2024-10-22 15:18:00
- CJL 原创
- 460
通常日志查看使用elk方案,但在个人项目或小型项目中耗费资源过多,zinc提供了一种简单方便的查看日志方式。
zinc简介:https://zincsearch-docs.zinc.dev/
github:https://github.com/zincsearch
安装步骤:https://zincsearch-docs.zinc.dev/installation/
下载地址:https://github.com/zincsearch/zincsearch/releases
安装日志收集filebeat
注意事项:filebeat需要和zinc版本匹配,建议使用8.7版本
安装步骤:https://www.elastic.co/guide/en/beats/filebeat/8.7/filebeat-installation-configuration.html
filebeat配置:https://zincsearch-docs.zinc.dev/ingestion/filebeat/
收集docker日志配置:https://www.elastic.co/guide/en/beats/filebeat/8.7/filebeat-input-container.html
日志一般在 /var/lib/docker/containers/*/*-json.log
发表评论