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