- Version: Logstash 6.4.0 - Steps to Reproduce: 1. Simply create a conf with file output plugin with gzip enabled as below. ``` output { file { path => "/Users/surfer/elastic/labs/logstash/logstash.config/output/a-%{+YYYYMMddHHmm}.json.gz" codec => "json_lines" gzip => "true" } } ``` 2. ingest document 3. Notice that when you verify the file, it comes back with messages below. ``` $ gzip -tv test* test.json.gz: gzip: test.json.gz: decompression OK, trailing garbage ignored OK ```
Version: Logstash 6.4.0
Steps to Reproduce:
ingest document
Notice that when you verify the file, it comes back with messages below.