Hi I have provided the list of processes to get monitored on my system but I am not getting stats for one of the processes for other listed processes I am getting data but. My system.yml is below
# Module: system
# Docs: https://www.elastic.co/guide/en/beats/metricbeat/8.6/metricbeat-module-system.html
- module: system
period: 30s
metricsets:
- cpu
- load
- memory
- network
- process
- process_summary
- socket_summary
#- entropy
#- core
- diskio
#- socket
#- service
#- users
processes: ['BBEdit', 'TextEdit', 'kvoop', 'xyz']
# Configure the metric types that are included by these metricsets.
process.include_top_n:
# Set to false to disable this feature and include all processes
enabled: false