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

Exclude files in filebeat #563

Merged
merged 1 commit into from
Dec 21, 2015
Merged

Exclude files in filebeat #563

merged 1 commit into from
Dec 21, 2015

Commits on Dec 21, 2015

  1. Add exclude_files configuration option

    You can define a list of regular expressions to match the ignored files. This option is useful
    in case you want to include all the log files with the exception of the .gz files. For this particular
    case, you can use exclude_files: ['.gz$'].
    monicasarbu committed Dec 21, 2015
    Configuration menu
    Copy the full SHA
    eb541bc View commit details
    Browse the repository at this point in the history