Advanced Search
Search Results
2 total results found
Tail
Fluent Bit
Inputs
https://docs.fluentbit.io/manual/pipeline/inputs/tail Tailing files keeping state The tail input plugin a feature to save the state of the tracked files, is strongly suggested you enabled this. For this purpose the db property is available, e.g: fluent-bit -i...
Too Many Open Files
Fluent Bit
Troubleshooting
https://github.com/fluent/fluent-bit/issues/1777 @aderuwe It might be more related to inotify mechanism - as by default (e.g. when using the default Docker image) this mechanism is used for tailing files in in_tail plugin: https://linux.die.net/man/2/inotify_...