Dear @DavidTurner @RainTown ,
After enabling debug-level logging, the following sequence of events was observed on the Logstash instance:
Logstash received a connection reset (RST) from the destination endpoint. Following this, document ingestion into Elasticsearch was interrupted.
➤ Connection Reset Event
[2025-06-25T19:14:56,527][INFO ][logstash.outputs.elasticsearch][main][cf8bbb5d374a47085c47bba00722e4720911402308b1364c802249d8378925df]
Failed to perform request {:message=>"Connection reset", :exception=>Manticore::SocketException, :cause=>#<Java::JavaNet::SocketException
: Connection reset>, :backtrace=>["/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/manticore-0.9.1-java/lib/manticore/response.rb:36:i
n `block in initialize'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/manticore-0.9.1-java/lib/manticore/response.rb:79:in `call'
", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http
_client/manticore_adapter.rb:73:in `perform_request'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-
11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:324:in `perform_request_to_url'", "/usr/share/logstash/vendor/bundle/
jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:311:in `block in perfo
rm_request'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elastic
search/http_client/pool.rb:398:in `with_connection'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-1
1.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:310:in `perform_request'", "/usr/share/logstash/vendor/bundle/jruby/2.
6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:318:in `block in Pool'", "/usr
/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client.
rb:176:in `bulk_send'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outpu
ts/elasticsearch/http_client.rb:154:in `bulk'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4
-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:312:in `safe_bulk'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstas
h-output-elasticsearch-11.12.4-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:245:in `submit'", "/usr/share/logstash/vendor/bund
le/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:190:in `retrying_submit
'", "/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch.rb:
382:in `multi_receive'", "org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:121:in `multi_receive'", "/usr/share/logstash/l
ogstash-core/lib/logstash/java_pipeline.rb:301:in `block in start_workers'"]}
[2025-06-25T19:14:56,527][DEBUG][logstash.outputs.elasticsearch.httpclient.manticoreadapter][main][cf8bbb5d374a47085c47bba00722e472091140
2308b1364c802249d8378925df]
java.net.SocketException: Connection reset
at sun.nio.ch.NioSocketImpl.implRead(sun/nio/ch/NioSocketImpl.java:323) ~[?:?]
at sun.nio.ch.NioSocketImpl.read(sun/nio/ch/NioSocketImpl.java:350) ~[?:?]
at sun.nio.ch.NioSocketImpl$1.read(sun/nio/ch/NioSocketImpl.java:803) ~[?:?]
at java.net.Socket$SocketInputStream.read(java/net/Socket.java:966) ~[?:?]
at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(org/apache/http/impl/io/SessionInputBufferImpl.java:137) ~[httpcore-
4.4.14.jar:4.4.14]
at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(org/apache/http/impl/io/SessionInputBufferImpl.java:153) ~[httpcore-
4.4.14.jar:4.4.14]
at org.apache.http.impl.io.SessionInputBufferImpl.readLine(org/apache/http/impl/io/SessionInputBufferImpl.java:280) ~[httpcore-4.
4.14.jar:4.4.14]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(org/apache/http/impl/conn/DefaultHttpResponseParser.java:138) ~[
httpclient-4.5.13.jar:4.5.13]
at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(org/apache/http/impl/conn/DefaultHttpResponseParser.java:56) ~[h
ttpclient-4.5.13.jar:4.5.13]
at org.apache.http.impl.io.AbstractMessageParser.parse(org/apache/http/impl/io/AbstractMessageParser.java:259) ~[httpcore-4.4.14.
jar:4.4.14]
at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(org/apache/http/impl/DefaultBHttpClientConnection.java
:163) ~[httpcore-4.4.14.jar:4.4.14]
at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(org/apache/http/impl/conn/CPoolProxy.java:157) ~[httpclient-4.5.13.
jar:4.5.13]
at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(org/apache/http/protocol/HttpRequestExecutor.java:273) ~[httpco
re-4.4.14.jar:4.4.14]
at org.apache.http.protocol.HttpRequestExecutor.execute(org/apache/http/protocol/HttpRequestExecutor.java:125) ~[httpcore-4.4.14.
jar:4.4.14]
at org.apache.http.impl.execchain.MainClientExec.execute(org/apache/http/impl/execchain/MainClientExec.java:272) ~[httpclient-4.5
.13.jar:4.5.13]
at org.apache.http.impl.execchain.ProtocolExec.execute(org/apache/http/impl/execchain/ProtocolExec.java:186) ~[httpclient-4.5.13.
jar:4.5.13]
at org.apache.http.impl.execchain.RetryExec.execute(org/apache/http/impl/execchain/RetryExec.java:89) ~[httpclient-4.5.13.jar:4.5
.13]
at org.apache.http.impl.execchain.RedirectExec.execute(org/apache/http/impl/execchain/RedirectExec.java:110) ~[httpclient-4.5.13.
jar:4.5.13]
at org.apache.http.impl.client.InternalHttpClient.doExecute(org/apache/http/impl/client/InternalHttpClient.java:185) ~[httpclient
-4.5.13.jar:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(org/apache/http/impl/client/CloseableHttpClient.java:72) ~[httpclient-
4.5.13.jar:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(org/apache/http/impl/client/CloseableHttpClient.java:221) ~[httpclient
-4.5.13.jar:4.5.13]
at org.apache.http.impl.client.CloseableHttpClient.execute(org/apache/http/impl/client/CloseableHttpClient.java:165) ~[httpclient
-4.5.13.jar:4.5.13]
at jdk.internal.reflect.GeneratedMethodAccessor33.invoke(jdk/internal/reflect/GeneratedMethodAccessor33) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(jdk/internal/reflect/DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:568) ~[?:?]
at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:487) ~[jruby.jar:?]
at org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:342) ~[jruby.jar:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.manticore_minus_0_dot_9_dot_1_minus_java.lib.manticore.response.cal
l(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/manticore-0.9.1-java/lib/manticore/response.rb:49) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.manticore_adapter.perform_request(/usr/share/logstash/vendor/bundle/jruby/2.6.0/ge
ms/logstash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/manticore_adapter.rb:73) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.pool.perform_request_to_url(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/log
stash-output-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:324) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.pool.perform_request(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-o
utput-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:311) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.pool.with_connection(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-o
utput-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:398) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.pool.perform_request(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-o
utput-elasticsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:310) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.pool.Pool(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elast
icsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client/pool.rb:318) ~[?:?]
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:330) ~[jruby.jar:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.bulk_send(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elast
icsearch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client.rb:176) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.http_client.bulk(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsea
rch-11.12.4-java/lib/logstash/outputs/elasticsearch/http_client.rb:154) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.plugin_mixins.elasticsearch.common.safe_bulk(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elas
ticsearch-11.12.4-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:312) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.plugin_mixins.elasticsearch.common.submit(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elastic
search-11.12.4-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:245) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.plugin_mixins.elasticsearch.common.retrying_submit(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-outpu
t-elasticsearch-11.12.4-java/lib/logstash/plugin_mixins/elasticsearch/common.rb:190) ~[?:?]
at usr.share.logstash.vendor.bundle.jruby.$2_dot_6_dot_0.gems.logstash_minus_output_minus_elasticsearch_minus_11_dot_12_dot_4_min
us_java.lib.logstash.outputs.elasticsearch.multi_receive(/usr/share/logstash/vendor/bundle/jruby/2.6.0/gems/logstash-output-elasticsearch
-11.12.4-java/lib/logstash/outputs/elasticsearch.rb:382) ~[?:?]
at org.logstash.config.ir.compiler.OutputStrategyExt$AbstractOutputStrategyExt.invokeOutput(org/logstash/config/ir/compiler/Outpu
tStrategyExt.java:153) ~[logstash-core.jar:?]
at org.logstash.config.ir.compiler.OutputStrategyExt$SimpleAbstractOutputStrategyExt.doOutput(org/logstash/config/ir/compiler/Out
putStrategyExt.java:279) ~[logstash-core.jar:?]
at org.logstash.config.ir.compiler.OutputStrategyExt$SharedOutputStrategyExt.output(org/logstash/config/ir/compiler/OutputStrateg
yExt.java:312) ~[logstash-core.jar:?]
at org.logstash.config.ir.compiler.OutputStrategyExt$AbstractOutputStrategyExt.multiReceive(org/logstash/config/ir/compiler/Outpu
tStrategyExt.java:143) ~[logstash-core.jar:?]
at org.logstash.config.ir.compiler.OutputDelegatorExt.doOutput(org/logstash/config/ir/compiler/OutputDelegatorExt.java:102) ~[log
stash-core.jar:?]
at org.logstash.config.ir.compiler.AbstractOutputDelegatorExt.multi_receive(org/logstash/config/ir/compiler/AbstractOutputDelegat
orExt.java:121) ~[logstash-core.jar:?]
at org.logstash.generated.CompiledDataset6.compute(org/logstash/generated/CompiledDataset6) ~[?:?]
at org.logstash.generated.CompiledDataset7.compute(org/logstash/generated/CompiledDataset7) ~[?:?]
at org.logstash.config.ir.CompiledPipeline$CompiledUnorderedExecution.compute(org/logstash/config/ir/CompiledPipeline.java:351) ~
[logstash-core.jar:?]
at org.logstash.config.ir.CompiledPipeline$CompiledUnorderedExecution.compute(org/logstash/config/ir/CompiledPipeline.java:341) ~
[logstash-core.jar:?]
at org.logstash.execution.WorkerLoop.run(org/logstash/execution/WorkerLoop.java:87) ~[logstash-core.jar:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(jdk/internal/reflect/NativeMethodAccessorImpl.java:77) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(jdk/internal/reflect/DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:568) ~[?:?]
at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:442) ~[jruby.jar:?]
at org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:306) ~[jruby.jar:?]
at RUBY.start_workers(/usr/share/logstash/logstash-core/lib/logstash/java_pipeline.rb:301) ~[?:?]
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:309) ~[jruby.jar:?]
at java.lang.Thread.run(java/lang/Thread.java:833) [?:?]
[2025-06-25T19:14:56,529][WARN ][logstash.outputs.elasticsearch][main][cf8bbb5d374a47085c47bba00722e4720911402308b1364c802249d8378925df]
Marking url as dead. Last error: [LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError] Elasticsearch Unreachable: [h
ttp://xx.xx.xx.xx:9200/_bulk][Manticore::SocketException] Connection reset {:url=>http://xxxx:xxxxxx@xx.xx.xx.xx:9200/, :err
or_message=>"Elasticsearch Unreachable: [http://xx.xx.xx.xx:9200/_bulk][Manticore::SocketException] Connection reset", :error_class=>"Lo
gStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError"}
[2025-06-25T19:14:56,529][ERROR][logstash.outputs.elasticsearch][main][cf8bbb5d374a47085c47bba00722e4720911402308b1364c802249d8378925df]
Attempted to send a bulk request but Elasticsearch appears to be unreachable or down {:message=>"Elasticsearch Unreachable: [http://xx.xx.xx.xx:9200/_bulk][Manticore::SocketException] Connection reset", :exception=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUn
reachableError, :will_retry_in_seconds=>4}
Subsequently, a NoConnectionAvailableError was logged, indicating that no available connection to Elasticsearch could be established. During this period, Logstash continued to queue incoming events.
➤ NoConnectionAvailableError Logged
[2025-06-25T19:15:10,640][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] becbe60f: batches pending: true
[2025-06-25T19:15:10,640][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36986] Received a new payload
[2025-06-25T19:15:10,640][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36986] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,640][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36986] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:10,641][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36986] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:10,641][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36986] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:10,641][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
becbe60f: batches pending: false
[2025-06-25T19:15:10,649][DEBUG][logstash.outputs.elasticsearch][main][cf8bbb5d374a47085c47bba00722e4720911402308b1364c802249d8378925df]
Sending final bulk request for batch. {:action_count=>77, :payload_size=>245549, :content_length=>245549, :batch_offset=>0}
[2025-06-25T19:15:10,650][ERROR][logstash.outputs.elasticsearch][main][cf8bbb5d374a47085c47bba00722e4720911402308b1364c802249d8378925df]
Attempted to send a bulk request but there are no living connections in the pool (perhaps Elasticsearch is unreachable or down?) {:messag
e=>"No Available connections", :exception=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::NoConnectionAvailableError, :will_retry_in
_seconds=>4}
[2025-06-25T19:15:10,676][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] 30fc3f18: batches pending: true
[2025-06-25T19:15:10,676][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:60974] Received a new payload
[2025-06-25T19:15:10,676][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:60974] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,677][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:60974] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:10,677][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
30fc3f18: batches pending: false
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] c466035c: batches pending: true
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Received a new payload
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:10,685][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 5
[2025-06-25T19:15:10,686][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:39984] Sending a new message for the listener, sequence: 6
[2025-06-25T19:15:10,686][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
c466035c: batches pending: false
[2025-06-25T19:15:10,801][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] c3d743ab: batches pending: true
[2025-06-25T19:15:10,801][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] c3d743ab: batches pending: true
[2025-06-25T19:15:10,803][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] c3d743ab: batches pending: true
[2025-06-25T19:15:10,804][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Received a new payload
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 5
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 6
[2025-06-25T19:15:10,805][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 7
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 8
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 9
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 10
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 11
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 12
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 13
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 14
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:45014] Sending a new message for the listener, sequence: 15
[2025-06-25T19:15:10,806][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
----------------------------------------------
2025-06-25T19:15:10,843][DEBUG][logstash.outputs.elasticsearch][main] Running health check to see if an ES connection is working {:url=>
"http://logstash_writer:xxxxxx@xx.xx.xx.xx:9200/", :path=>"/"}
[2025-06-25T19:15:10,847][WARN ][logstash.outputs.elasticsearch][main] Restored connection to ES instance {:url=>"http://logstash_writer:
xxxxxx@xx.xx.xx.xx:9200/"}
[2025-06-25T19:15:10,850][DEBUG][logstash.outputs.elasticsearch][main] Running health check to see if an ES connection is working {:url=>
"http://logstash_writer:xxxxxx@xx.xx.xx.xx:9200/", :path=>"/"}
[2025-06-25T19:15:10,850][DEBUG][org.logstash.beats.BeatsHandler][main]
3b174d38: batches pending: false
[2025-06-25T19:15:10,951][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] c6273844: batches pending: true
[2025-06-25T19:15:10,951][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:37926] Received a new payload
[2025-06-25T19:15:10,951][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:37926] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,952][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
c6273844: batches pending: false
[2025-06-25T19:15:10,988][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] a1b9de25: batches pending: true
[2025-06-25T19:15:10,988][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] a1b9de25: batches pending: true
[2025-06-25T19:15:10,988][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Received a new payload
[2025-06-25T19:15:10,988][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:10,988][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:10,989][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:10,989][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:10,989][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 5
[2025-06-25T19:15:10,989][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 6
[2025-06-25T19:15:10,989][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 7
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 8
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 9
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 10
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 11
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:36528] Sending a new message for the listener, sequence: 12
[2025-06-25T19:15:10,990][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
a1b9de25: batches pending: false
[2025-06-25T19:15:11,098][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] 388dbc2d: batches pending: true
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Received a new payload
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:11,099][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 5
[2025-06-25T19:15:11,100][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:47822] Sending a new message for the listener, sequence: 6
[2025-06-25T19:15:11,100][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
388dbc2d: batches pending: false
[2025-06-25T19:15:11,180][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] 8d811ec0: batches pending: true
[2025-06-25T19:15:11,180][DEBUG][org.logstash.beats.ConnectionHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f
98cf] 8d811ec0: batches pending: true
[2025-06-25T19:15:11,180][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Received a new payload
[2025-06-25T19:15:11,180][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 1
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 2
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 3
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 4
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 5
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 6
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 7
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 8
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 9
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 10
[2025-06-25T19:15:11,181][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 11
[2025-06-25T19:15:11,182][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 12
[2025-06-25T19:15:11,182][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
[local: xx.xx.xx.xx:5044, remote: xx.xx.xx.xx:55140] Sending a new message for the listener, sequence: 13
[2025-06-25T19:15:11,182][DEBUG][org.logstash.beats.BeatsHandler][main][a6f469f09c22436fc8bcbce2e7012af6799ae969a3172d936c537126600f98cf]
Logstash initiated multiple attempts to restore the connection. However, each publishing attempt resulted in a connection reset before the request could be successfully completed.
Logstash was unable to resume data transmission to Elasticsearch, leading to a sustained halt in document processing.