From babf54a1409be3a07a4609f1710264e2bfcab039 Mon Sep 17 00:00:00 2001 From: Blerim Sheqa Date: Wed, 2 Jan 2019 15:26:56 +0100 Subject: [PATCH] Register includes for fields --- cmd/root.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/root.go b/cmd/root.go index 9510b92b..71639af9 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -4,6 +4,9 @@ import ( "github.com/icinga/icingabeat/beater" cmd "github.com/elastic/beats/libbeat/cmd" + + // Register the includes. + _ "github.com/icinga/icingabeat/include" ) // Name of this beat