Hello Sirs,
Could you please let me know when my drop events below is only working for linux and not for windows platfom? Is tere something that should be difference in the metricbeat.yml file?
Follow my metricbeat.yml file for Linux ( works fine )
- drop_event:
when:
or:
- regexp:
system.filesystem.mount_point: '^(/sys|/cgroup|/proc|/dev|/etc|/host|/run|/mnt/home|/var/lib/lxcfs|/var/lib/docker|/snap*)($|/)'
- equals:
system.network.name: 'lo'
- regexp:
system.diskio.name: "fd0|sr0"
- not:
has_fields: ['system']
fields:
uuid: ********************************
Follow my metricbeat.yml file for Linux ( does NOT work )
- drop_event:
when:
or:
- equals:
system.network.name: 'Loopback Pseudo-Interface 1'
- not:
has_fields: ['system']
fields:
uuid: *******************************