美文网首页
clickhouse

clickhouse

作者: akka9 | 来源:发表于2019-10-30 16:38 被阅读0次

收集

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 

http://dockerone.com/article/9356

相关文章

网友评论

      本文标题:clickhouse

      本文链接:https://www.haomeiwen.com/subject/kdtavctx.html