You still need to set the protocol to either HTTP or transport though.

On 4 December 2014 at 10:53, David Montgomery <[email protected]>
wrote:

> 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
> <https://groups.google.com/d/msgid/elasticsearch/1980ac96-edef-4df6-8ec5-38671718fafc%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAEYi1X9X0LKydXear5FwjhFTttGG6xPUr0HqSU2egcciAEVG%2BQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to