-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
filebeat disk usage execption #6497
Comments
@timchenxiaoyu looks like well known and expected, for example here is some explanations: #2395, also as there is more info in already closed issues, related to similar problem. Do you know about close_* options? https://www.elastic.co/guide/en/beats/filebeat/current/configuration-filebeat-options.html#close-options . Is it something that can help you? How is your config looks like? |
filebeat.prospectors:
logging.level: info output: |
close_timeout: 5h was added tomorrow |
@timchenxiaoyu so, is it help you? Also I think 5 hours it is too much, but up to you. Also you can play with close_inactive option. |
I'm closing this thread as we try to keep all questions on discuss: https://discuss.elastic.co/c/beats/filebeat Please post there with all the details if the issues persists. @ewgRa Appreciate your help. |
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
The text was updated successfully, but these errors were encountered: