# Cluster\_stats not sent to monitoring cluster

**URL:** https://discuss.elastic.co/t/cluster-stats-not-sent-to-monitoring-cluster/243402
**Category:** Beats
**Tags:** elastic-stack-monitoring, metricbeat
**Created:** [July 31, 2020, 9:34pm UTC](https://discuss.elastic.co/t/cluster-stats-not-sent-to-monitoring-cluster/243402 "2020-07-31T21:34:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![souravsahoo](https://avatars.discourse-cdn.com/v4/letter/s/cc9497/32.png) [@souravsahoo](https://discuss.elastic.co/u/souravsahoo)
#### Post date: [July 31, 2020, 9:34pm UTC](https://discuss.elastic.co/t/cluster-stats-not-sent-to-monitoring-cluster/243402/1 "2020-07-31T21:34:29Z")

</div>

Hi all,

I am facing an issue, where the production cluster/sending cluster is sending the monitoring data to the monitoring cluster. However, I am not able to view it on the stack monitoring page. On further analysis, I found out that, the monitoring data on the monitoring cluster is only having node\_stats metricset and no other metricset, even though the sending cluster is sending those data.

Below Is the monitoring data in the monitoring cluster

```
{
  "took" : 377,
  "timed_out" : false,
  "_shards" : {
    "total" : 1,
    "successful" : 1,
    "skipped" : 0,
    "failed" : 0
  },
  "hits" : {
    "total" : {
      "value" : 10000,
      "relation" : "gte"
    },
    "max_score" : null,
    "hits" : []
  },
  "aggregations" : {
    "clusters" : {
      "doc_count_error_upper_bound" : 0,
      "sum_other_doc_count" : 0,
      "buckets" : [
        {
          "key" : "95QSL0hRSnqNA3RMKl0Y3g",
          "doc_count" : 42946,
          "types" : {
            "doc_count_error_upper_bound" : 0,
            "sum_other_doc_count" : 0,
            "buckets" : [
              {
                "key" : "node_stats",
                "doc_count" : 42946,
                "last_seen" : {
                  "value" : 1.596227081693E12,
                  "value_as_string" : "2020-07-31T20:24:41.693Z"
                }
              }
            ]
          }
        }
      ]
    }
  }
}

```

Could any please help here? I can share the monitoring configurations for both sending and monitoring cluster, if required.

NOTE: I am using metricbeat 7.7.1 to ship monitoring data to elasticsearch cluster versioned 7.7.0

---

<div class="post-metadata">

### Author: ![chrisronline](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/chrisronline/32/28230_2.png) [@chrisronline](https://discuss.elastic.co/u/chrisronline)
#### Post date: [August 4, 2020, 1:42pm UTC](https://discuss.elastic.co/t/cluster-stats-not-sent-to-monitoring-cluster/243402/2 "2020-08-04T13:42:08Z")

</div>

Hi @souravsahoo,

Can you share the following configs:

`metricbeat.yml`  
`elasticsearch-xpack.yml`

Can you also check the Metricbeat log file and return the most recent log line that looks like: `INFO	[monitoring]	log/log.go:145	Non-zero metrics in the last 30s	{"monitoring":`?

---

<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: [September 1, 2020, 3:42pm UTC](https://discuss.elastic.co/t/cluster-stats-not-sent-to-monitoring-cluster/243402/3 "2020-09-01T15:42:22Z")

</div>

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