# Different reporting of node status in version 1.4.2

**URL:** https://discuss.elastic.co/t/different-reporting-of-node-status-in-version-1-4-2/21506
**Category:** Elasticsearch
**Created:** [January 6, 2015, 3:24pm UTC](https://discuss.elastic.co/t/different-reporting-of-node-status-in-version-1-4-2/21506 "2015-01-06T15:24:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![ajay\_bh111](https://avatars.discourse-cdn.com/v4/letter/a/f08c70/32.png) [@ajay\_bh111](https://discuss.elastic.co/u/ajay_bh111)
#### Post date: [January 6, 2015, 3:24pm UTC](https://discuss.elastic.co/t/different-reporting-of-node-status-in-version-1-4-2/21506/1 "2015-01-06T15:24:37Z")

</div>

As per the documentation cat api will display output similar to

curl 192.168.56.10:9200/\_cat/nodes  
SP4H 4727 192.168.56.30 9300 1.4.2 1.8.0\_25 72.1gb 35.4 93.9mb 79 239.1mb 0.45 3.4h d m Boneyard  
\_uhJ 5134 192.168.56.10 9300 1.4.2 1.8.0\_25 72.1gb 33.3 93.9mb 85 239.1mb 0.06 3.4h d \* Athena  
HfDp 4562 192.168.56.20 9300 1.4.2 1.8.0\_25 72.2gb 74.5 93.9mb 83 239.1mb 0.12 3.4h d m Zarek

Whereas in 1.4.2 deployment I see following output:

curl 10.236.54.75:9200/\_cat/nodes  
[estest-deploy2.dbplat.altus.bblabs.rim.net](http://estest-deploy2.dbplat.altus.bblabs.rim.net) 10.236.54.81 3 54 0.02 - \*  
estest-deploy2  
[estest-deploy1.dbplat.altus.bblabs.rim.net](http://estest-deploy1.dbplat.altus.bblabs.rim.net) 10.236.54.75 0 54 0.02 - m  
estest-deploy1

contents displayed are not same as stated.

service elasticsearch status  
elasticsearch "lucene\_version": "4.10.2",

_"number": "1.4.2" running with PID 1786_Thanks  
Ajay

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<div class="post-metadata">

### Author: ![warkolm](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/warkolm/32/39224_2.png) [@warkolm](https://discuss.elastic.co/u/warkolm)
#### Post date: [January 6, 2015, 7:24pm UTC](https://discuss.elastic.co/t/different-reporting-of-node-status-in-version-1-4-2/21506/2 "2015-01-06T19:24:05Z")

</div>

Nice spot, I've raised an issue for it

> <https://github.com/elastic/elasticsearch/issues/9170>
>
> \[The docs\](http://www.elasticsearch.org/guide/en/elasticsearch/reference/current…/cat-nodes.html#cat-nodes) state that \`curl $host:9200/\_cat/nodes\` should look like;
> 
> \`\`\`
> % curl 192.168.56.10:9200/\_cat/nodes
> SP4H 4727 192.168.56.30 9300 1.4.2 1.8.0\_25 72.1gb 35.4 93.9mb 79 239.1mb 0.45 3.4h d m Boneyard
> \`\`\`
> 
> Instead, on a 1.4.2 instance I see this;
> 
> \`\`\`
> $ curl localhost:9200/\_cat/nodes
> bender.local 192.168.69.30 7 72 1.46 d \* Shanna the She-Devil
> $ curl localhost:9200/\_cat/nodes?v
> host ip heap.percent ram.percent load node.role master name
> bender.local 192.168.69.30 8 72 1.34 d \* Shanna the She-Devil
> \`\`\`
> 
> Where there is no version reported.
> 
> This was mentioned in \[this posting\](https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com?utm\_medium=email&utm\_source=footer) to the google group.

On 7 January 2015 at 02:24, [ajay.bh111@gmail.com](mailto:ajay.bh111@gmail.com) wrote:

> As per the documentation cat api will display output similar to
> 
> curl 192.168.56.10:9200/\_cat/nodes  
> SP4H 4727 192.168.56.30 9300 1.4.2 1.8.0\_25 72.1gb 35.4 93.9mb 79 239.1mb 0.45 3.4h d m Boneyard  
> \_uhJ 5134 192.168.56.10 9300 1.4.2 1.8.0\_25 72.1gb 33.3 93.9mb 85 239.1mb 0.06 3.4h d \* Athena  
> HfDp 4562 192.168.56.20 9300 1.4.2 1.8.0\_25 72.2gb 74.5 93.9mb 83 239.1mb 0.12 3.4h d m Zarek
> 
> Whereas in 1.4.2 deployment I see following output:
> 
> curl 10.236.54.75:9200/\_cat/nodes  
> [estest-deploy2.dbplat.altus.bblabs.rim.net](http://estest-deploy2.dbplat.altus.bblabs.rim.net) 10.236.54.81 3 54 0.02 - \*  
> estest-deploy2  
> [estest-deploy1.dbplat.altus.bblabs.rim.net](http://estest-deploy1.dbplat.altus.bblabs.rim.net) 10.236.54.75 0 54 0.02 - m  
> estest-deploy1
> 
> contents displayed are not same as stated.
> 
> service elasticsearch status  
> elasticsearch "lucene\_version": "4.10.2",
> 
> _"number": "1.4.2" running with PID 1786_Thanks  
> Ajay
> 
> --  
> You received this message because you are subscribed to the Google Groups  
> "elasticsearch" group.  
> To unsubscribe from this group and stop receiving emails from it, send an  
> email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
> To view this discussion on the web visit  
> [https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com](https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com)  
> [https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com?utm\_medium=email&utm\_source=footer](https://groups.google.com/d/msgid/elasticsearch/f2fc1ffe-be74-47f8-8bd6-53c9a917b77b%40googlegroups.com?utm_medium=email&utm_source=footer)  
> .  
> For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

--  
You received this message because you are subscribed to the Google Groups "elasticsearch" group.  
To unsubscribe from this group and stop receiving emails from it, send an email to [elasticsearch+unsubscribe@googlegroups.com](mailto:elasticsearch+unsubscribe@googlegroups.com).  
To view this discussion on the web visit [https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9zAT5FXkT3QTVnEjUHRZgnyRz0m5jhMSMR%2Byyipzqo6A%40mail.gmail.com](https://groups.google.com/d/msgid/elasticsearch/CAEYi1X9zAT5FXkT3QTVnEjUHRZgnyRz0m5jhMSMR%2Byyipzqo6A%40mail.gmail.com).  
For more options, visit [https://groups.google.com/d/optout](https://groups.google.com/d/optout).

---

<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, 12:40am UTC](https://discuss.elastic.co/t/different-reporting-of-node-status-in-version-1-4-2/21506/3 "2017-07-06T00:40:27Z")

</div>


