diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index af0ce7a7cb8..473237c5349 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,7 +27,7 @@ https://github.com/elastic/beats/compare/v5.3.0...master[Check the HEAD diff] ==== Bugfixes *Affecting all Beats* - +- Fix console output {pull}4045[4045] *Filebeat* diff --git a/libbeat/outputs/console/console.go b/libbeat/outputs/console/console.go index 3a62c45c9e0..e149b83dbbb 100644 --- a/libbeat/outputs/console/console.go +++ b/libbeat/outputs/console/console.go @@ -78,6 +78,7 @@ func (c *console) PublishEvent( } op.SigCompleted(s) + return nil fail: if opts.Guaranteed { logp.Critical("Unable to publish events to console: %v", err)