-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
Description
-
Version: Logstash 6.4.0
-
Steps to Reproduce:
- 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"
}
}
-
ingest document
-
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
nit23uec