I added the below to elasticsearch.ymk config. Still kibana provides the same error
http.cors.enabled: true http.cors.allow-origin: http://monitor-development-east.test.com:5601 For those at elastiseaerch..can you provide me color on what my be going on? Thanks On Thursday, December 4, 2014 7:53:50 AM UTC+8, David Montgomery 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/caf7c2cf-3a02-4b31-8d3c-1b2c9ce52ed2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
