Im meeting an issue to receive NETFLOW from my FortiGate.
I actually use elastiflow in container, I also collect flow from my Sophos (IPFIX) and it's work perfectly fine.
I can saw the flow with tcpdump on my server : tcpdump -A -i any dst port 2055 10:05:48.771344 IP 192.168.2.1. > cluster-elk.iop: UDP, length 1292
But it's seem that no data is processed receive by the container.
The port on the container are open :
robcowart/elastiflow-logstash:4.0.1.update.2 *:5046->5044/tcp, *:9601->9600/tcp, *:9701->9700/tcp, *:2055->2055/udp, *:4739->4739/udp
Hello,
Im meeting an issue to receive NETFLOW from my FortiGate. I actually use elastiflow in container, I also collect flow from my Sophos (IPFIX) and it's work perfectly fine.
I can saw the flow with tcpdump on my server : tcpdump -A -i any
dst port 2055 10:05:48.771344 IP 192.168.2.1. > cluster-elk.iop: UDP, length 1292
But it's seem that no data is processed receive by the container. The port on the container are open :robcowart/elastiflow-logstash:4.0.1.update.2 *:5046->5044/tcp, *:9601->9600/tcp, *:9701->9700/tcp, *:2055->2055/udp, *:4739->4739/udp
When I check the log from my container :