diff --git a/x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go b/x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go index 7d779f04844..81472f4df51 100644 --- a/x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go +++ b/x-pack/filebeat/input/httpjson/internal/v2/value_tpl.go @@ -21,8 +21,9 @@ import ( "text/template" "time" - "github.com/elastic/beats/v7/libbeat/logp" "github.com/google/uuid" + + "github.com/elastic/beats/v7/libbeat/logp" ) // we define custom delimiters to prevent issues when using template values as part of other Go templates.