# How to pick another cluster in Marvel

**URL:** https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [May 31, 2016, 9:00am UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401 "2016-05-31T09:00:23Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![xdzhou](https://avatars.discourse-cdn.com/v4/letter/x/9de053/32.png) [@xdzhou](https://discuss.elastic.co/u/xdzhou)
#### Post date: [May 31, 2016, 9:00am UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401/1 "2016-05-31T09:00:23Z")

</div>

This sounds so odd, I have configured two different cluster to sent statistics to the same server. Now when I open marvel, it always go to the Overview page of one cluster.

But I want to pick the other cluster, I simply could not find where to click.

From document, if you click on marvel app in kibana, it should default to page where you select cluster, but it just does not happen for me. And there is no link to reset or go back to "home" page. Any advise?

---

<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: [May 31, 2016, 9:25pm UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401/2 "2016-05-31T21:25:13Z")

</div>

Is the cluster that you are able to see running the `TRIAL` license while perhaps the missing one is running the `BASIC` license?

You can confirm this by checking the `_license` endpoint for each cluster:

```auto
$ curl -XGET host:9200/_license

```

This should show a bunch of information, but you want to check the `"type"` that it returns.

Let me know.

---

<div class="post-metadata">

### Author: ![xdzhou](https://avatars.discourse-cdn.com/v4/letter/x/9de053/32.png) [@xdzhou](https://discuss.elastic.co/u/xdzhou)
#### Post date: [June 1, 2016, 5:36am UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401/3 "2016-06-01T05:36:34Z")

</div>

Thanks for pointing to the direction. I will check next time when I have access.

I do believe I applied basic license to both clusters, although I uses the same license file, will that be a problem?

Also two cluster have different ES version, one is 2.3.2 and the other is 2.3.0. The marvel-agent installed are for specified ES version. I hope that won't be a problem, because I will not be able to upgrade the 2.3.0 as it is production.

And I have turned on marvel debugger on 2.3.0 ES cluster, it is configured http exporters to sent to monitor cluster, and found .es\_marvel... indicies already existed, everything seems to be OK. but no message after that. I am not sure if it logs information when sending data to the monitor cluster.

---

<div class="post-metadata">

### Author: ![bohyun](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/bohyun/32/10087_2.png) [@bohyun](https://discuss.elastic.co/u/bohyun)
#### Post date: [June 2, 2016, 3:56am UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401/4 "2016-06-02T03:56:52Z")

</div>

Hi Xiaodong -

In general, it is possible to use the same license file more than once but in your case, the license will not work since the basic license does not offer multi-cluster support. The work-around would be to set up a separate monitoring cluster for each of your clusters and you can monitor them separately.

We encourage you to check out our [subscription](https://www.elastic.co/subscriptions) page to learn more about our commercial features for Marvel which includes multi-cluster support.

The answer to your second question on having different ES versions, that will not be a problem 🙂

Hope this helps,  
Bohyun

---

<div class="post-metadata">

### Author: ![xdzhou](https://avatars.discourse-cdn.com/v4/letter/x/9de053/32.png) [@xdzhou](https://discuss.elastic.co/u/xdzhou)
#### Post date: [June 30, 2016, 4:30am UTC](https://discuss.elastic.co/t/how-to-pick-another-cluster-in-marvel/51401/5 "2016-06-30T04:30:53Z")

</div>

Thanks for pointing out @bohyun , it is license issue. Now resolved.

---

<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/how-to-pick-another-cluster-in-marvel/51401/6 "2017-07-06T13:42:51Z")

</div>


