收集
fluentd + fluent-plugin-clickhouse
https://github.com/kumagi/fluent-plugin-clickhouse
fluent-bit + fluent-bit-clickhouse
https://github.com/iyacontrol/fluent-bit-clickhouse
clicktail
收集常见的业务软件日志,直接写入 clickhouse
https://github.com/Altinity/clicktail
展示
loghouse
https://github.com/flant/loghouse
grafana 插件
grafana-cli plugins install vertamedia-clickhouse-datasource
容器镜像
docker run -d --name clickhouse-server \
--ulimit nofile=262144:262144 \
--volume=/app/data/clickhouse:/var/lib/clickhouse \
yandex/clickhouse-server
网友评论