Skip to content

Bug fix to filebeat modules

Compare
Choose a tag to compare
@shaunbugler shaunbugler released this 24 Nov 13:07
· 12 commits to master since this release
1a6b7eb

This release is a small tweak to how we handle modules. Previously we assumed the modules would be in pristine condition, ie either enabled or disabled. BUT if you delete the module config, filebeat will error out.

Now we check if the module is either correctly enabled or correctly disabled before asking filebeats to do anything.