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

Disable host.* fields by default for netflow module #19087

Merged

Commits on Jun 9, 2020

  1. Disable host.* fields by default for netflow module

    For the netflow module when data is forwarded to Filebeat from another host/device you don't want Filebeat to add `host`. So by default this modules add a `forwarded` tag to events. If you configure the module to not include the `forwarded` tag (e.g. `var.tags: [my_tag]`) then Filebeat will add the `host.*` fields.
    
    Relates: elastic#13920
    andrewkroh committed Jun 9, 2020
    Configuration menu
    Copy the full SHA
    c1ad82e View commit details
    Browse the repository at this point in the history