In Metricbeat have provided the process monitoring list in system.yml but not getting process stats in the kibana dashboard

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

Hi @sourabh_rawat,
Just read that if metricbeat is running as a less privileged user it might not be able to read info about other user's processes. Could that be the issue?

Hi @Wave,
Thanks for your reply. The metricbeat is running as root and my process is running in the current user context.

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