Elasticsearch 2.4.6 client node role reporting in _cluster/stats output

Hi,

I am running ES 2.4.6; I have multiple "client" nodes with the config:

     node.data: false
     node.master: false

However in the _cluster/stats output, they're not listed as client nodes at all.

"nodes": {
  "count": {
    "total": 14,
    "master_only": 3,
    "data_only": 8,
    "master_data": 0,
    "client": 0
  },
"versions": [
  "2.4.6"
],

Do I have my client nodes configured correctly for the client role?

This relates back to https://github.com/elastic/elasticsearch/pull/16963 I think.

What does _cat/nodes?v show?

host           ip             heap.percent ram.percent load node.role master name                   
10.200.197.225 10.200.197.225           45          99 1.06 d         -      search-246-data-06     
10.200.196.198 10.200.196.198           45          89 0.22 d         -      search-246-data-07     
10.200.196.13  10.200.196.13            31          99 0.44 d         -      search-246-data-01     
10.200.196.114 10.200.196.114           36          79 0.21 -         *      search-246-master-03   
10.200.196.49  10.200.196.49            71          99 0.17 d         -      search-246-data-03     
10.200.196.203 10.200.196.203            6          92 0.07 -         -      search-246-client-01   
10.200.196.179 10.200.196.179           67          97 0.33 d         -      search-246-data-02     
10.200.197.132 10.200.197.132           47          99 0.20 d         -      search-246-data-04     
10.200.196.58  10.200.196.58            14          78 0.05 -         m      search-246-master-01   
10.200.197.71  10.200.197.71             6          91 0.09 -         -      search-246-client-02   
10.200.197.135 10.200.197.135           48          99 0.47 d         -      search-246-data-05     
10.200.197.23  10.200.197.23            47          99 0.74 d         -      search-246-data-08     
10.200.196.163 10.200.196.163            5          94 0.08 -         -      search-246-client-03   
10.200.197.119 10.200.197.119           14          77 0.00 -         m      search-246-master-02

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