Shane Claggett

Results 4 comments of Shane Claggett

We were seeing a similar problem with too many open files so I attempted to reproduce this bug to see if it was the cause. It appears this issue no...

I just ran into this bug as well. My solution was to change the first line: ``` if (!$facts['filebeat_version']) or (versioncmp($facts['filebeat_version'], '7.16') > 0) { $default_input_type = 'filestream' } else...

The same bug also exists in input.pp, line 57.

> It is there but when it hits that a version of FileBeat Will be present. Perhaps in theory, but somehow I encountered the bug there in practice.