Host Overview Dashboard not showing data for a host

Hi,

I am new to Elastic Stack and have configured Metricbeat on 3 different machines to output the data collected directly to Elasticsearch. Now 2 of the machines are showing data just fine in the Host Overview dashboard, but one is not . I am using the same exact system.yml configuration on all 3 nodes. Any ideas of what could be happening here?

system.yml configuration

- module: system
  period: 10s
  metricsets:
    - cpu
    - load
    - memory
    - network
    - process
    - process_summary
    #- core
    - diskio
    #- socket
  processes: ['.*']
  process.include_top_n:
    by_cpu: 5      # include top 5 processes by CPU
    by_memory: 5   # include top 5 processes by memory
  cpu.metrics:  ["percentages"]  # The other available options are normalized_percentages and ticks.
  core.metrics: ["percentages"]  # The other available option is ticks.

- module: system
  period: 10s
  metricsets:
    - filesystem
    - fsstat
  filesystem.ignore_types: [nfs, smbfs, autofs]

- module: system
  period: 15m
  metricsets:
    - uptime

Well, I found my problem. Time on that machine was out of sync.

Similar issue posted here

1 Like

Great. Thanks for posting here about the solution.

Cheers,
Bhavya

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