iElasticsearch 2.0 exposes just host:port in nodes.info

Fixes #293
This commit is contained in:
Honza Král
2015-11-02 14:26:28 +01:00
parent 5e97002f28
commit 1b60d9bf84
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -29,11 +29,11 @@ CLUSTER_NODES = '''{
"nodes" : {
"wE_6OGBNSjGksbONNncIbg" : {
"name" : "Nightwind",
"transport_address" : "inet[/127.0.0.1:9300]",
"transport_address" : "127.0.0.1:9300",
"hostname" : "wind",
"version" : "0.20.4",
"http_address" : "inet[/1.1.1.1:123]",
"thrift_address" : "/1.1.1.1:9500]"
"http_address" : "1.1.1.1:123",
"thrift_address" : "1.1.1.1:9500"
}
}
}'''