Open
Description
Logstash information:
Please include the following information:
- Logstash version -
logstash 8.8.1
- Logstash installation source - homebrew
- How is Logstash being run- via commandline
- How was the Logstash Plugin installed - no separate installation command
JVM (e.g. java -version
):
If the affected version of Logstash is 7.9 (or earlier), or if it is NOT using the bundled JDK or using the 'no-jdk' version in 7.10 (or higher), please provide the following information:
- JVM version (
java -version
) -openjdk version "20.0.1" 2023-04-18
- JVM installation source (e.g. from the Operating System's package manager, from source, etc). - homebrew
- Value of the
JAVA_HOME
environment variable if set.
OS version (uname -a
if on a Unix-like system): Darwin Mac.local 22.4.0 Darwin Kernel Version 22.4.0
Description of the problem including expected versus actual behavior:
When specifying encoding => "gzip"
in the config file, the file uploaded to S3 has .gz extension but is just a plain text file. I'm using "json_lines" codec.