Howdy. I really don't understand what configuration I need for the docker
input to just have filebeat do the following:
- tail new files (read from head)
- wait 90s after eof
- stop tailing file, remove from registry, pretend it never ever even ever once even ever existed for a single second.
We have a high volume of files being rotated in our GKE cluster and all i really want to is for the harvester for tail new files to the end, wait a timeout and then bail (removing from registry).