rlynic / filebeat-output-clickhouse

The output for filebeat sends the events to ClickHouse
17 stars 9 forks source link

Application is not building #1

Open dr-wut opened 3 years ago

dr-wut commented 3 years ago

Hey I'm trying to build an application according to the instructions and I get the following error:

/root/go/pkg/mod/github.com/rlynic/filebeat-output-clickhouse@v1.0.0/clickhouse.go:14:23: cannot use makeClickHouse (type func (beat.Info, outputs.Observer, * common .Config) (outputs.Group, error)) as type outputs.Factory in argument to outputs.RegisterType make: *** [../libbeat/scripts/Makefile:134: filebeat] Error 2

Any ideas on how to fix this?