Custom Module Config

Hi,
Each filebeat module comes with a default prospector config. How are we meant to customise/extend it without editing the config files under /usr/share/filebeat/module?

Thx
D

Typical module-specific configuration is in filebeat/modules.d/[module name].yml, see here for per-module info. If you need to change input configuration that isn't exposed by the module, you're probably looking to override input settings.