elastic / elastic/logstash

ERROR logstash.agent - Pipeline aborted due to error {:exception=>#<Seahorse::Client::NetworkingError: execution expired>

Open
#8,001 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

Stuck with the above error . Trying to index SQS messages into Elastic Search. Below are the confing and log files

input{
sqs {
access_key_id => "1234567890"
secret_access_key => "1234567890"
queue => "logqueue"
region => "us-east-1"
}
}
output {
elasticsearch {
hosts => [":9999"]
doc_as_upsert => true
manage_template => false
index => "queue-%{+YYYY.MM}"
}
}

Log File
--------

Could not find log4j2 configuration at path /logstash/config/log4j2.properties. Using default config which logs to console
22:20:50.003 [[main]-pipeline-manager] INFO logstash.inputs.sqs - Registering SQS input {:queue=>"logqueue"}
22:21:53.620 [[main]-pipeline-manager] ERROR logstash.agent - Pipeline aborted due to error {:exception=>#, :backtrace=>["org/jruby/ext/socket/RubyTCPSocket.java:111:in `initialize'", "org/jruby/RubyIO.java:1197:in `open'", "D:/logstash/vendor/jruby/lib/ruby/1.9/net/http.rb:763:in `connect'", "org/jruby/ext/timeout/Timeout.java:115:in `timeout'", "D:/logstash/vendor/jruby/lib/ruby/1.9/net/http.rb:763:in `connect'", "D:/logstash/vendor/jruby/lib/ruby/1.9/net/http.rb:756:in `do_start'", "D:/logstash/vendor/jruby/lib/ruby/1.9/net/http.rb:751:in `start'",

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.