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