Does logstash support zip format logs from s3 bucket

Hi Team,

Just want to know does logstash support the integration of logs from s3 bucket which are in .zip format?

Regards

1 Like

According to docs,yes

Hi @Rios

we are facing issue

Need some confirmation

Regards

The documentation is for input s3 plugin not http_poller. Use s3 plugin.

But i am getting the above error

Regards
Shrikant

Hi @Rios ,

Any advise please

Warm Regards

this is my input config


don't know why not able to pull.

Regards
Shrikant

I haven't try, however this might help:
gzip_pattern >= ".*?$"
or zip restrictive:
gzip_pattern >= "\.zip$"

gzip_pattern

  • Value type is string*
  • Default value is "\.gz(ip)?$"*

Regular expression used to determine whether an input file is in gzip format.

If doesn't work, enable debug level in LS, and copy text log not as a pic, maybe someone from Elastic team might have an additional idea.

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