spec/integration/outputs/index_spec.rb in logstash-output-elasticsearch_java-2.0.0.beta5 vs spec/integration/outputs/index_spec.rb in logstash-output-elasticsearch_java-2.0.0.beta6
- old
+ new
@@ -51,10 +51,11 @@
}
}
output {
elasticsearch_java {
hosts => "#{get_host()}"
+ network_host => "#{get_local_host}"
port => "#{get_port('transport')}"
protocol => "transport"
index => "#{index}"
flush_size => #{flush_size}
}
@@ -76,9 +77,10 @@
}
}
output {
elasticsearch_java {
hosts => "#{get_host()}"
+ network_host => "#{get_local_host}"
port => "#{get_port('transport')}"
protocol => "transport"
index => "#{index}"
flush_size => #{flush_size}
}