Skip to content
Discussion options

You must be logged in to vote

The netflow module should already be configured for the latest version of Security Onion.

If you must manually enable a fileset, you can do so with the following:

docker exec -it so-filebeat filebeat module setup --pipelines --modules netflow -M "netflow.log.enabled=true" -C /usr/share/filebeat/module-setup.yaml or add the configuration to the pillar:

third_party_filebeat:
  modules:
    netflow:
      log:
        enabled: true

...then run salt-call state.apply common and run so-filebeat-module-setup.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@dstetler-ecs
Comment options

@kingtriumph
Comment options

@cerskus
Comment options

Answer selected by weslambert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants