I'm new to the packetbeat world and have installed beta3 (will get to the rc1 shortly), but am trying to enable the TCP/UDP protocol and can't seem to figure out where to enable that to see info to send to elastic. I've confirmed UDP packets coming into the box (SNMP traps in this case on port 162) where we've configured it and I thought it might be in the packetbeat.yml file that we'd enable that, but I didn't see any reference to TCP/UDP to watch specific ports.
I even tried adding some references in there to see if that might make any difference, but I don't see anything new:
udp:
ports: [161, 162]
tcp:
ports: [162, 22, 23, 115]
I also have MySQL on there and that side is working fine: I see them via Kibana UI accordingly.
Is there anything else that I'm missing?
Thanks.