PS...and how is this possible????? I feel so bad I bought the kindle logstash book:(
I changed to host rather than bind host. I mean..wow..I have ports open. See? ufw satus ===> 9200:9400/tcp ALLOW my.logstash.ipaddress I have ES running service elasticsearch status * elasticsearch is running /usr/local/share/logstash-1.4.1/bin/logstash -f /usr/local/share/logstash.indexer.configUsing 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} Exception in thread ">output" org.elasticsearch.transport.BindTransportException: Failed to bind to [9300-9400] at org.elasticsearch.transport.netty.NettyTransport.doStart(org/elasticsearch/transport/netty/NettyTransport.java:380) at org.elasticsearch.common.component.AbstractLifecycleComponent.start(org/elasticsearch/common/component/AbstractLifecycleComponent.java:85) at org.elasticsearch.transport.TransportService.doStart(org/elasticsearch/transport/TransportService.java:92) at org.elasticsearch.common.component.AbstractLifecycleComponent.start(org/elasticsearch/common/component/AbstractLifecycleComponent.java:85) at org.elasticsearch.node.internal.InternalNode.start(org/elasticsearch/node/internal/InternalNode.java:229) at org.elasticsearch.node.NodeBuilder.node(org/elasticsearch/node/NodeBuilder.java:166) at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:606) at RUBY.build_client(/usr/local/share/logstash-1.4.1/lib/logstash/outputs/elasticsearch/protocol.rb:198) at RUBY.client(/usr/local/share/logstash-1.4.1/lib/logstash/outputs/elasticsearch/protocol.rb:15) at RUBY.initialize(/usr/local/share/logstash-1.4.1/lib/logstash/outputs/elasticsearch/protocol.rb:157) at RUBY.register(/usr/local/share/logstash-1.4.1/lib/logstash/outputs/elasticsearch.rb:250) at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613) at RUBY.outputworker(/usr/local/share/logstash-1.4.1/lib/logstash/pipeline.rb:220) at RUBY.start_outputs(/usr/local/share/logstash-1.4.1/lib/logstash/pipeline.rb:152) at java.lang.Thread.run(java/lang/Thread.java:744) On Thu, May 29, 2014 at 12:43 PM, 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%2B8rpwG%3D3n3PPpsqBhsDFTm9t9tbMTkhwNSAx%2BuForbGHgrg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
