S3 input configuration in logstash to get the logs present in zip folder in the bucket

I can get the file present in s3 bucket after configuring logstash, but i dont know how to get the files present in zip or tar.gz folders in s3 bucket.

my logstash s3 input configuration
input {
s3 {
bucket => "xxxxxx"
region => "xxxxx"
access_key_id => "XXXXXXXXXXXX"
secret_access_key => "YYYYYYYYYYYYY"
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.