Filebeat disk usage exception

version 6.0.0-alpha1
Operating System: centos7.1
Steps to Reproduce:
root@slave-219 ~]# lsof | grep delete | wc -l
15963
[root@slave-219 ~]# docker restart 6c093d9fbbae (filebeat container)
6c093d9fbbae
[root@slave-219 ~]# lsof | grep delete | wc -l
696

I'd recommend upgrading to the latest 6.2 stable release, 6.0.0-alpha1 is alpha software. Other than that, there can be a number of reasons for which Filebeat might keep lots of open files, but we need more details. See also: https://www.elastic.co/guide/en/beats/filebeat/6.2/configuration-filebeat-options.html#close-timeout

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