Bug fix to filebeat modules
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.