diff --git a/filebeat/input/v2/compat/compat.go b/filebeat/input/v2/compat/compat.go index 2f5f9dd0b38..67bc9c7ac13 100644 --- a/filebeat/input/v2/compat/compat.go +++ b/filebeat/input/v2/compat/compat.go @@ -24,13 +24,14 @@ import ( "fmt" "sync" + "github.com/mitchellh/hashstructure" + v2 "github.com/elastic/beats/v7/filebeat/input/v2" "github.com/elastic/beats/v7/libbeat/beat" "github.com/elastic/beats/v7/libbeat/cfgfile" "github.com/elastic/beats/v7/libbeat/common" "github.com/elastic/beats/v7/libbeat/logp" "github.com/elastic/go-concert" - "github.com/mitchellh/hashstructure" ) // factory implements the cfgfile.RunnerFactory interface and wraps the