Hi, I have updated port. It work but got different error.
[2025-03-10T02:36:55,592][INFO ][logstash.javapipeline ] Pipeline `main` is configured with `pipeline.ecs_compatibility: v8` setting. All plugins in this pipeline will default to `ecs_compatibility => v8` unless explicitly configured otherwise.
[2025-03-10T02:36:55,604][INFO ][logstash.outputs.elasticsearch][main] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["https://localhost:9200"]}
[2025-03-10T02:36:55,703][INFO ][logstash.outputs.elasticsearch][main] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[https://elastic:xxxxxx@localhost:9200/]}}
[2025-03-10T02:36:55,930][INFO ][logstash.outputs.elasticsearch][main] Failed to perform request {:message=>"PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target", :exception=>Manticore::ClientProtocolException, :cause=>#<Java::JavaxNetSsl::SSLHandshakeException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target>}
[2025-03-10T02:36:55,932][WARN ][logstash.outputs.elasticsearch][main] Attempted to resurrect connection to dead ES instance, but got an error {:url=>"https://elastic:xxxxxx@localhost:9200/", :exception=>LogStash::Outputs::ElasticSearch::HttpClient::Pool::HostUnreachableError, :message=>"Elasticsearch Unreachable: [https://localhost:9200/][Manticore::ClientProtocolException] PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"}
[2025-03-10T02:36:55,939][INFO ][logstash.outputs.elasticsearch][main] Not eligible for data streams because config contains one or more settings that are not compatible with data streams: {"index"=>"legacy_test"}
[2025-03-10T02:36:55,940][INFO ][logstash.outputs.elasticsearch][main] Data streams auto configuration (`data_stream => auto` or unset) resolved to `false`
[2025-03-10T02:36:55,954][INFO ][logstash.javapipeline ][main] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>12, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50, "pipeline.max_inflight"=>1500, "pipeline.sources"=>["C:/ElasticStack/logstash-8.17.3/config/mssql.conf"], :thread=>"#<Thread:0x1a74b500 C:/ElasticStack/logstash-8.17.3/logstash-core/lib/logstash/java_pipeline.rb:138 run>"}
[2025-03-10T02:36:56,539][INFO ][logstash.javapipeline ][main] Pipeline Java execution initialization time {"seconds"=>0.59}
[2025-03-10T02:36:56,778][INFO ][logstash.inputs.jdbc ][main] ECS compatibility is enabled but `target` option was not specified. This may cause fields to be set at the top-level of the event where they are likely to clash with the Elastic Common Schema. It is recommended to set the `target` option to avoid potential schema conflicts (if your data is ECS compliant or non-conflicting, feel free to ignore this message)
[2025-03-10T02:36:56,778][INFO ][logstash.javapipeline ][main] Pipeline started {"pipeline.id"=>"main"}
[2025-03-10T02:36:56,799][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}
[2025-03-10T02:36:59,402][ERROR][logstash.inputs.jdbc ][main][09faef8ae2a00a7be119499f74f76e52b60fc9db1ced85eec4f0a0eb7ef0c082]
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host DESKTOP-D8HR0LS, port 1433 has failed. Error: "Connection refused: getsockopt. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(com/microsoft/sqlserver/jdbc/SQLServerException.java:242) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerException.convertConnectExceptionToSQLServerException(com/microsoft/sqlserver/jdbc/SQLServerException.java:308) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(com/microsoft/sqlserver/jdbc/IOBuffer.java:2593) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.TDSChannel.open(com/microsoft/sqlserver/jdbc/IOBuffer.java:721) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3768) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3385) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3194) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:1971) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(com/microsoft/sqlserver/jdbc/SQLServerDriver.java:1263) ~[mssql-jdbc-12.8.1.jre8.jar:?]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(jdk/internal/reflect/DirectMethodHandleAccessor.java:103) ~[?:?]
at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:580) ~[?:?]
at org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:330) ~[jruby.jar:?]
at org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:188) ~[jruby.jar:?]
at RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/adapters/jdbc.rb:237) ~[?:?]
at RUBY.new_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:245) ~[?:?]
at RUBY.make_new(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool.rb:163) ~[?:?]
at RUBY.assign_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:225) ~[?:?]
at RUBY.acquire(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:139) ~[?:?]
at RUBY.hold(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:91) ~[?:?]
at RUBY.synchronize(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:283) ~[?:?]
at RUBY.test_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:291) ~[?:?]
at RUBY.initialize(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/misc.rb:205) ~[?:?]
at org.jruby.RubyClass.new(org/jruby/RubyClass.java:922) ~[jruby.jar:?]
at org.jruby.RubyClass$INVOKER$i$newInstance.call(org/jruby/RubyClass$INVOKER$i$newInstance.gen) ~[jruby.jar:?]
at RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:54) ~[?:?]
at RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/core.rb:124) ~[?:?]
at RUBY.jdbc_connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:127) ~[?:?]
at org.jruby.RubyKernel.loop(org/jruby/RubyKernel.java:1725) ~[jruby.jar:?]
at org.jruby.RubyKernel$INVOKER$s$0$0$loop.call(org/jruby/RubyKernel$INVOKER$s$0$0$loop.gen) ~[jruby.jar:?]
at RUBY.jdbc_connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:124) ~[?:?]
at RUBY.open_jdbc_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:168) ~[?:?]
at org.jruby.ext.monitor.Monitor.synchronize(org/jruby/ext/monitor/Monitor.java:82) ~[jruby.jar:?]
at org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(org/jruby/ext/monitor/Monitor$INVOKER$i$0$0$synchronize.gen) ~[jruby.jar:?]
at RUBY.open_jdbc_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:164) ~[?:?]
at RUBY.execute_statement(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:226) ~[?:?]
at org.jruby.ext.monitor.Monitor.synchronize(org/jruby/ext/monitor/Monitor.java:82) ~[jruby.jar:?]
at org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(org/jruby/ext/monitor/Monitor$INVOKER$i$0$0$synchronize.gen) ~[jruby.jar:?]
at RUBY.execute_statement(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:223) ~[?:?]
at RUBY.execute_query(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/inputs/jdbc.rb:353) ~[?:?]
at RUBY.run(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/inputs/jdbc.rb:326) ~[?:?]
at RUBY.inputworker(C:/ElasticStack/logstash-8.17.3/logstash-core/lib/logstash/java_pipeline.rb:420) ~[?:?]
at RUBY.start_input(C:/ElasticStack/logstash-8.17.3/logstash-core/lib/logstash/java_pipeline.rb:411) ~[?:?]
at org.jruby.RubyProc.call(org/jruby/RubyProc.java:354) ~[jruby.jar:?]
at java.lang.Thread.run(java/lang/Thread.java:1583) ~[?:?]
[2025-03-10T02:36:59,408][ERROR][logstash.inputs.jdbc ][main][09faef8ae2a00a7be119499f74f76e52b60fc9db1ced85eec4f0a0eb7ef0c082] Unable to connect to database. Tried 1 times {:message=>"Java::ComMicrosoftSqlserverJdbc::SQLServerException: The TCP/IP connection to the host DESKTOP-D8HR0LS, port 1433 has failed. Error: \"Connection refused: getsockopt. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.\".", :exception=>Sequel::DatabaseConnectionError, :cause=>#<Java::ComMicrosoftSqlserverJdbc::SQLServerException: The TCP/IP connection to the host DESKTOP-D8HR0LS, port 1433 has failed. Error: "Connection refused: getsockopt. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.".>, :backtrace=>["com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(com/microsoft/sqlserver/jdbc/SQLServerException.java:242)", "com.microsoft.sqlserver.jdbc.SQLServerException.convertConnectExceptionToSQLServerException(com/microsoft/sqlserver/jdbc/SQLServerException.java:308)", "com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(com/microsoft/sqlserver/jdbc/IOBuffer.java:2593)", "com.microsoft.sqlserver.jdbc.TDSChannel.open(com/microsoft/sqlserver/jdbc/IOBuffer.java:721)", "com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3768)", "com.microsoft.sqlserver.jdbc.SQLServerConnection.login(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3385)", "com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:3194)", "com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(com/microsoft/sqlserver/jdbc/SQLServerConnection.java:1971)", "com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(com/microsoft/sqlserver/jdbc/SQLServerDriver.java:1263)", "jdk.internal.reflect.DirectMethodHandleAccessor.invoke(jdk/internal/reflect/DirectMethodHandleAccessor.java:103)", "java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:580)", "org.jruby.javasupport.JavaMethod.invokeDirectWithExceptionHandling(org/jruby/javasupport/JavaMethod.java:330)", "org.jruby.javasupport.JavaMethod.invokeDirect(org/jruby/javasupport/JavaMethod.java:188)", "RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/adapters/jdbc.rb:237)", "RUBY.new_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:245)", "RUBY.make_new(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool.rb:163)", "RUBY.assign_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:225)", "RUBY.acquire(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:139)", "RUBY.hold(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/connection_pool/threaded.rb:91)", "RUBY.synchronize(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:283)", "RUBY.test_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:291)", "RUBY.initialize(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/misc.rb:205)", "org.jruby.RubyClass.new(org/jruby/RubyClass.java:922)", "org.jruby.RubyClass$INVOKER$i$newInstance.call(org/jruby/RubyClass$INVOKER$i$newInstance.gen)", "RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/database/connecting.rb:54)", "RUBY.connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/sequel-5.87.0/lib/sequel/core.rb:124)", "RUBY.jdbc_connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:127)", "org.jruby.RubyKernel.loop(org/jruby/RubyKernel.java:1725)", "org.jruby.RubyKernel$INVOKER$s$0$0$loop.call(org/jruby/RubyKernel$INVOKER$s$0$0$loop.gen)", "RUBY.jdbc_connect(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:124)", "RUBY.open_jdbc_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:168)", "org.jruby.ext.monitor.Monitor.synchronize(org/jruby/ext/monitor/Monitor.java:82)", "org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(org/jruby/ext/monitor/Monitor$INVOKER$i$0$0$synchronize.gen)", "RUBY.open_jdbc_connection(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:164)", "RUBY.execute_statement(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:226)", "org.jruby.ext.monitor.Monitor.synchronize(org/jruby/ext/monitor/Monitor.java:82)", "org.jruby.ext.monitor.Monitor$INVOKER$i$0$0$synchronize.call(org/jruby/ext/monitor/Monitor$INVOKER$i$0$0$synchronize.gen)", "RUBY.execute_statement(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/plugin_mixins/jdbc/jdbc.rb:223)", "RUBY.execute_query(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/inputs/jdbc.rb:353)", "RUBY.run(C:/ElasticStack/logstash-8.17.3/vendor/bundle/jruby/3.1.0/gems/logstash-integration-jdbc-5.5.2/lib/logstash/inputs/jdbc.rb:326)", "RUBY.inputworker(C:/ElasticStack/logstash-8.17.3/logstash-core/lib/logstash/java_pipeline.rb:420)", "RUBY.start_input(C:/ElasticStack/logstash-8.17.3/logstash-core/lib/logstash/java_pipeline.rb:411)", "org.jruby.RubyProc.call(org/jruby/RubyProc.java:354)", "java.lang.Thread.run(java/lang/Thread.java:1583)"]}
[2025-03-10T02:36:59,416][WARN ][logstash.inputs.jdbc ][main][09faef8ae2a00a7be119499f74f76e52b60fc9db1ced85eec4f0a0eb7ef0c082] Exception when executing JDBC query {:exception=>Sequel::DatabaseConnectionError, :message=>"Java::ComMicrosoftSqlserverJdbc::SQLServerException: The TCP/IP connection to the host DESKTOP-D8HR0LS, port 1433 has failed. Error: \"Connection refused: getsockopt. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.\".", :cause=>"#<Java::ComMicrosoftSqlserverJdbc::SQLServerException: The TCP/IP connection to the host DESKTOP-D8HR0LS, port 1433 has failed. Error: \"Connection refused: getsockopt. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.\".>"}
[2025-03-10T02:36:59,416][ERROR][logstash.inputs.jdbc ][main][09faef8ae2a00a7be119499f74f76e52b60fc9db1ced85eec4f0a0eb7ef0c082] Unable to execute statement. Tried 1 times.
[2025-03-10T02:36:59,501][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,501][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,504][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,508][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,508][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,508][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,508][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,508][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,507][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,507][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,506][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker3
[2025-03-10T02:36:59,506][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker11
[2025-03-10T02:36:59,505][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,511][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker7
[2025-03-10T02:36:59,511][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker1
[2025-03-10T02:36:59,510][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker6
[2025-03-10T02:36:59,510][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker4
[2025-03-10T02:36:59,509][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker8
[2025-03-10T02:36:59,509][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker10
[2025-03-10T02:36:59,509][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker2
[2025-03-10T02:36:59,508][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker0
[2025-03-10T02:36:59,512][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker5
[2025-03-10T02:36:59,807][INFO ][logstash.outputs.elasticsearch][main][473c0781e27f55ace2f5178e1a52f9f9d4e53201e7878040c7068cd0a9f02137] Aborting the batch due to shutdown request while waiting for connections to become live
[2025-03-10T02:36:59,808][INFO ][org.logstash.execution.WorkerLoop][main] Received signal to abort processing current batch. Terminating pipeline worker [main]>worker9
[2025-03-10T02:37:00,941][INFO ][logstash.javapipeline ][main] Pipeline terminated {"pipeline.id"=>"main"}
[2025-03-10T02:37:01,320][INFO ][logstash.pipelinesregistry] Removed pipeline from registry successfully {:pipeline_id=>:main}
[2025-03-10T02:37:01,325][INFO ][logstash.runner ] Logstash shut down.