Guest User

Untitled

a guest
Oct 14th, 2024
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.65 KB | None | 0 0
  1. [logstash.runner] Log4j configuration path used is: /opt/logstash/config/log4j2.properties
  2. [logstash.runner] Starting Logstash {'logstash.version'=>'8.14.3', 'jruby.version'=>'jruby 9.4.7.0 (3.1.4) 2024-04-29 597ff08ac1 OpenJDK 64-Bit Server VM 17.0.12+7-suse-150400.3.45.1-x8664 on 17.0.12+7-suse-150400.3.45.1-x8664 +indy +jit [x86_64-linux]'}
  3. [logstash.runner] JVM bootstrap flags: [-XX:InitialRAMPercentage=25.00, -XX:MinRAMPercentage=50.00, -XX:MaxRAMPercentage=25.00, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djruby.compile.invokedynamic=true, -XX:+HeapDumpOnOutOfMemoryError, -Djava.security.egd=file:/dev/urandom, -Dlog4j2.isThreadContextMapInheritable=true, -Dlogstash.jackson.stream-read-constraints.max-string-length=200000000, -Dlogstash.jackson.stream-read-constraints.max-number-length=10000, -Dlog4j2.formatMsgNoLookups=true, -Djava.io.tmpdir=/opt/logstash/resource/tmp, -XX:InitialRAMPercentage=67.000000, -XX:MaxRAMPercentage=67.000000, -XX:MinRAMPercentage=67.000000, -Djruby.regexp.interruptible=true, -Djdk.io.File.enableADS=true, --add-exports=jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED, --add-exports=jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED, --add-exports=jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED, --add-exports=jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED, --add-exports=jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED, --add-opens=java.base/java.security=ALL-UNNAMED, --add-opens=java.base/java.io=ALL-UNNAMED, --add-opens=java.base/java.nio.channels=ALL-UNNAMED, --add-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.management/sun.management=ALL-UNNAMED, -Dio.netty.allocator.maxOrder=11]
  4. [logstash.runner] Jackson default value override `logstash.jackson.stream-read-constraints.max-string-length` configured to `200000000`
  5. [logstash.runner] Jackson default value override `logstash.jackson.stream-read-constraints.max-number-length` configured to `10000`
  6. [logstash.settings] Creating directory {:setting=>'path.queue', :path=>'/opt/logstash/data/queue'}
  7. [logstash.settings] Creating directory {:setting=>'path.dead_letter_queue', :path=>'/opt/logstash/data/dead_letter_queue'}
  8. [logstash.agent] No persistent UUID file found. Generating new UUID {:uuid=>'11d0fc4b-4ac4-4962-904e-3e2084eafef0', :path=>'/opt/logstash/data/uuid'}
  9. [logstash.agent] Successfully started Logstash API endpoint {:port=>9600, :ssl_enabled=>false}
  10. [org.reflections.Reflections] Reflections took 1199 ms to scan 1 urls, producing 132 keys and 468 values
  11. [org.logstash.ackedqueue.QueueUpgrade] No PQ version file found, upgrading to PQ v2.
  12. [logstash.javapipeline] Pipeline `droppipeline` is configured with `pipeline.ecs_compatibility: disabled` setting. All plugins in this pipeline will default to `ecs_compatibility => disabled` unless explicitly configured otherwise.
  13. [logstash.javapipeline] Starting pipeline {:pipeline_id=>'droppipeline', 'pipeline.workers'=>2, 'pipeline.batch.size'=>2048, 'pipeline.batch.delay'=>50, 'pipeline.max_inflight'=>4096, 'pipeline.sources'=>['/opt/logstash/config/droppipeline.conf'], :thread=>'#<Thread:0x2d0806cc /opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:134 run>'}
  14. [logstash.javapipeline] Pipeline Java execution initialization time {'seconds'=>4.81}
  15. [logstash.javapipeline] Pipeline started {'pipeline.id'=>'droppipeline'}
  16. [org.logstash.ackedqueue.QueueUpgrade] No PQ version file found, upgrading to PQ v2.
  17. [org.logstash.ackedqueue.QueueUpgrade] No PQ version file found, upgrading to PQ v2.
  18. [logstash.javapipeline] Pipeline `lumberjack_lbjk1` is configured with `pipeline.ecs_compatibility: disabled` setting. All plugins in this pipeline will default to `ecs_compatibility => disabled` unless explicitly configured otherwise.
  19. [logstash.javapipeline] Pipeline `lumberjack_lbjk2` is configured with `pipeline.ecs_compatibility: disabled` setting. All plugins in this pipeline will default to `ecs_compatibility => disabled` unless explicitly configured otherwise.
  20. Oct 14, 2024 6:46:15 AM jnr.netdb.NativeProtocolsDB load
  21. WARNING: Failed to load native protocols db
  22. java.lang.RuntimeException: getprotobyname_r failed
  23. at jnr.netdb.NativeProtocolsDB$LinuxNativeProtocolsDB.getProtocolByName(NativeProtocolsDB.java:180)
  24. at jnr.netdb.NativeProtocolsDB.load(NativeProtocolsDB.java:80)
  25. at jnr.netdb.NativeProtocolsDB.access$000(NativeProtocolsDB.java:40)
  26. at jnr.netdb.NativeProtocolsDB$SingletonHolder.<clinit>(NativeProtocolsDB.java:47)
  27. at jnr.netdb.NativeProtocolsDB.getInstance(NativeProtocolsDB.java:43)
  28. at jnr.netdb.Protocol$ProtocolDBSingletonHolder.load(Protocol.java:107)
  29. at jnr.netdb.Protocol$ProtocolDBSingletonHolder.<clinit>(Protocol.java:103)
  30. at jnr.netdb.Protocol.getProtocolDB(Protocol.java:96)
  31. at jnr.netdb.Protocol.getProtocolByNumber(Protocol.java:59)
  32. at org.jruby.ext.socket.Addrinfo.<init>(Addrinfo.java:959)
  33. at org.jruby.ext.socket.SocketUtils.ip_address_list(SocketUtils.java:444)
  34. at org.jruby.ext.socket.RubySocket.ip_address_list(RubySocket.java:348)
  35. at org.jruby.ext.socket.RubySocket$INVOKER$s$0$0$ip_address_list.call(RubySocket$INVOKER$s$0$0$ip_address_list.gen)
  36. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  37. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  38. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  39. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  40. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  41. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  42. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  43. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  44. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  45. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  46. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  47. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  48. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
  49. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  50. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  51. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:257)
  52. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:270)
  53. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  54. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  55. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:118)
  56. at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:136)
  57. at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
  58. at org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
  59. at org.jruby.runtime.Block.yield(Block.java:189)
  60. at org.jruby.RubyArray.each(RubyArray.java:1981)
  61. at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  62. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:561)
  63. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:90)
  64. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:103)
  65. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:545)
  66. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:363)
  67. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  68. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
  69. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  70. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  71. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:257)
  72. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:270)
  73. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:337)
  74. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  75. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
  76. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  77. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  78. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:220)
  79. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:242)
  80. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
  81. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  82. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
  83. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  84. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  85. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:220)
  86. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:242)
  87. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
  88. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  89. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:118)
  90. at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:136)
  91. at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
  92. at org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
  93. at org.jruby.runtime.Block.yield(Block.java:189)
  94. at org.jruby.RubyArray.each(RubyArray.java:1981)
  95. at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  96. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:561)
  97. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:90)
  98. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:103)
  99. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:545)
  100. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:363)
  101. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  102. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  103. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  104. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  105. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  106. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  107. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  108. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  109. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  110. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  111. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  112. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  113. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  114. at org.jruby.RubyClass.finvoke(RubyClass.java:598)
  115. at org.jruby.runtime.Helpers.invoke(Helpers.java:708)
  116. at org.jruby.RubyBasicObject.callMethod(RubyBasicObject.java:349)
  117. at org.logstash.config.ir.compiler.OutputStrategyExt$LegacyOutputStrategyExt.lambda$reg$1(OutputStrategyExt.java:236)
  118. at java.base/java.lang.Iterable.forEach(Iterable.java:75)
  119. at org.logstash.config.ir.compiler.OutputStrategyExt$LegacyOutputStrategyExt.reg(OutputStrategyExt.java:236)
  120. at org.logstash.config.ir.compiler.OutputStrategyExt$AbstractOutputStrategyExt.register(OutputStrategyExt.java:131)
  121. at org.logstash.config.ir.compiler.OutputDelegatorExt.doRegister(OutputDelegatorExt.java:126)
  122. at org.logstash.config.ir.compiler.AbstractOutputDelegatorExt.register(AbstractOutputDelegatorExt.java:69)
  123. at org.logstash.config.ir.compiler.AbstractOutputDelegatorExt$INVOKER$i$0$0$register.call(AbstractOutputDelegatorExt$INVOKER$i$0$0$register.gen)
  124. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  125. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  126. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  127. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  128. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:118)
  129. at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:136)
  130. at org.jruby.runtime.IRBlockBody.doYield(IRBlockBody.java:170)
  131. at org.jruby.runtime.BlockBody.yield(BlockBody.java:108)
  132. at org.jruby.runtime.Block.yield(Block.java:189)
  133. at org.jruby.RubyArray.each(RubyArray.java:1981)
  134. at org.jruby.RubyArray$INVOKER$i$0$0$each.call(RubyArray$INVOKER$i$0$0$each.gen)
  135. at org.jruby.internal.runtime.methods.JavaMethod$JavaMethodZeroBlock.call(JavaMethod.java:561)
  136. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:446)
  137. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:92)
  138. at org.jruby.runtime.callsite.CachingCallSite.callIter(CachingCallSite.java:103)
  139. at org.jruby.ir.instructions.CallBase.interpret(CallBase.java:545)
  140. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:363)
  141. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  142. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:82)
  143. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:201)
  144. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:188)
  145. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:220)
  146. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:466)
  147. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:244)
  148. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:314)
  149. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  150. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  151. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  152. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  153. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  154. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  155. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  156. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  157. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  158. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  159. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  160. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  161. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  162. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  163. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  164. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  165. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  166. at org.jruby.ir.interpreter.InterpreterEngine.interpret(InterpreterEngine.java:76)
  167. at org.jruby.internal.runtime.methods.MixedModeIRMethod.INTERPRET_METHOD(MixedModeIRMethod.java:164)
  168. at org.jruby.internal.runtime.methods.MixedModeIRMethod.call(MixedModeIRMethod.java:151)
  169. at org.jruby.internal.runtime.methods.DynamicMethod.call(DynamicMethod.java:212)
  170. at org.jruby.runtime.callsite.CachingCallSite.cacheAndCall(CachingCallSite.java:456)
  171. at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:195)
  172. at org.jruby.ir.interpreter.InterpreterEngine.processCall(InterpreterEngine.java:346)
  173. at org.jruby.ir.interpreter.StartupInterpreterEngine.interpret(StartupInterpreterEngine.java:66)
  174. at org.jruby.ir.interpreter.Interpreter.INTERPRET_BLOCK(Interpreter.java:118)
  175. at org.jruby.runtime.MixedModeIRBlockBody.commonYieldPath(MixedModeIRBlockBody.java:136)
  176. at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:66)
  177. at org.jruby.runtime.IRBlockBody.call(IRBlockBody.java:58)
  178. at org.jruby.runtime.Block.call(Block.java:144)
  179. at org.jruby.RubyProc.call(RubyProc.java:354)
  180. at org.jruby.internal.runtime.RubyRunnable.run(RubyRunnable.java:111)
  181. at java.base/java.lang.Thread.run(Thread.java:840)
  182. [logstash.outputs.lumberjack] All hosts unavailable, sleeping {:hosts=>['10.105.183.78', 'fc00:2000::5b51'], :e=>#<RuntimeError: Could not connect to any hosts>, :backtrace=>['/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:31:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:24:in `initialize'', 'org/jruby/RubyClass.java:922:in `new'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:85:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:49:in `register'', 'org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:69:in `register'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:237:in `block in register_plugins'', 'org/jruby/RubyArray.java:1981:in `each'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:236:in `register_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:610:in `maybe_setup_out_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:249:in `start_workers'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:194:in `run'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:146:in `block in start'']}
  183. [logstash.javapipeline] Starting pipeline {:pipeline_id=>'lumberjack_lbjk1', 'pipeline.workers'=>2, 'pipeline.batch.size'=>2048, 'pipeline.batch.delay'=>50, 'pipeline.max_inflight'=>4096, 'pipeline.sources'=>['/opt/logstash/resource/lumberjack_output_lbjk1.conf'], :thread=>'#<Thread:0x5aa5d1dc /opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:134 run>'}
  184. [logstash.javapipeline] Pipeline Java execution initialization time {'seconds'=>4.11}
  185. [logstash.javapipeline] Pipeline started {'pipeline.id'=>'lumberjack_lbjk1'}
  186. [org.logstash.ackedqueue.QueueUpgrade] No PQ version file found, upgrading to PQ v2.
  187. [logstash.javapipeline] Pipeline `opensearch` is configured with `pipeline.ecs_compatibility: disabled` setting. All plugins in this pipeline will default to `ecs_compatibility => disabled` unless explicitly configured otherwise.
  188. [logstash.outputs.opensearch] New OpenSearch output {:class=>'LogStash::Outputs::OpenSearch', :hosts=>['//data-search-engine-tls:9200']}
  189. [logstash.outputs.opensearch] OpenSearch pool URLs updated {:changes=>{:removed=>[], :added=>[https://data-search-engine-tls:9200/]}}
  190. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::SocketException] Broken pipe'}
  191. [logstash.javapipeline] Starting pipeline {:pipeline_id=>'opensearch', 'pipeline.workers'=>2, 'pipeline.batch.size'=>2048, 'pipeline.batch.delay'=>50, 'pipeline.max_inflight'=>4096, 'pipeline.sources'=>['/opt/logstash/resource/searchengine.conf'], :thread=>'#<Thread:0x3f86fab /opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:134 run>'}
  192. [logstash.javapipeline] Pipeline Java execution initialization time {'seconds'=>2.8}
  193. [logstash.javapipeline] Pipeline started {'pipeline.id'=>'opensearch'}
  194. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::ClientProtocolException] Received fatal alert: certificate_unknown'}
  195. [logstash.outputs.lumberjack] All hosts unavailable, sleeping {:hosts=>['10.105.183.78', 'fc00:2000::5b51'], :e=>#<RuntimeError: Could not connect to any hosts>, :backtrace=>['/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:31:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:24:in `initialize'', 'org/jruby/RubyClass.java:922:in `new'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:85:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:49:in `register'', 'org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:69:in `register'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:237:in `block in register_plugins'', 'org/jruby/RubyArray.java:1981:in `each'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:236:in `register_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:610:in `maybe_setup_out_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:249:in `start_workers'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:194:in `run'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:146:in `block in start'']}
  196. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::SocketException] Broken pipe'}
  197. [logstash.filters.ruby.script] Test run complete {:script_path=>'/opt/adp/logstash-ruby-scripts/adp-json-validation.rb', :results=>{:passed=>0, :failed=>0, :errored=>0}}
  198. [logstash.filters.ruby.script] Test run complete {:script_path=>'/opt/adp/logstash-ruby-scripts/adp-json-validation.rb', :results=>{:passed=>0, :failed=>0, :errored=>0}}
  199. [logstash.filters.ruby.script] Test run complete {:script_path=>'/opt/adp/logstash-ruby-scripts/adp-json-validation.rb', :results=>{:passed=>0, :failed=>0, :errored=>0}}
  200. [org.logstash.ackedqueue.QueueUpgrade] No PQ version file found, upgrading to PQ v2.
  201. [logstash.javapipeline] Pipeline `logstash` is configured with `pipeline.ecs_compatibility: disabled` setting. All plugins in this pipeline will default to `ecs_compatibility => disabled` unless explicitly configured otherwise.
  202. [org.logstash.instrument.metrics.gauge.LazyDelegatingGauge] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been created for key: send_to. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
  203. [org.logstash.instrument.metrics.gauge.LazyDelegatingGauge] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been created for key: send_to. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
  204. [org.logstash.instrument.metrics.gauge.LazyDelegatingGauge] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been created for key: send_to. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
  205. [org.logstash.instrument.metrics.gauge.LazyDelegatingGauge] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been created for key: send_to. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
  206. [org.logstash.instrument.metrics.gauge.LazyDelegatingGauge] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been created for key: send_to. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
  207. [logstash.javapipeline] Starting pipeline {:pipeline_id=>'logstash', 'pipeline.workers'=>2, 'pipeline.batch.size'=>2048, 'pipeline.batch.delay'=>50, 'pipeline.max_inflight'=>4096, 'pipeline.sources'=>['/opt/logstash/resource/logstash.conf'], :thread=>'#<Thread:0x12ca5929 /opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:134 run>'}
  208. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::SocketException] Broken pipe'}
  209. [logstash.outputs.lumberjack] All hosts unavailable, sleeping {:hosts=>['10.105.183.78', 'fc00:2000::5b51'], :e=>#<RuntimeError: Could not connect to any hosts>, :backtrace=>['/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:31:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:24:in `initialize'', 'org/jruby/RubyClass.java:922:in `new'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:85:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:49:in `register'', 'org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:69:in `register'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:237:in `block in register_plugins'', 'org/jruby/RubyArray.java:1981:in `each'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:236:in `register_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:610:in `maybe_setup_out_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:249:in `start_workers'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:194:in `run'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:146:in `block in start'']}
  210. [logstash.javapipeline] Pipeline Java execution initialization time {'seconds'=>6.69}
  211. [logstash.inputs.beats] Starting input listener {:address=>'0.0.0.0:5044'}
  212. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::SocketException] Broken pipe'}
  213. [logstash.inputs.tcp] Automatically switching from json to json_lines codec {:plugin=>'tcp'}
  214. [logstash.javapipeline] Pipeline started {'pipeline.id'=>'logstash'}
  215. [logstash.inputs.tcp] Starting tcp input listener {:address=>'0.0.0.0:5015', :ssl_enabled=>true}
  216. [logstash.inputs.http] Starting http input listener {:address=>'0.0.0.0:8080', :ssl=>'false'}
  217. [logstash.inputs.http] Starting http input listener {:address=>'0.0.0.0:9443', :ssl=>'false'}
  218. [logstash.inputs.tcp] Starting tcp input listener {:address=>'0.0.0.0:5024', :ssl_enabled=>true}
  219. [org.logstash.beats.Server] Starting server on port: 5044
  220. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::ClientProtocolException] Received fatal alert: certificate_unknown'}
  221. [logstash.outputs.lumberjack] All hosts unavailable, sleeping {:hosts=>['10.105.183.78', 'fc00:2000::5b51'], :e=>#<RuntimeError: Could not connect to any hosts>, :backtrace=>['/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:31:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:24:in `initialize'', 'org/jruby/RubyClass.java:922:in `new'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:85:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:49:in `register'', 'org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:69:in `register'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:237:in `block in register_plugins'', 'org/jruby/RubyArray.java:1981:in `each'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:236:in `register_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:610:in `maybe_setup_out_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:249:in `start_workers'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:194:in `run'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:146:in `block in start'']}
  222. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::ClientProtocolException] Received fatal alert: certificate_unknown'}
  223. [logstash.outputs.opensearch] Attempted to resurrect connection to dead OpenSearch instance, but got an error {:url=>'https://data-search-engine-tls:9200/', :exception=>LogStash::Outputs::OpenSearch::HttpClient::Pool::HostUnreachableError, :message=>'OpenSearch Unreachable: [https://data-search-engine-tls:9200/][Manticore::ClientProtocolException] Received fatal alert: certificate_unknown'}
  224. [logstash.outputs.lumberjack] All hosts unavailable, sleeping {:hosts=>['10.105.183.78', 'fc00:2000::5b51'], :e=>#<RuntimeError: Could not connect to any hosts>, :backtrace=>['/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:31:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/jls-lumberjack-0.0.26/lib/lumberjack/client.rb:24:in `initialize'', 'org/jruby/RubyClass.java:922:in `new'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:85:in `connect'', '/opt/logstash/vendor/bundle/jruby/3.1.0/gems/logstash-output-lumberjack-3.1.9/lib/logstash/outputs/lumberjack.rb:49:in `register'', 'org/logstash/config/ir/compiler/AbstractOutputDelegatorExt.java:69:in `register'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:237:in `block in register_plugins'', 'org/jruby/RubyArray.java:1981:in `each'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:236:in `register_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:610:in `maybe_setup_out_plugins'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:249:in `start_workers'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:194:in `run'', '/opt/logstash/logstash-core/lib/logstash/java_pipeline.rb:146:in `block in start'']}
  225. [logstash.outputs.opensearch] Restored connection to OpenSearch instance {:url=>'https://data-search-engine-tls:9200/'}
  226. [logstash.outputs.opensearch] Cluster version determined (7.10.2) {:version=>7}
  227.  
Advertisement
Add Comment
Please, Sign In to add comment