Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filebeat: Error on startup for unconfigured module #28818

Merged
merged 1 commit into from
Nov 4, 2021

Commits on Nov 4, 2021

  1. Filebeat: Error on startup for unconfigured module

    Since elastic#27526 and elastic#27762, Filebeat will have all filesets disabled by
    default. To prevent user confusion, a warning message to alert the user
    of a configured module without any enabled filesets was added. However,
    due to Filebeat internals, this message will only appear for modules
    configured from the command-line (--modules flag).
    
    This updates the code to ensure it works also for modules configured via
    modules.d directory and turns the warning into a hard-error that
    prevents startup.
    adriansr committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    0334860 View commit details
    Browse the repository at this point in the history