I've a Fluent-bit running as docker instance which uses tail
input plugin to read docker log files and currently I've configured output plugin to use Elasticsearch.
However in prod since Elasticsearch resides on another zone, don't want to consume bandwidth I don't want to use Elasticsearch, instead want to use file
output plugin. But in file plugin there is no documentation explaining the file rollover configuration.