方法一
curl -s | bash
yum install clicktail
方法二
go get github.com/Altinity/clicktail
GOPATH=/usr/local go get github.com/Altinity/clicktail
GOPATH=/usr/local go build
GOPATH=/usr/local go install
在clickhouse创建新库新表
cat schema/db.sql | clickhouse-client --multiline
cat schema/mysql.sql | clickhouse-client --multiline
clicktail -p mysql -f /mysql/log/slow.log -d clicktail.mysql_slow_log --api_host= --backfill
# --api_host ClickHouse server (default: )
# --backfill 导入文件数据,如果需要把数据实施解析到clickhouse,不用加这个参数
阅读(1921) | 评论(0) | 转发(0) |