# Marvel monitoring data not showing up on separate marvel cluster

**URL:** https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [March 16, 2016, 11:14pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635 "2016-03-16T23:14:43Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![oberlech](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@oberlech](https://discuss.elastic.co/u/oberlech)
#### Post date: [March 16, 2016, 11:14pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/1 "2016-03-16T23:14:43Z")

</div>

Hi everyone.  
I have the following situation.

I'm running a elasticsearch cluster with the marvel agent instaled which is configured to send it's monitoring data to a separate cluster. As far as i can observe with Kibana, the data is received by the separate cluster and stored in the .marvel-el-\* indices as expected. But the marvel app tells me:

"Waiting for Marvel Data  
It appears that we have not received any data for this cluster. Marvel data is sent every 10 seconds by the agent plugin; once the data appears this page will automatically redirect to the overview page."

I enabled the marvel agent on the marvel cluster just to make sure there is nothing wrong with the marvel app itself and the monitoring data from the marvel cluster shows up without a problem. But still nothing from my other cluster.

Both clusters run with trial licenses (different ones as far as i can see with different expiration dates).

Versions used:  
elasticsearch 2.2.0  
marvel 2.2.0  
NO shield

Please let me know if you need additional information.

Thanks in advance.  
Gerd

---

<div class="post-metadata">

### Author: ![skearns](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/skearns/32/125945_2.png) [@skearns](https://discuss.elastic.co/u/skearns)
#### Post date: [March 17, 2016, 9:40pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/2 "2016-03-17T21:40:10Z")

</div>

Heya Gerd,

Are your two clusters both running on servers that sync to the same time source?

Did you recently update to 2.2.0, or is this a fresh install?

Thanks,  
Steve

---

<div class="post-metadata">

### Author: ![oberlech](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@oberlech](https://discuss.elastic.co/u/oberlech)
#### Post date: [March 18, 2016, 9:58am UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/3 "2016-03-18T09:58:42Z")

</div>

Hi Steve.  
Both clusters are using the same NTP servers and are in sync to the second.  
Both clusters are fresh installes with no upgrade history.

Thanks  
Gerd

---

<div class="post-metadata">

### Author: ![pickypg](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/pickypg/32/62409_2.png) [@pickypg](https://discuss.elastic.co/u/pickypg)
#### Post date: [March 18, 2016, 2:57pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/4 "2016-03-18T14:57:33Z")

</div>

Hi Gerd,

Can you delete the .marvel indexes on the monitoring cluster, then run the following request to ensure that it's actually receiving data (looking for counts here rather than pure existence):

```auto
GET /_cat/indices/.marvel*?v

```

Also, can you run that same command on the monitored (prod) cluster? If it's getting data, then it's recording it locally.

Finally, can you show the Marvel exporter configuration that you're using on the prod cluster?

Thanks

---

<div class="post-metadata">

### Author: ![oberlech](https://avatars.discourse-cdn.com/v4/letter/o/53a042/32.png) [@oberlech](https://discuss.elastic.co/u/oberlech)
#### Post date: [March 21, 2016, 8:47am UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/5 "2016-03-21T08:47:25Z")

</div>

Hi Chris.  
I executed the GET and found the problem myself.

health status index pri rep docs.count docs.deleted store.size pri.store.size  
yellow open .marvel-es-2016.03.17 1 1 5213 0 612.4kb 612.4kb  
yellow open .marvel-es-2016.03.20 1 1 8614 0 944.1kb 944.1kb  
yellow open .marvel-es-2016.03.18 1 1 8613 0 1mb 1mb  
yellow open .marvel-es-2016.03.21 1 1 25742 0 3mb 3mb  
yellow open .marvel-es-2016.03.19 1 1 8611 0 1021.4kb 1021.4kb

The .marve-es-data index was missing. It seems that this index stores crucial information to interpret the data in the .marve-es-\* indices.

I double checked all the hosts in the production cluster and found one master node that was not restarted after changing the marvel exporter settings. After restarting that master node monitoring data showed up.

Sorry i bothered everyone with such a dull mistake.

What i (think i) learned: it seems only the master nodes are providing that tiny bit of additional information to interpret all this monitoring data in the .marvel-es-\* indices.

---

<div class="post-metadata">

### Author: ![tanguy](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/tanguy/32/6030_2.png) [@tanguy](https://discuss.elastic.co/u/tanguy)
#### Post date: [March 21, 2016, 9:00am UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/6 "2016-03-21T09:00:34Z")

</div>

> [@oberlech](#):
>
> What i (think i) learned: it seems only the master nodes are providing that tiny bit of additional information to interpret all this monitoring data in the .marvel-es-\* indices.

That's true: the plugin is waiting for the master node to show up before giving access to the interface. I'm glad you resolved your issue.

---

<div class="post-metadata">

### Author: ![bblank](https://avatars.discourse-cdn.com/v4/letter/b/f14d63/32.png) [@bblank](https://discuss.elastic.co/u/bblank)
#### Post date: [August 24, 2016, 6:55pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/7 "2016-08-24T18:55:40Z")

</div>

This helped me as well... we were moving our marvel monitoring off of our prod cluster, to a separate monitoring cluster. We had deleted the old .marvel\* indices and the .marvel-es-data-1 was not recreated until all of the nodes in our prod cluster were sending their .marvel\* indices to the new monitoring cluster.

---

<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: [July 6, 2017, 1:42pm UTC](https://discuss.elastic.co/t/marvel-monitoring-data-not-showing-up-on-separate-marvel-cluster/44635/8 "2017-07-06T13:42:19Z")

</div>


