Configuration of client node

Hi, I have to try configuring the client node in elasticsearch-1.3.7. It does not work for my setup. I have 6 data nodes, 2 master nodes. and also attached my client node configuration file.please suggest me what can I do.Thanks in Advance.

CODE******
cluster.name: es2
node.name: es-client
network.bind_host: ip
http.port: *****
transport.tcp.port: *****

path.logs: /home/elasticsearch/logs/${cluster.name}/${node.name}
path.data: /home/elasticsearch/data/${cluster.name}/${node.name}

discovery.zen.ping.unicast.hosts:iip:host,ip2:host....

node.master: false
node.data: false

discovery.zen.minimum_master_nodes: 2
discovery.zen.ping.multicast.enabled: false

gateway.expected_nodes: 8
index.number_of_shards: 3
index.number_of_replicas: 1

index.mapper.dynamic: false
index.cache.field.type: soft
index.merge.policy.use_compound_files: false
index.query.bool.max_clause_count: 10000
index.translog.flush_threshold_period: 5s


Please format your code using </> icon as explained in this guide. It will make your post more readable.

Or use markdown style like:

```
CODE
```

What are the logs?

Also it's super important that you upgrade.

Thank you for your valuable reply. I checked with log file. It seems good. But It doesn't work for our setup.
Also checking for up gradation.
logs
[2017-09-30 15:35:33,761][INFO ][node ] [es-client] version[1.3.7], pid[28138]
[2017-09-30 15:35:33,761][INFO ][node ] [es-client] initializing ...
[2017-09-30 15:35:33,764][INFO ][plugins ] [es-client] loaded [], sites []
[2017-09-30 15:35:35,372][INFO ][node ] [es-client] initialized
[2017-09-30 15:35:35,372][INFO ][node ] [es-client] starting ...

Please format your code using </> icon as explained in this guide. It will make your post more readable.

Or use markdown style like:

```
CODE
```

What are the logs? Please share all of them.

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