Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Filebeat for gz files

Does filebeat support ingesting from gz files? If I unzip the files before ingesting, they grow in size very big.

I did a search on the Elasticsearch forum, but could not find anything useful.

like image 295
Ijaz Ahmad Avatar asked Oct 19 '25 13:10

Ijaz Ahmad


1 Answers

Filebeat doesn't support gz files right now. But there is an ongoing request for that, you can track the progress here.

https://github.com/elastic/beats/issues/637

like image 168
Deepan Avatar answered Oct 21 '25 02:10

Deepan