Filebeat is filling up Filesystem

We are monitoring a log file which is approx. 300mb in size. Log file is on /data FileSystem of 68GB. Once I start filebeat service, it fills up /data FS. Any ideas what could be the cause of this issue?

[root@IST0002194 data]# df -ah /data
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_os-lv_data 68G 7.5G 61G 12% /data
[root@IST0002194 data]# du -sh *
334M log
[root@IST0002194 data]# df -ah /data
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg_os-lv_data 68G 8.2G 60G 13% /data

Welcome! :smiley:

What is in the Filebeat log?

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