Setting up netflow ingestion - error #8745
-
Receiving the following error after following the video to enable netflow ingestion on my security onion appliance (standard installation). Ran the below command: docker exec -i so-filebeat filebeat setup modules -pipelines -modules netflow -c /usr/share/filebeat/module-setup.yml received this message: ran thru the video again to verify all settings and all appear correct New to security onion so any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The If you must manually enable a fileset, you can do so with the following:
...then run |
Beta Was this translation helpful? Give feedback.
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:...then run
salt-call state.apply common
and runso-filebeat-module-setup
.