Fluentd
Fluentd and Fluent Bit
Fluentd
Introduction
Deploy By Binary
Quick Start
# Ubuntu Package install
# https://docs.fluentd.org/installation/install-by-deb
Config and Boot
# change storage permission
# td-agent
chown td-agent.td-agent /opt/log_path/ -R
# fluentd
chown _fluentd:_fluentd /opt/log_path/ -R
# boot
systemctl daemon-reload
systemctl start td-agent.service
systemctl enable td-agent.serviceVerify
Troubleshooting
Deploy By Container
Run On Kubernetes
Fluent Bit
Introduction
Deploy By Binary
Deploy By Container
相关概念
日志输出方式
helm 下载 charts 包
配置启动
OUTPUT 插件服务相关配置
Elasticsearch 配置
Logstash 配置
Last updated