No Suricata data coming sensor #9692
Replies: 1 comment 7 replies
-
If you have a distributed deployment, the Suricata logs are written to disk on the sensor, then picked up via Filebeat and sent to the Logstash service on the Manager, then put into a Redis Queue, and finally put into Elasticsearch. So, it could be broken anywhere after the first step. Are you running a Manager/Search node or a separate Search node? If you want to monitor multiple physical interfaces, you can do that by using so-monitor-add to add them to the bond0 virtual interface that Security Onion is monitoring: https://docs.securityonion.net/en/2.3/so-monitor-add.html |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just getting started with Security Onion and have a sensor that I can see is logging Suricata data at /nsm/suricata/eve-*.json but there are zero logs in the manager. Doing a tcpdump, I can see traffic going to and from the manager on port 5644 and others so I'm presuming the communication is OK. What can I look at to troubleshoot this?
Also, is it possible to monitor more than one interface on a sensor? I was reading https://docs.securityonion.net/en/2.3/suricata.html#configuration but didn't see anything about this.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions