Hi,

 have no agents as of yet.  Just logstash server with the below config

input {
  redis {
    host => "<%=@redis_host%>"
    data_type => "list"
    key => "logstash"
    codec => json
  }
}

output {
    stdout { }
    elasticsearch { 
        host => "<%=node[:ipaddress]%>" 
    }
}

On Thursday, December 4, 2014 6:19:36 AM UTC+8, Jack Judge wrote:
>
> This tripped me up too.
>
> Are your logstash agents using the elasticsearch output ? If so, they'll 
> be running the embedded version of ES that comes with Logstash, and that's 
> the version that's stopping kibana from working. Basically *any* ES node 
> that connects to your cluster in any form must be 1.4.x
> My solution was to change the logstash output to elasticsearch_http
>
> JJ
>

-- 
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/1980ac96-edef-4df6-8ec5-38671718fafc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to