rlynic / filebeat-output-clickhouse

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

Step go get failure #3

Open alexeysorok opened 2 years ago

alexeysorok commented 2 years ago

go get -u github.com/rlynic/filebeat-output-clickhouse

go: downloading github.com/rlynic/filebeat-output-clickhouse v1.0.0
go: downloading github.com/ClickHouse/clickhouse-go v1.5.4
go: downloading github.com/elastic/beats v7.6.2+incompatible
go: downloading github.com/cloudflare/golz4 v0.0.0-20150217214814-ef862a3cdc58
go: downloading github.com/elastic/go-structform v0.0.9
go: downloading golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
go: downloading go.uber.org/atomic v1.7.0
go: downloading go.uber.org/multierr v1.6.0
go: downloading gopkg.in/yaml.v2 v2.2.8
go: downloading howett.net/plist v0.0.0-20181124034731-591f970eefbb
go: downloading github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0
go: downloading github.com/elastic/go-windows v1.0.0
go: downloading github.com/prometheus/procfs v0.7.3
# github.com/rlynic/filebeat-output-clickhouse
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

github.com/rlynic/filebeat-output-clickhouse 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

jijeshvu07 commented 1 year ago

any update on this?