diff --git a/x-pack/filebeat/fbreceiver/config.go b/x-pack/filebeat/fbreceiver/config.go index 13a52fa502e..45e0a909d31 100644 --- a/x-pack/filebeat/fbreceiver/config.go +++ b/x-pack/filebeat/fbreceiver/config.go @@ -15,7 +15,7 @@ type Config struct { // Validate checks if the configuration in valid func (cfg *Config) Validate() error { if len(cfg.Beatconfig) == 0 { - return fmt.Errorf("NO config sent") + return fmt.Errorf("Configuration is required") } _, prs := cfg.Beatconfig["filebeat"] if !prs {