Hi,
Can anybody tell how can I set a condition in packetbeat.yml to get traffic from my ip only and not from different subnets? In other words the destination.ip: should be only my ip and any other ip in the subnet.
I've tried this but didn't worked.
packetbeat.interfaces.internal_networks:
- destination.ip: '192.168.0.0/24'
Any help?
Regards.