How to get only local disk usage by excluding mount disk usage in Metricbeat?
See the configuration options for the filesystem metricset. I recommend using the filesystem.ignore_types if the mounted filesystem types are different that the local FS type. Otherwise use the processors to filter from the mount_points you want to ignore.
Thanks Andrew. Tried the suggested option but the data I am getting from Beat is not matching with actual data.
Thanks & Regards,
Prasad
How are they different? Can you provide some more info about the problem (data from Metricbeat, data you are comparing it with, OS).