Filebeat read same file again

Hi everyone
I have very extraordinary task.
I want read /proc/self/mounts every 1 min (maybe every 5min)
and read all lines from file all time.
I have next config
- type: log
paths:
- /proc/self/mounts
close_removed: true
ignore_older: 1m
clean_inactive: 2m
But after deleting /proc/self/mounts from /var/lib/filebeat/registry, file /proc/self/mounts not reading again.
What you can recomend, in my case?

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