# Multiple version numbers in Marvel dashboard cluster summary

**URL:** https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718
**Category:** Elasticsearch
**Tags:** elastic-stack-monitoring
**Created:** [April 7, 2016, 5:16pm UTC](https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718 "2016-04-07T17:16:06Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rspangle1](https://avatars.discourse-cdn.com/v4/letter/r/e47c2d/32.png) [@rspangle1](https://discuss.elastic.co/u/rspangle1)
#### Post date: [April 7, 2016, 5:16pm UTC](https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718/1 "2016-04-07T17:16:06Z")

</div>

In the Marvel dashboard (1.3), I see two version numbers 1.7.0,1.7.1. There is a cooma between the 1.7.0 and the 1.7.1. We have Elasticsearch 1.7.1 installed on the three nodes, Any idea what the 1.7.0 is?

---

<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: [April 7, 2016, 5:44pm UTC](https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718/2 "2016-04-07T17:44:12Z")

</div>

Hi Chris,

It suggests that at least one of the nodes that you're running is indeed still running ES 1.7.0. Marvel gets those versions from the running versions that are reporting to it.

To narrow down the source, you should try running this from any node:

```auto
$ curl -XGET "localhost:9200/_cat/nodes?v&h=name,host,ip,port,version"

```

It will give you output like this from my local two node cluster on my dev machine:

```auto
name host ip port version 
Riot Grrl 192.168.1.6 192.168.1.6 9300 2.3.1   
Tom Foster 192.168.1.6 192.168.1.6 9301 2.3.0   

```

Note: the quotes are necessary because of the `&` in the request.

---

<div class="post-metadata">

### Author: ![rspangle1](https://avatars.discourse-cdn.com/v4/letter/r/e47c2d/32.png) [@rspangle1](https://discuss.elastic.co/u/rspangle1)
#### Post date: [April 8, 2016, 10:47am UTC](https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718/3 "2016-04-08T10:47:19Z")

</div>

Nice command, thanks. It does show a 1.7.0 but the output is a little confusing to me. It shows each of our node names with version 1.7.1 with a separate entry that says logstash but the version is 1.7.0 but we are running Logstash 1.5.3 and Elasticsearch for the node that is on that machine is reporting 1.7.1.

---

<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:44pm UTC](https://discuss.elastic.co/t/multiple-version-numbers-in-marvel-dashboard-cluster-summary/46718/4 "2017-07-06T13:44:27Z")

</div>


