You should take this to the LS group for the best response :) But, is ES running?
Regards, Mark Walkom Infrastructure Engineer Campaign Monitor email: [email protected] web: www.campaignmonitor.com On 29 May 2014 14:43, David Montgomery <[email protected]> wrote: > Hi, > > I am, rather concerned that ES is not working with logstash index server. > > I start logstash index server like this: > > /usr/local/share/logstash-1.4.1/bin/logstash -f > /usr/local/share/logstash.indexer.config > > Using milestone 2 input plugin 'redis'. This plugin should be stable, but > if you see strange behavior, please let us know! For more information on > plugin milestones, see > http://logstash.net/docs/1.4.1/plugin-milestones{:level=>:warn} > log4j, [2014-05-29T00:33:12.473] WARN: org.elasticsearch.discovery: > [logstash-do-logstash-sf-development-20140527082230-2162-2010] waited for > 30s and no initial state was set by the discovery > Exception in thread ">output" > org.elasticsearch.discovery.MasterNotDiscoveredException: waited for [30s] > at > org.elasticsearch.action.support.master.TransportMasterNodeOperationAction$3.onTimeout(org/elasticsearch/action/support/master/TransportMasterNodeOperationAction.java:180) > at > org.elasticsearch.cluster.service.InternalClusterService$NotifyTimeout.run(org/elasticsearch/cluster/service/InternalClusterService.java:492) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(java/util/concurrent/ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(java/util/concurrent/ThreadPoolExecutor.java:615) > at java.lang.Thread.run(java/lang/Thread.java:744) > > > Here is my config: > > input { > redis { > host => "redis.queue.do.development.sf.test.com" > data_type => "list" > key => "logstash" > codec => json > } > } > > > output { > stdout { } > elasticsearch { > host => "eslogs.do.development.sf.test.com" > } > } > > Yes..ES us running and Yes ports are open for logstash > > So..whats the deal? > > Thanks > > > > -- > 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/CACF%2B8rpLhKKFPv%2BZ_JpwiR%3DuNUJLrjm7PGQ0z6dR%2BF04dBytyQ%40mail.gmail.com<https://groups.google.com/d/msgid/elasticsearch/CACF%2B8rpLhKKFPv%2BZ_JpwiR%3DuNUJLrjm7PGQ0z6dR%2BF04dBytyQ%40mail.gmail.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/CAEM624ZwKqR32YuDFhkXmHFKqGciXkZ4WQ437Sn78Mwyd6Yhxg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
