Hello everyone,
I have some Windows Servers that have SWAP (pagefile.sys) configured and located in a small disk. As this is a "Standard Configuration" there are lot of events related to this as the disk is almost full all the time. Is there any way to exclude the Drive D: from the metricbeat?
On Linux there is an option to drop any event when a regular expression match for the filesystem mountpoints:
- drop_event.when.regexp:
system.filesystem.mount_point: '^/(sys|cgroup|proc|dev|etc|host|lib)($|/)'
Is there any similar configuration for Windows to exclude the Drive D:?
Thank you!
Gus