Open talevy opened 9 years ago
@jordansissel thanks, missed that
@talevy I suspect we shouldn't need network_host
for TransportClient (because nothing connects directly to the transport client), so I think this is a bug/misconfiguration we should fix, but it may be low priority.
@jordansissel I believe this is required in ES2.0 when interacting with remote servers (not localhost). I'm not yet sure as to why however.
I came across this in my benchmarking, I could not connect to a remote ES2.0 cluster with transport without that being set.
Currently, the
network_host
parameters is set to:required
, but some tests do not set this.