Get logs from my ip only in Paketbeat

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.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.