Reading files from ZIP folder using logstash

Hi Team,

I wanted to read the files from a zipped folder on the server is it possible to read them using logstash. If yes could you please let me know the procedure.

Logstash version: 8.18.1

The file input can read zipped files in read mode. Do you want to read zipped files or a zipped folder?

Hi @Badger , Thank you for the input. I want to read the files in a zipped folder. Could you please help me if there is any way to read them through logstash directly.

I couldn’t find a way to do it.

Hi @Badger ,

Could you please help me how can we read the zipped files then using file input plugin. Could you please help me with sample input configuration for the same.

Hello,

You need to share what configuration you are using in the input, you do not need to do any extra configuration to read zipped files, you configure your input to read a folder where your zipped files are.