You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From what I see, I encountered the same thing on #10. and got the complete output as follows:
root@elknode1:/home/vagrant/mysqlbeat# make
go build
# _/home/vagrant/mysqlbeat
./main.go:12: cannot use beater.New() (type *beater.Mysqlbeat) as type "github.com/elastic/beats/libbeat/beat".Beater in argument to "github.com/elastic/beats/libbeat/beat".Run:
*beater.Mysqlbeat does not implement "github.com/elastic/beats/libbeat/beat".Beater (wrong type for Cleanup method)
have Cleanup(*"github.com/adibendahan/mysqlbeat/vendor/github.com/elastic/beats/libbeat/beat".Beat) error
want Cleanup(*"github.com/elastic/beats/libbeat/beat".Beat) error
vendor/github.com/elastic/beats/libbeat/scripts/Makefile:56: recipe for target 'build' failed
make: *** [build] Error 2
The current version I have is the recent one:
root@elknode1:/home/vagrant/mysqlbeat# filebeat version
filebeat version 6.5.4 (amd64), libbeat 6.5.4 [bd8922f1c7e93d12b07e0b3f7d349e17107f7826 built 2018-12-17 20:22:29 +0000 UTC]
and go version is
root@elknode1:/home/vagrant/mysqlbeat# go version
go version go1.7.4 linux/amd64
Is this still being maintained since the last update was almost 2 years ago.
The text was updated successfully, but these errors were encountered:
From what I see, I encountered the same thing on #10. and got the complete output as follows:
The current version I have is the recent one:
and go version is
Is this still being maintained since the last update was almost 2 years ago.
The text was updated successfully, but these errors were encountered: