Hi Team,
Just want to know does logstash support the integration of logs from s3 bucket which are in .zip format?
Regards
Hi Team,
Just want to know does logstash support the integration of logs from s3 bucket which are in .zip format?
Regards
According to docs,yes
The documentation is for input s3 plugin not http_poller. Use s3 plugin.
But i am getting the above error
Regards
Shrikant
I haven't try, however this might help:
gzip_pattern >= ".*?$"
or zip restrictive:
gzip_pattern >= "\.zip$"
gzip_pattern
"\.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.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.