Twitter Input Errors

Hello, i have a problem with my twitter Input. I try to add a proxy but no success.
Is there a way to debug this?

I get the following error:

[2020-04-28T11:03:41,962][WARN ][org.logstash.execution.ShutdownWatcherExt] {"inflight_count"=>0, "stalling_threads_info"=>{"other"=>[{"thread_id"=>2236, "name"=>"[twitter]<twitter", "current_call"=>"[...]/vendor/bundle/jruby/2.5.0/gems/jruby-openssl-0.10.4-java/lib/jopenssl23/openssl/buffering.rb:125:in sysread'"}, {"thread_id"=>2212, "name"=>"[twitter]>worker0", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2213, "name"=>"[twitter]>worker1", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2214, "name"=>"[twitter]>worker2", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2215, "name"=>"[twitter]>worker3", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2216, "name"=>"[twitter]>worker4", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2217, "name"=>"[twitter]>worker5", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2218, "name"=>"[twitter]>worker6", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2219, "name"=>"[twitter]>worker7", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2220, "name"=>"[twitter]>worker8", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2221, "name"=>"[twitter]>worker9", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2222, "name"=>"[twitter]>worker10", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2223, "name"=>"[twitter]>worker11", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2224, "name"=>"[twitter]>worker12", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2225, "name"=>"[twitter]>worker13", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2226, "name"=>"[twitter]>worker14", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2227, "name"=>"[twitter]>worker15", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2228, "name"=>"[twitter]>worker16", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2229, "name"=>"[twitter]>worker17", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2230, "name"=>"[twitter]>worker18", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2231, "name"=>"[twitter]>worker19", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2232, "name"=>"[twitter]>worker20", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2233, "name"=>"[twitter]>worker21", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2234, "name"=>"[twitter]>worker22", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in block in start_workers'"}, {"thread_id"=>2235, "name"=>"[twitter]>worker23", "current_call"=>"[...]/logstash-core/lib/logstash/java_pipeline.rb:262:in `block in start_workers'"}]}}

input {
twitter {
consumer_key => "xxx"
consumer_secret => "xxx"
oauth_token => "xxx"
oauth_token_secret => "xxx"
keywords => [ "test"]
full_tweet => true
type => "tweet"
}
}

output {
elasticsearch {
hosts => ["https://10.2.111.20:9200", "https://10.2.111.21:9200","https://10.2.111.22:9200","https:/$
cacert => '/etc/logstash/elasticsearch-ca.pem'
ssl_certificate_verification => false
user => 'elastic'
password => 'pw'
index => "twitter-%{+YYYY.MM.dd}"
}
}

Push

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.