# Host Overview Dashboard not showing data for a host

**URL:** https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056
**Category:** Kibana
**Created:** [May 8, 2018, 7:57pm UTC](https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056 "2018-05-08T19:57:49Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![emangual](https://avatars.discourse-cdn.com/v4/letter/e/d26b3c/32.png) [@emangual](https://discuss.elastic.co/u/emangual)
#### Post date: [May 8, 2018, 7:57pm UTC](https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056/1 "2018-05-08T19:57:49Z")

</div>

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
```

---

<div class="post-metadata">

### Author: ![emangual](https://avatars.discourse-cdn.com/v4/letter/e/d26b3c/32.png) [@emangual](https://discuss.elastic.co/u/emangual)
#### Post date: [May 8, 2018, 8:10pm UTC](https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056/2 "2018-05-08T20:10:27Z")

</div>

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

Similar issue posted [here](https://discuss.elastic.co/t/monitoring-clusters-2-node-just-show-1-node-stats/130707)

---

<div class="post-metadata">

### Author: ![bhavyarm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bhavyarm/32/22392_2.png) [@bhavyarm](https://discuss.elastic.co/u/bhavyarm)
#### Post date: [May 9, 2018, 3:07pm UTC](https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056/3 "2018-05-09T15:07:43Z")

</div>

Great. Thanks for posting here about the solution.

Cheers,  
Bhavya

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [June 6, 2018, 3:07pm UTC](https://discuss.elastic.co/t/host-overview-dashboard-not-showing-data-for-a-host/131056/4 "2018-06-06T15:07:57Z")

</div>

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