Hmmm, I'm assuming you are running LS 1.3.3 and using the elasticsearch 
output. I'm wondering if you can use the elasticsearch_http output instead 
and see if that makes any difference. I am very curious to know if it works 
or not. So something like this in the LS config:

output {
  #elasticsearch {
  #  host => "localhost"
  #  port => 9300
  #}
    elasticsearch_http { 
      host => "localhost"
    }
}

-- 
You received this message because you are subscribed to the Google Groups 
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/48b1eaae-9796-42b5-841d-99002e286518%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to