Advertisement
hackdefendr

server.log

Feb 13th, 2023
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 212.03 KB | Fixit | 0 0
  1. 2023-02-11T15:36:23.899Z ERROR [ServerRuntime$Responder] An I/O error has occurred while writing a response message entity to the container output stream.
  2. org.glassfish.jersey.server.internal.process.MappableException: java.io.IOException: Connection is closed
  3. at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:67) ~[graylog.jar:?]
  4. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
  5. at org.glassfish.jersey.message.internal.MessageBodyFactory.writeTo(MessageBodyFactory.java:1116) ~[graylog.jar:?]
  6. at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:642) [graylog.jar:?]
  7. at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:373) [graylog.jar:?]
  8. at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:363) [graylog.jar:?]
  9. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:258) [graylog.jar:?]
  10. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248) [graylog.jar:?]
  11. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244) [graylog.jar:?]
  12. at org.glassfish.jersey.internal.Errors.process(Errors.java:292) [graylog.jar:?]
  13. at org.glassfish.jersey.internal.Errors.process(Errors.java:274) [graylog.jar:?]
  14. at org.glassfish.jersey.internal.Errors.process(Errors.java:244) [graylog.jar:?]
  15. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265) [graylog.jar:?]
  16. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234) [graylog.jar:?]
  17. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684) [graylog.jar:?]
  18. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356) [graylog.jar:?]
  19. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200) [graylog.jar:?]
  20. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180) [graylog.jar:?]
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
  23. at java.lang.Thread.run(Unknown Source) [?:?]
  24. Caused by: java.io.IOException: Connection is closed
  25. at org.glassfish.grizzly.nio.NIOConnection.assertOpen(NIOConnection.java:441) ~[graylog.jar:?]
  26. at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:663) ~[graylog.jar:?]
  27. at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:59) ~[graylog.jar:?]
  28. at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) ~[graylog.jar:?]
  29. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) ~[graylog.jar:?]
  30. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._flushBuffer(UTF8JsonGenerator.java:2171) ~[graylog.jar:?]
  31. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegment2(UTF8JsonGenerator.java:1485) ~[graylog.jar:?]
  32. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegment(UTF8JsonGenerator.java:1432) ~[graylog.jar:?]
  33. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegments(UTF8JsonGenerator.java:1315) ~[graylog.jar:?]
  34. at com.fasterxml.jackson.core.json.UTF8JsonGenerator.writeString(UTF8JsonGenerator.java:511) ~[graylog.jar:?]
  35. at com.fasterxml.jackson.databind.ser.std.StringSerializer.serialize(StringSerializer.java:41) ~[graylog.jar:?]
  36. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  37. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  38. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  39. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  40. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  41. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  42. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  43. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serializeContents(IndexedListSerializer.java:119) ~[graylog.jar:?]
  44. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:79) ~[graylog.jar:?]
  45. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18) ~[graylog.jar:?]
  46. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  47. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  48. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  49. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  50. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  51. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  52. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  53. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  54. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  55. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  56. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  57. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  58. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  59. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  60. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  61. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  62. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  63. at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480) ~[graylog.jar:?]
  64. at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319) ~[graylog.jar:?]
  65. at com.fasterxml.jackson.databind.ObjectWriter$Prefetch.serialize(ObjectWriter.java:1518) ~[graylog.jar:?]
  66. at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1007) ~[graylog.jar:?]
  67. at com.fasterxml.jackson.jaxrs.base.ProviderBase.writeTo(ProviderBase.java:617) ~[graylog.jar:?]
  68. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) ~[graylog.jar:?]
  69. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) ~[graylog.jar:?]
  70. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
  71. at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) ~[graylog.jar:?]
  72. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
  73. at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ~[graylog.jar:?]
  74. ... 20 more
  75. Caused by: java.io.IOException: Broken pipe
  76. at sun.nio.ch.FileDispatcherImpl.write0(Native Method) ~[?:?]
  77. at sun.nio.ch.SocketDispatcher.write(Unknown Source) ~[?:?]
  78. at sun.nio.ch.IOUtil.writeFromNativeBuffer(Unknown Source) ~[?:?]
  79. at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:?]
  80. at sun.nio.ch.IOUtil.write(Unknown Source) ~[?:?]
  81. at sun.nio.ch.SocketChannelImpl.write(Unknown Source) ~[?:?]
  82. at org.glassfish.grizzly.nio.transport.TCPNIOUtils.flushByteBuffer(TCPNIOUtils.java:125) ~[graylog.jar:?]
  83. at org.glassfish.grizzly.nio.transport.TCPNIOUtils.writeCompositeBuffer(TCPNIOUtils.java:64) ~[graylog.jar:?]
  84. at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:105) ~[graylog.jar:?]
  85. at org.glassfish.grizzly.nio.transport.TCPNIOAsyncQueueWriter.write0(TCPNIOAsyncQueueWriter.java:82) ~[graylog.jar:?]
  86. at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:236) ~[graylog.jar:?]
  87. at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:145) ~[graylog.jar:?]
  88. at org.glassfish.grizzly.nio.AbstractNIOAsyncQueueWriter.write(AbstractNIOAsyncQueueWriter.java:47) ~[graylog.jar:?]
  89. at org.glassfish.grizzly.nio.transport.TCPNIOTransportFilter.handleWrite(TCPNIOTransportFilter.java:102) ~[graylog.jar:?]
  90. at org.glassfish.grizzly.filterchain.TransportFilter.handleWrite(TransportFilter.java:167) ~[graylog.jar:?]
  91. at org.glassfish.grizzly.filterchain.ExecutorResolver$8.execute(ExecutorResolver.java:87) ~[graylog.jar:?]
  92. at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeFilter(DefaultFilterChain.java:260) ~[graylog.jar:?]
  93. at org.glassfish.grizzly.filterchain.DefaultFilterChain.executeChainPart(DefaultFilterChain.java:177) ~[graylog.jar:?]
  94. at org.glassfish.grizzly.filterchain.DefaultFilterChain.execute(DefaultFilterChain.java:109) ~[graylog.jar:?]
  95. at org.glassfish.grizzly.filterchain.DefaultFilterChain.process(DefaultFilterChain.java:88) ~[graylog.jar:?]
  96. at org.glassfish.grizzly.ProcessorExecutor.execute(ProcessorExecutor.java:53) ~[graylog.jar:?]
  97. at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:866) ~[graylog.jar:?]
  98. at org.glassfish.grizzly.filterchain.FilterChainContext.write(FilterChainContext.java:834) ~[graylog.jar:?]
  99. at org.glassfish.grizzly.http.io.OutputBuffer.flushBuffer(OutputBuffer.java:1068) ~[graylog.jar:?]
  100. at org.glassfish.grizzly.http.io.OutputBuffer.write(OutputBuffer.java:695) ~[graylog.jar:?]
  101. at org.glassfish.grizzly.http.server.NIOOutputStreamImpl.write(NIOOutputStreamImpl.java:59) ~[graylog.jar:?]
  102. at org.glassfish.jersey.message.internal.CommittingOutputStream.write(CommittingOutputStream.java:200) ~[graylog.jar:?]
  103. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$UnCloseableOutputStream.write(WriterInterceptorExecutor.java:276) ~[graylog.jar:?]
  104. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._flushBuffer(UTF8JsonGenerator.java:2171) ~[graylog.jar:?]
  105. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegment2(UTF8JsonGenerator.java:1485) ~[graylog.jar:?]
  106. at com.fasterxml.jackson.core.json.UTF8JsonGenerator._writeStringSegment(UTF8JsonGenerator.java:1432) ~[graylog.jar:?]
  107. at com.fasterxml.jackson.core.json.UTF8JsonGenerator.writeString(UTF8JsonGenerator.java:518) ~[graylog.jar:?]
  108. at com.fasterxml.jackson.databind.ser.std.StringSerializer.serialize(StringSerializer.java:41) ~[graylog.jar:?]
  109. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  110. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  111. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  112. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  113. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  114. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  115. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  116. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serializeContents(IndexedListSerializer.java:119) ~[graylog.jar:?]
  117. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:79) ~[graylog.jar:?]
  118. at com.fasterxml.jackson.databind.ser.impl.IndexedListSerializer.serialize(IndexedListSerializer.java:18) ~[graylog.jar:?]
  119. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  120. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  121. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  122. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  123. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  124. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  125. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  126. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  127. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  128. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  129. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeFields(MapSerializer.java:808) ~[graylog.jar:?]
  130. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serializeWithoutTypeInfo(MapSerializer.java:764) ~[graylog.jar:?]
  131. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:720) ~[graylog.jar:?]
  132. at com.fasterxml.jackson.databind.ser.std.MapSerializer.serialize(MapSerializer.java:35) ~[graylog.jar:?]
  133. at com.fasterxml.jackson.databind.ser.BeanPropertyWriter.serializeAsField(BeanPropertyWriter.java:728) ~[graylog.jar:?]
  134. at com.fasterxml.jackson.databind.ser.std.BeanSerializerBase.serializeFields(BeanSerializerBase.java:774) ~[graylog.jar:?]
  135. at com.fasterxml.jackson.databind.ser.BeanSerializer.serialize(BeanSerializer.java:178) ~[graylog.jar:?]
  136. at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider._serialize(DefaultSerializerProvider.java:480) ~[graylog.jar:?]
  137. at com.fasterxml.jackson.databind.ser.DefaultSerializerProvider.serializeValue(DefaultSerializerProvider.java:319) ~[graylog.jar:?]
  138. at com.fasterxml.jackson.databind.ObjectWriter$Prefetch.serialize(ObjectWriter.java:1518) ~[graylog.jar:?]
  139. at com.fasterxml.jackson.databind.ObjectWriter.writeValue(ObjectWriter.java:1007) ~[graylog.jar:?]
  140. at com.fasterxml.jackson.jaxrs.base.ProviderBase.writeTo(ProviderBase.java:617) ~[graylog.jar:?]
  141. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.invokeWriteTo(WriterInterceptorExecutor.java:242) ~[graylog.jar:?]
  142. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor$TerminalWriterInterceptor.aroundWriteTo(WriterInterceptorExecutor.java:227) ~[graylog.jar:?]
  143. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
  144. at org.glassfish.jersey.server.internal.JsonWithPaddingInterceptor.aroundWriteTo(JsonWithPaddingInterceptor.java:85) ~[graylog.jar:?]
  145. at org.glassfish.jersey.message.internal.WriterInterceptorExecutor.proceed(WriterInterceptorExecutor.java:139) ~[graylog.jar:?]
  146. at org.glassfish.jersey.server.internal.MappableExceptionWrapperInterceptor.aroundWriteTo(MappableExceptionWrapperInterceptor.java:61) ~[graylog.jar:?]
  147. ... 20 more
  148. 2023-02-12T19:27:14.093Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  149. 2023-02-12T19:27:14.106Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  150. 2023-02-12T19:27:14.106Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  151. 2023-02-12T19:27:27.308Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  152. 2023-02-12T19:27:27.309Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0x7554c509, L:/127.0.0.1:12201]) should be >= 1048576 but is 425984.
  153. 2023-02-12T19:27:27.309Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  154. 2023-02-12T19:29:26.418Z INFO [Server] SIGNAL received. Shutting down.
  155. 2023-02-12T19:29:26.419Z INFO [GracefulShutdown] Graceful shutdown initiated.
  156. 2023-02-12T19:29:26.419Z INFO [GracefulShutdown] Node status: [Override lb:DEAD [LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change.
  157. 2023-02-12T19:29:29.422Z INFO [InputSetupService] Attempting to close input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> [Syslog TCP].
  158. 2023-02-12T19:29:29.427Z INFO [InputSetupService] Input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> closed. Took [5ms]
  159. 2023-02-12T19:29:29.436Z INFO [Buffers] Waiting until [INPUT, PROCESS, OUTPUT] buffers are empty.
  160. 2023-02-12T19:29:29.437Z INFO [Buffers] All buffers are empty. Continuing.
  161. 2023-02-12T19:29:29.437Z INFO [GracefulShutdownService] Running graceful shutdown for <1> shutdown hooks
  162. 2023-02-12T19:29:29.437Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread].
  163. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ClusterHealthCheckThread].
  164. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexerClusterCheckerThread].
  165. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexBlockCheck].
  166. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRetentionThread].
  167. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRotationThread].
  168. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.VersionCheckThread].
  169. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ThrottleStateUpdaterThread].
  170. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventPeriodical].
  171. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventCleanupPeriodical].
  172. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRangesCleanupPeriodical].
  173. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.TrafficCounterCalculator].
  174. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical].
  175. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp].
  176. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ESVersionCheckPeriodical].
  177. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread].
  178. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads].
  179. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.views.search.db.SearchesCleanUpJob].
  180. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.events.periodicals.EventNotificationStatusCleanUp].
  181. 2023-02-12T19:29:29.438Z INFO [GracefulShutdownService] Initiate shutdown for <JobWorkerPool>
  182. 2023-02-12T19:29:29.438Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread].
  183. 2023-02-12T19:29:29.438Z INFO [JobSchedulerService] Shutdown of job heartbeat executor
  184. 2023-02-12T19:29:29.438Z INFO [GracefulShutdownService] Finished shutdown for <JobWorkerPool>, took 0 ms
  185. 2023-02-12T19:29:29.438Z INFO [GracefulShutdown] Goodbye.
  186. 2023-02-12T19:29:29.438Z INFO [FailureSubmissionQueue] [FailureHandlerService#triggerShutdown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  187. 2023-02-12T19:29:29.438Z INFO [FailureHandlingService] The service's thread has been interrupted. The queue currently contains 0 failure batches.
  188. 2023-02-12T19:29:29.438Z INFO [JerseyService] Shutting down HTTP listener at <127.0.0.1:9000>
  189. 2023-02-12T19:29:29.438Z INFO [LocalKafkaMessageQueueReader] Stopping.
  190. 2023-02-12T19:29:29.439Z INFO [OutputSetupService] Stopping output org.graylog2.outputs.BlockingBatchedESOutput
  191. 2023-02-12T19:29:29.439Z INFO [LogManager] Shutting down.
  192. 2023-02-12T19:29:29.440Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@6081d30a] STOPPING, was RUNNING
  193. 2023-02-12T19:29:29.440Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@6081d30a] TERMINATED, was STOPPING
  194. 2023-02-12T19:29:29.440Z INFO [LookupTableService] Cache whois-cache/63e02b9fef6a3c160dddff95 [@5f4a3e1] STOPPING, was RUNNING
  195. 2023-02-12T19:29:29.441Z INFO [LookupDataAdapterRefreshService] Stopping 1 jobs
  196. 2023-02-12T19:29:29.441Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3ba40875] STOPPING, was RUNNING
  197. 2023-02-12T19:29:29.441Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3ba40875] TERMINATED, was STOPPING
  198. 2023-02-12T19:29:29.441Z INFO [LookupTableService] Cache whois-cache/63e02b9fef6a3c160dddff95 [@5f4a3e1] TERMINATED, was STOPPING
  199. 2023-02-12T19:29:29.448Z INFO [LogManager] Shutdown complete.
  200. 2023-02-12T19:29:29.450Z WARN [Errors] The following warnings have been detected: WARNING: Unknown HK2 failure detected:
  201. MultiException stack 1 of 8
  202. java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
  203. at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2212)
  204. at org.jvnet.hk2.internal.ServiceLocatorImpl.access$000(ServiceLocatorImpl.java:106)
  205. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:166)
  206. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
  207. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
  208. at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
  209. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
  210. at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
  211. at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2225)
  212. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2080)
  213. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
  214. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
  215. at org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.resolve(ContextInjectionResolverImpl.java:103)
  216. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  217. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
  218. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  219. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  220. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  221. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  222. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  223. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  224. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  225. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  226. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  227. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  228. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  229. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  230. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  231. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  232. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  233. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  234. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  235. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  236. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  237. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  238. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  239. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  240. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  241. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  242. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  243. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  244. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  245. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  246. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  247. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  248. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  249. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  250. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  251. at java.base/java.lang.Thread.run(Unknown Source)
  252. MultiException stack 2 of 8
  253. java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
  254. implementation=org.glassfish.jersey.server.internal.process.SecurityContextInjectee
  255. contracts={javax.ws.rs.core.SecurityContext}
  256. scope=org.glassfish.jersey.process.internal.RequestScoped
  257. qualifiers={}
  258. descriptorType=CLASS
  259. descriptorVisibility=NORMAL
  260. metadata=
  261. rank=0
  262. loader=null
  263. proxiable=true
  264. proxyForSameScope=false
  265. analysisName=null
  266. id=47
  267. locatorId=0
  268. identityHashCode=2059328704
  269. reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
  270. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2086)
  271. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
  272. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
  273. at org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.resolve(ContextInjectionResolverImpl.java:103)
  274. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  275. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
  276. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  277. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  278. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  279. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  280. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  281. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  282. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  283. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  284. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  285. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  286. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  287. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  288. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  289. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  290. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  291. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  292. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  293. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  294. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  295. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  296. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  297. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  298. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  299. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  300. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  301. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  302. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  303. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  304. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  305. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  306. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  307. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  308. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  309. at java.base/java.lang.Thread.run(Unknown Source)
  310. MultiException stack 3 of 8
  311. java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
  312. at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2212)
  313. at org.jvnet.hk2.internal.ServiceLocatorImpl.access$000(ServiceLocatorImpl.java:106)
  314. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:166)
  315. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
  316. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
  317. at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
  318. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
  319. at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
  320. at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2220)
  321. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2080)
  322. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
  323. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
  324. at org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.resolve(ContextInjectionResolverImpl.java:103)
  325. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  326. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
  327. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  328. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  329. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  330. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  331. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  332. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  333. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  334. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  335. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  336. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  337. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  338. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  339. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  340. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  341. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  342. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  343. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  344. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  345. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  346. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  347. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  348. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  349. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  350. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  351. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  352. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  353. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  354. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  355. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  356. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  357. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  358. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  359. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  360. at java.base/java.lang.Thread.run(Unknown Source)
  361. MultiException stack 4 of 8
  362. java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
  363. implementation=org.glassfish.jersey.inject.hk2.SupplierFactoryBridge
  364. contracts={javax.ws.rs.container.ResourceInfo,javax.ws.rs.core.UriInfo,org.glassfish.jersey.server.ExtendedUriInfo}
  365. scope=org.glassfish.jersey.process.internal.RequestScoped
  366. qualifiers={}
  367. descriptorType=PROVIDE_METHOD
  368. descriptorVisibility=NORMAL
  369. metadata=
  370. rank=0
  371. loader=org.glassfish.hk2.utilities.binding.AbstractBinder$2@36cd1478
  372. proxiable=true
  373. proxyForSameScope=false
  374. analysisName=null
  375. id=46
  376. locatorId=0
  377. identityHashCode=1167112977
  378. reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
  379. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2086)
  380. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:93)
  381. at org.jvnet.hk2.internal.ServiceHandleImpl.getService(ServiceHandleImpl.java:67)
  382. at org.glassfish.jersey.inject.hk2.ContextInjectionResolverImpl.resolve(ContextInjectionResolverImpl.java:103)
  383. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  384. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:211)
  385. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  386. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  387. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  388. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  389. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  390. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  391. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  392. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  393. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  394. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  395. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  396. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  397. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  398. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  399. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  400. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  401. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  402. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  403. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  404. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  405. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  406. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  407. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  408. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  409. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  410. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  411. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  412. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  413. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  414. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  415. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  416. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  417. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  418. at java.base/java.lang.Thread.run(Unknown Source)
  419. MultiException stack 5 of 8
  420. java.lang.IllegalStateException: Could not find an active context for org.glassfish.jersey.process.internal.RequestScoped
  421. at org.jvnet.hk2.internal.ServiceLocatorImpl._resolveContext(ServiceLocatorImpl.java:2212)
  422. at org.jvnet.hk2.internal.ServiceLocatorImpl.access$000(ServiceLocatorImpl.java:106)
  423. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:166)
  424. at org.jvnet.hk2.internal.ServiceLocatorImpl$3.compute(ServiceLocatorImpl.java:162)
  425. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture$1.call(Cache.java:74)
  426. at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
  427. at org.glassfish.hk2.utilities.cache.Cache$OriginThreadAwareFuture.run(Cache.java:131)
  428. at org.glassfish.hk2.utilities.cache.Cache.compute(Cache.java:176)
  429. at org.jvnet.hk2.internal.ServiceLocatorImpl.resolveContext(ServiceLocatorImpl.java:2220)
  430. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2080)
  431. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  432. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  433. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  434. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  435. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  436. at org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator.lambda$init$3(ValueParamProviderConfigurator.java:133)
  437. at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
  438. at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
  439. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  440. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:218)
  441. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  442. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  443. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  444. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  445. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  446. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  447. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  448. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  449. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  450. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  451. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  452. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  453. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  454. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  455. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  456. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  457. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  458. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  459. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  460. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  461. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  462. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  463. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  464. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  465. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  466. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  467. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  468. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  469. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  470. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  471. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  472. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  473. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  474. at java.base/java.lang.Thread.run(Unknown Source)
  475. MultiException stack 6 of 8
  476. java.lang.IllegalStateException: While attempting to create a service for SystemDescriptor(
  477. implementation=org.glassfish.jersey.server.internal.process.RequestProcessingContextReference
  478. contracts={org.glassfish.jersey.server.internal.process.RequestProcessingContextReference}
  479. scope=org.glassfish.jersey.process.internal.RequestScoped
  480. qualifiers={}
  481. descriptorType=CLASS
  482. descriptorVisibility=NORMAL
  483. metadata=
  484. rank=0
  485. loader=null
  486. proxiable=null
  487. proxyForSameScope=null
  488. analysisName=null
  489. id=34
  490. locatorId=0
  491. identityHashCode=1846137615
  492. reified=true) in scope org.glassfish.jersey.process.internal.RequestScoped an error occured while locating the context
  493. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2086)
  494. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  495. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  496. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  497. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  498. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  499. at org.glassfish.jersey.server.internal.inject.ValueParamProviderConfigurator.lambda$init$3(ValueParamProviderConfigurator.java:133)
  500. at org.glassfish.jersey.server.internal.inject.ParamInjectionResolver.resolve(ParamInjectionResolver.java:97)
  501. at org.glassfish.jersey.inject.hk2.InjectionResolverWrapper.resolve(InjectionResolverWrapper.java:62)
  502. at org.jvnet.hk2.internal.ClazzCreator.resolve(ClazzCreator.java:188)
  503. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:218)
  504. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  505. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  506. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  507. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  508. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  509. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  510. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  511. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  512. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  513. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  514. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  515. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  516. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  517. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  518. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  519. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  520. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  521. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  522. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  523. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  524. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  525. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  526. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  527. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  528. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  529. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  530. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  531. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  532. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  533. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  534. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  535. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  536. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  537. at java.base/java.lang.Thread.run(Unknown Source)
  538. MultiException stack 7 of 8
  539. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.graylog2.rest.resources.cluster.ClusterInputStatesResource errors were found
  540. at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:224)
  541. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:334)
  542. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  543. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  544. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  545. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  546. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  547. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  548. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  549. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  550. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  551. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  552. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  553. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  554. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  555. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  556. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  557. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  558. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  559. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  560. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  561. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  562. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  563. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  564. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  565. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  566. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  567. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  568. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  569. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  570. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  571. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  572. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  573. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  574. at java.base/java.lang.Thread.run(Unknown Source)
  575. MultiException stack 8 of 8
  576. java.lang.IllegalStateException: Unable to perform operation: resolve on org.graylog2.rest.resources.cluster.ClusterInputStatesResource
  577. at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:363)
  578. at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:463)
  579. at org.glassfish.jersey.inject.hk2.RequestContext.findOrCreate(RequestContext.java:59)
  580. at org.jvnet.hk2.internal.Utilities.createService(Utilities.java:2102)
  581. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:758)
  582. at org.jvnet.hk2.internal.ServiceLocatorImpl.internalGetService(ServiceLocatorImpl.java:721)
  583. at org.jvnet.hk2.internal.ServiceLocatorImpl.getService(ServiceLocatorImpl.java:691)
  584. at org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager.getInstance(AbstractHk2InjectionManager.java:160)
  585. at org.glassfish.jersey.inject.hk2.ImmediateHk2InjectionManager.getInstance(ImmediateHk2InjectionManager.java:30)
  586. at org.glassfish.jersey.internal.inject.Injections.getOrCreate(Injections.java:105)
  587. at org.glassfish.jersey.server.model.MethodHandler$ClassBasedMethodHandler.getInstance(MethodHandler.java:260)
  588. at org.glassfish.jersey.server.internal.routing.PushMethodHandlerRouter.apply(PushMethodHandlerRouter.java:51)
  589. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:86)
  590. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  591. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  592. at org.glassfish.jersey.server.internal.routing.RoutingStage._apply(RoutingStage.java:89)
  593. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:69)
  594. at org.glassfish.jersey.server.internal.routing.RoutingStage.apply(RoutingStage.java:38)
  595. at org.glassfish.jersey.process.internal.Stages.process(Stages.java:173)
  596. at org.glassfish.jersey.server.ServerRuntime$1.run(ServerRuntime.java:247)
  597. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:248)
  598. at org.glassfish.jersey.internal.Errors$1.call(Errors.java:244)
  599. at org.glassfish.jersey.internal.Errors.process(Errors.java:292)
  600. at org.glassfish.jersey.internal.Errors.process(Errors.java:274)
  601. at org.glassfish.jersey.internal.Errors.process(Errors.java:244)
  602. at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:265)
  603. at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:234)
  604. at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:684)
  605. at org.glassfish.jersey.grizzly2.httpserver.GrizzlyHttpContainer.service(GrizzlyHttpContainer.java:356)
  606. at org.glassfish.grizzly.http.server.HttpHandler$1.run(HttpHandler.java:200)
  607. at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
  608. at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  609. at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  610. at java.base/java.lang.Thread.run(Unknown Source)
  611.  
  612.  
  613. 2023-02-12T19:29:32.438Z INFO [FailureHandlingService] Shutting down the service. Processed 0 remaining failure batches.
  614. 2023-02-12T19:29:32.438Z INFO [FailureSubmissionQueue] [FailureHandlerService#shutDown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  615. 2023-02-12T19:29:32.439Z INFO [ServiceManagerListener] Services are now stopped.
  616. 2023-02-12T19:29:33.684Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[scripting_api_preview=off, search_filter=on]}
  617. 2023-02-12T19:29:34.069Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.0.3 [org.graylog.aws.AWSPlugin]
  618. 2023-02-12T19:29:34.070Z INFO [CmdLineTool] Loaded plugin: Integrations 5.0.3 [org.graylog.integrations.IntegrationsPlugin]
  619. 2023-02-12T19:29:34.071Z INFO [CmdLineTool] Loaded plugin: Collector 5.0.3 [org.graylog.plugins.collector.CollectorPlugin]
  620. 2023-02-12T19:29:34.071Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.0.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
  621. 2023-02-12T19:29:34.071Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.0.3+a82acb2 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
  622. 2023-02-12T19:29:34.072Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.0.3+a82acb2 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
  623. 2023-02-12T19:29:34.084Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
  624. 2023-02-12T19:29:34.188Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  625. 2023-02-12T19:29:34.190Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  626. 2023-02-12T19:29:34.199Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  627. 2023-02-12T19:29:34.202Z INFO [connection] Opened connection [connectionId{localValue:2, serverValue:29}] to localhost:27017
  628. 2023-02-12T19:29:34.202Z INFO [connection] Opened connection [connectionId{localValue:1, serverValue:28}] to localhost:27017
  629. 2023-02-12T19:29:34.202Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=13614027}
  630. 2023-02-12T19:29:34.219Z INFO [connection] Opened connection [connectionId{localValue:3, serverValue:30}] to localhost:27017
  631. 2023-02-12T19:29:34.242Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 5.0.14
  632. 2023-02-12T19:29:34.608Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <Elasticsearch:7.10.2>
  633. 2023-02-12T19:29:34.685Z INFO [Version] HV000001: Hibernate Validator null
  634. 2023-02-12T19:29:36.457Z INFO [InputBufferImpl] Message journal is enabled.
  635. 2023-02-12T19:29:36.470Z INFO [NodeId] Node ID: a30f2b45-6107-45e9-9bba-76d3112d6e71
  636. 2023-02-12T19:29:36.592Z INFO [LogManager] Loading logs.
  637. 2023-02-12T19:29:36.623Z INFO [LogManager] Logs loading complete.
  638. 2023-02-12T19:29:36.625Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
  639. 2023-02-12T19:29:36.629Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  640. 2023-02-12T19:29:36.630Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  641. 2023-02-12T19:29:36.630Z INFO [connection] Opened connection [connectionId{localValue:5, serverValue:32}] to localhost:27017
  642. 2023-02-12T19:29:36.630Z INFO [connection] Opened connection [connectionId{localValue:4, serverValue:31}] to localhost:27017
  643. 2023-02-12T19:29:36.631Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1488750}
  644. 2023-02-12T19:29:36.631Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  645. 2023-02-12T19:29:36.633Z INFO [connection] Opened connection [connectionId{localValue:6, serverValue:33}] to localhost:27017
  646. 2023-02-12T19:29:36.735Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
  647. 2023-02-12T19:29:36.922Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running Elasticsearch:7.10.2
  648. 2023-02-12T19:29:37.245Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  649. 2023-02-12T19:29:37.361Z INFO [connection] Opened connection [connectionId{localValue:7, serverValue:34}] to localhost:27017
  650. 2023-02-12T19:29:37.371Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  651. 2023-02-12T19:29:37.737Z INFO [ServerBootstrap] Graylog server 5.0.3+a82acb2 starting up
  652. 2023-02-12T19:29:37.737Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.6 on Linux 6.1.4-060104-generic
  653. 2023-02-12T19:29:37.737Z INFO [ServerBootstrap] Deployment: deb
  654. 2023-02-12T19:29:37.737Z INFO [ServerBootstrap] OS: Ubuntu 22.04.1 LTS (jammy)
  655. 2023-02-12T19:29:37.737Z INFO [ServerBootstrap] Arch: amd64
  656. 2023-02-12T19:29:37.812Z INFO [ServerBootstrap] Running 49 migrations...
  657. 2023-02-12T19:29:38.160Z INFO [PeriodicalsService] Starting 26 periodicals ...
  658. 2023-02-12T19:29:38.161Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
  659. 2023-02-12T19:29:38.166Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
  660. 2023-02-12T19:29:38.172Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
  661. 2023-02-12T19:29:38.176Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
  662. 2023-02-12T19:29:38.178Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
  663. 2023-02-12T19:29:38.178Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
  664. 2023-02-12T19:29:38.179Z INFO [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
  665. 2023-02-12T19:29:38.179Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3d5b8d33] STARTING
  666. 2023-02-12T19:29:38.182Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
  667. 2023-02-12T19:29:38.187Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
  668. 2023-02-12T19:29:38.191Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
  669. 2023-02-12T19:29:38.198Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
  670. 2023-02-12T19:29:38.198Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3d5b8d33] RUNNING
  671. 2023-02-12T19:29:38.201Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@293bd6cf] STARTING
  672. 2023-02-12T19:29:38.202Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@293bd6cf] RUNNING
  673. 2023-02-12T19:29:38.205Z INFO [LookupDataAdapterRefreshService] Adding job for <geoip-lookup/63e5a4fd018beb7bd6cb960d/@3d5b8d33> [interval=60000ms]
  674. 2023-02-12T19:29:38.205Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
  675. 2023-02-12T19:29:38.208Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
  676. 2023-02-12T19:29:38.214Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
  677. 2023-02-12T19:29:38.214Z INFO [LookupTableService] Starting lookup table geoip-lookup-table/63e5a57a018beb7bd6cb9715 [@1c085dc0] using cache geoip-cache/63e02b9fef6a3c160dddff95 [@293bd6cf], data adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3d5b8d33]
  678. 2023-02-12T19:29:38.215Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
  679. 2023-02-12T19:29:38.216Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
  680. 2023-02-12T19:29:38.217Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
  681. 2023-02-12T19:29:38.218Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
  682. 2023-02-12T19:29:38.219Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
  683. 2023-02-12T19:29:38.219Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
  684. 2023-02-12T19:29:38.219Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
  685. 2023-02-12T19:29:38.219Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
  686. 2023-02-12T19:29:38.220Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
  687. 2023-02-12T19:29:38.220Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
  688. 2023-02-12T19:29:38.220Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
  689. 2023-02-12T19:29:38.223Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
  690. 2023-02-12T19:29:38.223Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
  691. 2023-02-12T19:29:38.224Z INFO [connection] Opened connection [connectionId{localValue:9, serverValue:36}] to localhost:27017
  692. 2023-02-12T19:29:38.227Z INFO [connection] Opened connection [connectionId{localValue:8, serverValue:35}] to localhost:27017
  693. 2023-02-12T19:29:39.348Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
  694. 2023-02-12T19:29:39.348Z INFO [ServiceManagerListener] Services are healthy
  695. 2023-02-12T19:29:39.348Z INFO [ServerBootstrap] Services started, startup times in ms: {BufferSynchronizerService [RUNNING]=0, LocalKafkaMessageQueueWriter [RUNNING]=0, UserSessionTerminationService [RUNNING]=0, OutputSetupService [RUNNING]=0, GracefulShutdownService [RUNNING]=0, FailureHandlingService [RUNNING]=0, InputSetupService [RUNNING]=0, UrlWhitelistService [RUNNING]=2, LocalKafkaMessageQueueReader [RUNNING]=2, EtagService [RUNNING]=4, LocalKafkaJournal [RUNNING]=4, MongoDBProcessingStatusRecorderService [RUNNING]=6, PrometheusExporter [RUNNING]=9, JobSchedulerService [RUNNING]=9, ConfigurationEtagService [RUNNING]=12, StreamCacheService [RUNNING]=14, GeoIpDbFileChangeMonitorService [RUNNING]=25, LookupTableService [RUNNING]=50, PeriodicalsService [RUNNING]=63, JerseyService [RUNNING]=1187}
  696. 2023-02-12T19:29:39.348Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
  697. 2023-02-12T19:29:39.351Z INFO [ServerBootstrap] Graylog server up and running.
  698. 2023-02-12T19:29:39.406Z INFO [InputLauncher] Launching input [Syslog TCP/Suricata Eve Beat/63e44cdd6b174c385b2c62f0] - desired state is RUNNING
  699. 2023-02-12T19:29:39.411Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  700. 2023-02-12T19:29:39.442Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  701. 2023-02-12T19:29:39.446Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0x031b81a0, L:/127.0.0.1:12201]) should be >= 1048576 but is 425984.
  702. 2023-02-12T19:31:47.665Z INFO [connection] Opened connection [connectionId{localValue:10, serverValue:37}] to localhost:27017
  703. 2023-02-12T19:31:47.666Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  704. 2023-02-12T19:31:47.671Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  705. 2023-02-12T19:31:47.672Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  706. 2023-02-12T19:31:47.673Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  707. 2023-02-12T19:31:47.699Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xb38bf696, L:/127.0.0.1:12201]) should be >= 2097152 but is 425984.
  708. 2023-02-12T19:31:47.700Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  709. 2023-02-12T20:17:03.406Z INFO [SystemJobManager] Submitted SystemJob <36b6bce0-ab12-11ed-8c57-3417ebeaaae1> [org.graylog2.indexer.ranges.RebuildIndexRangesJob]
  710. 2023-02-12T20:17:03.407Z INFO [RebuildIndexRangesJob] Recalculating index ranges.
  711. 2023-02-12T20:17:03.409Z INFO [RebuildIndexRangesJob] Recalculating index ranges for index set Default index set (graylog_*): 3 indices affected.
  712. 2023-02-12T20:17:03.481Z INFO [MongoIndexRangeService] Calculated range of [graylog_1] in [70ms].
  713. 2023-02-12T20:17:03.487Z INFO [RebuildIndexRangesJob] Created ranges for index graylog_1: MongoIndexRange{id=null, indexName=graylog_1, begin=2023-02-09T01:30:02.000Z, end=2023-02-10T02:40:15.003Z, calculatedAt=2023-02-12T20:17:03.410Z, calculationDuration=70, streamIds=[000000000000000000000001, 63e03832ef6a3c160de1870e]}
  714. 2023-02-12T20:17:03.495Z INFO [MongoIndexRangeService] Calculated range of [graylog_0] in [6ms].
  715. 2023-02-12T20:17:03.496Z INFO [RebuildIndexRangesJob] Created ranges for index graylog_0: MongoIndexRange{id=null, indexName=graylog_0, begin=2023-02-05T00:00:48.091Z, end=2023-02-06T00:29:32.216Z, calculatedAt=2023-02-12T20:17:03.489Z, calculationDuration=6, streamIds=[000000000000000000000001, 63e03832ef6a3c160de1870e]}
  716. 2023-02-12T20:17:03.500Z INFO [RebuildIndexRangesJob] Done calculating index ranges for 3 indices. Took 89ms.
  717. 2023-02-12T20:17:03.503Z INFO [SystemJobManager] SystemJob <36b6bce0-ab12-11ed-8c57-3417ebeaaae1> [org.graylog2.indexer.ranges.RebuildIndexRangesJob] finished in 94ms.
  718. 2023-02-12T20:20:54.329Z INFO [IndexFieldTypePollerPeriodical] Cluster not connected yet, delaying index field type initialization until it is reachable.
  719. 2023-02-12T20:21:09.856Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  720. com.mongodb.MongoNodeIsRecoveringException: Command failed with error 11600 (InterruptedAtShutdown): 'interrupted at shutdown' on server localhost:27017. The full response is {"ok": 0.0, "errmsg": "interrupted at shutdown", "code": 11600, "codeName": "InterruptedAtShutdown"}
  721. at com.mongodb.internal.connection.ProtocolHelper.createSpecialException(ProtocolHelper.java:260) ~[graylog.jar:?]
  722. at com.mongodb.internal.connection.ProtocolHelper.getCommandFailureException(ProtocolHelper.java:194) ~[graylog.jar:?]
  723. at com.mongodb.internal.connection.InternalStreamConnection.receiveCommandMessageResponse(InternalStreamConnection.java:413) ~[graylog.jar:?]
  724. at com.mongodb.internal.connection.InternalStreamConnection.receive(InternalStreamConnection.java:369) ~[graylog.jar:?]
  725. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:221) [graylog.jar:?]
  726. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  727. at java.lang.Thread.run(Unknown Source) [?:?]
  728. 2023-02-12T20:21:10.206Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  729. 2023-02-12T20:21:10.215Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  730. 2023-02-12T20:21:10.215Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  731. 2023-02-12T20:21:10.360Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  732. com.mongodb.MongoSocketOpenException: Exception opening socket
  733. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70) ~[graylog.jar:?]
  734. at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:180) ~[graylog.jar:?]
  735. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:193) [graylog.jar:?]
  736. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  737. at java.lang.Thread.run(Unknown Source) [?:?]
  738. Caused by: java.net.ConnectException: Connection refused
  739. at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
  740. at sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
  741. at sun.nio.ch.NioSocketImpl.timedFinishConnect(Unknown Source) ~[?:?]
  742. at sun.nio.ch.NioSocketImpl.connect(Unknown Source) ~[?:?]
  743. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:?]
  744. at java.net.Socket.connect(Unknown Source) ~[?:?]
  745. at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:107) ~[graylog.jar:?]
  746. at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:79) ~[graylog.jar:?]
  747. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65) ~[graylog.jar:?]
  748. ... 4 more
  749. 2023-02-12T20:21:10.681Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  750. 2023-02-12T20:21:10.732Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  751. 2023-02-12T20:21:10.778Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  752. 2023-02-12T20:21:10.862Z INFO [connection] Opened connection [connectionId{localValue:12, serverValue:1}] to localhost:27017
  753. 2023-02-12T20:21:10.862Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1895055}
  754. 2023-02-12T20:21:10.865Z INFO [connection] Opened connection [connectionId{localValue:13, serverValue:2}] to localhost:27017
  755. 2023-02-12T20:21:10.866Z INFO [connection] Opened connection [connectionId{localValue:15, serverValue:3}] to localhost:27017
  756. 2023-02-12T20:21:10.868Z INFO [connection] Opened connection [connectionId{localValue:16, serverValue:4}] to localhost:27017
  757. 2023-02-12T20:21:10.869Z INFO [connection] Opened connection [connectionId{localValue:14, serverValue:5}] to localhost:27017
  758. 2023-02-12T20:21:10.871Z INFO [connection] Opened connection [connectionId{localValue:18, serverValue:6}] to localhost:27017
  759. 2023-02-12T20:21:10.871Z INFO [connection] Opened connection [connectionId{localValue:19, serverValue:7}] to localhost:27017
  760. 2023-02-12T20:21:26.792Z INFO [connection] Opened connection [connectionId{localValue:20, serverValue:8}] to localhost:27017
  761. 2023-02-12T20:26:30.340Z INFO [Server] SIGNAL received. Shutting down.
  762. 2023-02-12T20:26:30.345Z INFO [GracefulShutdown] Graceful shutdown initiated.
  763. 2023-02-12T20:26:30.346Z INFO [GracefulShutdown] Node status: [Override lb:DEAD [LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change.
  764. 2023-02-12T20:26:33.347Z INFO [InputSetupService] Attempting to close input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> [Syslog TCP].
  765. 2023-02-12T20:26:33.349Z INFO [InputSetupService] Input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> closed. Took [1ms]
  766. 2023-02-12T20:26:33.358Z INFO [Buffers] Waiting until [INPUT, PROCESS, OUTPUT] buffers are empty.
  767. 2023-02-12T20:26:33.359Z INFO [Buffers] All buffers are empty. Continuing.
  768. 2023-02-12T20:26:33.359Z INFO [OutputSetupService] Stopping output org.graylog2.outputs.BlockingBatchedESOutput
  769. 2023-02-12T20:26:33.359Z INFO [GracefulShutdownService] Running graceful shutdown for <1> shutdown hooks
  770. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread].
  771. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ClusterHealthCheckThread].
  772. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexerClusterCheckerThread].
  773. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexBlockCheck].
  774. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRetentionThread].
  775. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRotationThread].
  776. 2023-02-12T20:26:33.360Z INFO [GracefulShutdownService] Initiate shutdown for <JobWorkerPool>
  777. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.VersionCheckThread].
  778. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ThrottleStateUpdaterThread].
  779. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventPeriodical].
  780. 2023-02-12T20:26:33.360Z INFO [JobSchedulerService] Shutdown of job heartbeat executor
  781. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventCleanupPeriodical].
  782. 2023-02-12T20:26:33.360Z INFO [GracefulShutdownService] Finished shutdown for <JobWorkerPool>, took 0 ms
  783. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRangesCleanupPeriodical].
  784. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.TrafficCounterCalculator].
  785. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical].
  786. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp].
  787. 2023-02-12T20:26:33.360Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ESVersionCheckPeriodical].
  788. 2023-02-12T20:26:33.361Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread].
  789. 2023-02-12T20:26:33.361Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads].
  790. 2023-02-12T20:26:33.361Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.views.search.db.SearchesCleanUpJob].
  791. 2023-02-12T20:26:33.361Z INFO [Periodicals] Shutting down periodical [org.graylog.events.periodicals.EventNotificationStatusCleanUp].
  792. 2023-02-12T20:26:33.361Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread].
  793. 2023-02-12T20:26:33.361Z INFO [GracefulShutdown] Goodbye.
  794. 2023-02-12T20:26:33.361Z INFO [FailureSubmissionQueue] [FailureHandlerService#triggerShutdown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  795. 2023-02-12T20:26:33.361Z INFO [FailureHandlingService] The service's thread has been interrupted. The queue currently contains 0 failure batches.
  796. 2023-02-12T20:26:33.361Z INFO [JerseyService] Shutting down HTTP listener at <127.0.0.1:9000>
  797. 2023-02-12T20:26:33.362Z INFO [LocalKafkaMessageQueueReader] Stopping.
  798. 2023-02-12T20:26:33.362Z INFO [LogManager] Shutting down.
  799. 2023-02-12T20:26:33.363Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@293bd6cf] STOPPING, was RUNNING
  800. 2023-02-12T20:26:33.363Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3d5b8d33] STOPPING, was RUNNING
  801. 2023-02-12T20:26:33.364Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@3d5b8d33] TERMINATED, was STOPPING
  802. 2023-02-12T20:26:33.364Z INFO [LookupDataAdapterRefreshService] Stopping 1 jobs
  803. 2023-02-12T20:26:33.364Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@293bd6cf] TERMINATED, was STOPPING
  804. 2023-02-12T20:26:33.367Z INFO [LogManager] Shutdown complete.
  805. 2023-02-12T20:26:36.361Z INFO [FailureHandlingService] Shutting down the service. Processed 0 remaining failure batches.
  806. 2023-02-12T20:26:36.362Z INFO [FailureSubmissionQueue] [FailureHandlerService#shutDown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  807. 2023-02-12T20:26:36.362Z INFO [ServiceManagerListener] Services are now stopped.
  808. 2023-02-12T20:26:37.474Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[scripting_api_preview=off, search_filter=on]}
  809. 2023-02-12T20:26:37.875Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.0.3 [org.graylog.aws.AWSPlugin]
  810. 2023-02-12T20:26:37.875Z INFO [CmdLineTool] Loaded plugin: Integrations 5.0.3 [org.graylog.integrations.IntegrationsPlugin]
  811. 2023-02-12T20:26:37.876Z INFO [CmdLineTool] Loaded plugin: Collector 5.0.3 [org.graylog.plugins.collector.CollectorPlugin]
  812. 2023-02-12T20:26:37.877Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.0.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
  813. 2023-02-12T20:26:37.877Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.0.3+a82acb2 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
  814. 2023-02-12T20:26:37.877Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.0.3+a82acb2 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
  815. 2023-02-12T20:26:37.892Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
  816. 2023-02-12T20:26:38.010Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  817. 2023-02-12T20:26:38.011Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  818. 2023-02-12T20:26:38.019Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  819. 2023-02-12T20:26:38.026Z INFO [connection] Opened connection [connectionId{localValue:1, serverValue:9}] to localhost:27017
  820. 2023-02-12T20:26:38.026Z INFO [connection] Opened connection [connectionId{localValue:2, serverValue:10}] to localhost:27017
  821. 2023-02-12T20:26:38.026Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=12656294}
  822. 2023-02-12T20:26:38.042Z INFO [connection] Opened connection [connectionId{localValue:3, serverValue:11}] to localhost:27017
  823. 2023-02-12T20:26:38.066Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 5.0.14
  824. 2023-02-12T20:26:38.439Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <Elasticsearch:7.10.2>
  825. 2023-02-12T20:26:38.517Z INFO [Version] HV000001: Hibernate Validator null
  826. 2023-02-12T20:26:39.976Z INFO [InputBufferImpl] Message journal is enabled.
  827. 2023-02-12T20:26:39.987Z INFO [NodeId] Node ID: a30f2b45-6107-45e9-9bba-76d3112d6e71
  828. 2023-02-12T20:26:40.081Z INFO [LogManager] Loading logs.
  829. 2023-02-12T20:26:40.104Z INFO [LogManager] Logs loading complete.
  830. 2023-02-12T20:26:40.106Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
  831. 2023-02-12T20:26:40.110Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  832. 2023-02-12T20:26:40.111Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  833. 2023-02-12T20:26:40.111Z INFO [connection] Opened connection [connectionId{localValue:5, serverValue:12}] to localhost:27017
  834. 2023-02-12T20:26:40.111Z INFO [connection] Opened connection [connectionId{localValue:4, serverValue:13}] to localhost:27017
  835. 2023-02-12T20:26:40.111Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1171611}
  836. 2023-02-12T20:26:40.111Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  837. 2023-02-12T20:26:40.113Z INFO [connection] Opened connection [connectionId{localValue:6, serverValue:14}] to localhost:27017
  838. 2023-02-12T20:26:40.181Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
  839. 2023-02-12T20:26:40.367Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running Elasticsearch:7.10.2
  840. 2023-02-12T20:26:40.688Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  841. 2023-02-12T20:26:40.827Z INFO [connection] Opened connection [connectionId{localValue:7, serverValue:15}] to localhost:27017
  842. 2023-02-12T20:26:40.835Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  843. 2023-02-12T20:26:41.169Z INFO [ServerBootstrap] Graylog server 5.0.3+a82acb2 starting up
  844. 2023-02-12T20:26:41.170Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.6 on Linux 6.1.4-060104-generic
  845. 2023-02-12T20:26:41.170Z INFO [ServerBootstrap] Deployment: deb
  846. 2023-02-12T20:26:41.170Z INFO [ServerBootstrap] OS: Ubuntu 22.04.1 LTS (jammy)
  847. 2023-02-12T20:26:41.170Z INFO [ServerBootstrap] Arch: amd64
  848. 2023-02-12T20:26:41.240Z INFO [ServerBootstrap] Running 49 migrations...
  849. 2023-02-12T20:26:41.593Z INFO [PeriodicalsService] Starting 26 periodicals ...
  850. 2023-02-12T20:26:41.593Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
  851. 2023-02-12T20:26:41.596Z INFO [connection] Opened connection [connectionId{localValue:8, serverValue:16}] to localhost:27017
  852. 2023-02-12T20:26:41.597Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
  853. 2023-02-12T20:26:41.602Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
  854. 2023-02-12T20:26:41.604Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
  855. 2023-02-12T20:26:41.604Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
  856. 2023-02-12T20:26:41.605Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
  857. 2023-02-12T20:26:41.606Z INFO [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
  858. 2023-02-12T20:26:41.606Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
  859. 2023-02-12T20:26:41.607Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
  860. 2023-02-12T20:26:41.607Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
  861. 2023-02-12T20:26:41.608Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
  862. 2023-02-12T20:26:41.609Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
  863. 2023-02-12T20:26:41.609Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
  864. 2023-02-12T20:26:41.614Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
  865. 2023-02-12T20:26:41.615Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
  866. 2023-02-12T20:26:41.617Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
  867. 2023-02-12T20:26:41.621Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
  868. 2023-02-12T20:26:41.633Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
  869. 2023-02-12T20:26:41.634Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6a48940] STARTING
  870. 2023-02-12T20:26:41.635Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
  871. 2023-02-12T20:26:41.635Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
  872. 2023-02-12T20:26:41.636Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
  873. 2023-02-12T20:26:41.636Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6a48940] RUNNING
  874. 2023-02-12T20:26:41.637Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
  875. 2023-02-12T20:26:41.637Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
  876. 2023-02-12T20:26:41.638Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
  877. 2023-02-12T20:26:41.638Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
  878. 2023-02-12T20:26:41.641Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
  879. 2023-02-12T20:26:41.641Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
  880. 2023-02-12T20:26:41.641Z INFO [LookupDataAdapterRefreshService] Adding job for <geoip-lookup/63e5a4fd018beb7bd6cb960d/@6a48940> [interval=60000ms]
  881. 2023-02-12T20:26:41.647Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@4683922a] STARTING
  882. 2023-02-12T20:26:41.647Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@4683922a] RUNNING
  883. 2023-02-12T20:26:41.652Z INFO [LookupTableService] Starting lookup table geoip-lookup-table/63e5a57a018beb7bd6cb9715 [@76c2b70b] using cache geoip-cache/63e02b9fef6a3c160dddff95 [@4683922a], data adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6a48940]
  884. 2023-02-12T20:26:41.665Z INFO [connection] Opened connection [connectionId{localValue:9, serverValue:17}] to localhost:27017
  885. 2023-02-12T20:26:42.663Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
  886. 2023-02-12T20:26:42.663Z INFO [ServiceManagerListener] Services are healthy
  887. 2023-02-12T20:26:42.664Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
  888. 2023-02-12T20:26:42.664Z INFO [ServerBootstrap] Services started, startup times in ms: {GracefulShutdownService [RUNNING]=0, UserSessionTerminationService [RUNNING]=0, LocalKafkaMessageQueueReader [RUNNING]=0, UrlWhitelistService [RUNNING]=0, InputSetupService [RUNNING]=0, FailureHandlingService [RUNNING]=0, ConfigurationEtagService [RUNNING]=1, LocalKafkaMessageQueueWriter [RUNNING]=1, BufferSynchronizerService [RUNNING]=2, OutputSetupService [RUNNING]=2, LocalKafkaJournal [RUNNING]=2, PrometheusExporter [RUNNING]=3, EtagService [RUNNING]=3, JobSchedulerService [RUNNING]=3, MongoDBProcessingStatusRecorderService [RUNNING]=10, StreamCacheService [RUNNING]=11, GeoIpDbFileChangeMonitorService [RUNNING]=24, PeriodicalsService [RUNNING]=48, LookupTableService [RUNNING]=58, JerseyService [RUNNING]=1070}
  889. 2023-02-12T20:26:42.666Z INFO [ServerBootstrap] Graylog server up and running.
  890. 2023-02-12T20:26:42.708Z INFO [InputLauncher] Launching input [Syslog TCP/Suricata Eve Beat/63e44cdd6b174c385b2c62f0] - desired state is RUNNING
  891. 2023-02-12T20:26:42.712Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  892. 2023-02-12T20:26:42.753Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  893. 2023-02-12T20:26:42.755Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xf9a46795, L:/127.0.0.1:12201]) should be >= 2097152 but is 425984.
  894. 2023-02-12T20:31:41.613Z INFO [connection] Opened connection [connectionId{localValue:10, serverValue:18}] to localhost:27017
  895. 2023-02-12T22:01:41.611Z INFO [connection] Opened connection [connectionId{localValue:11, serverValue:19}] to localhost:27017
  896. 2023-02-12T22:11:10.198Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  897. 2023-02-12T22:11:10.203Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  898. 2023-02-12T22:11:10.204Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  899. 2023-02-12T22:11:10.205Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  900. 2023-02-12T22:11:10.205Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xe22d30e7, L:/127.0.0.1:12201]) should be >= 2097152 but is 425984.
  901. 2023-02-12T22:11:10.206Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  902. 2023-02-12T22:34:22.281Z INFO [Server] SIGNAL received. Shutting down.
  903. 2023-02-12T22:34:22.293Z INFO [GracefulShutdown] Graceful shutdown initiated.
  904. 2023-02-12T22:34:22.294Z INFO [GracefulShutdown] Node status: [Override lb:DEAD [LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change.
  905. 2023-02-12T22:34:22.401Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  906. com.mongodb.MongoNodeIsRecoveringException: Command failed with error 11600 (InterruptedAtShutdown): 'interrupted at shutdown' on server localhost:27017. The full response is {"ok": 0.0, "errmsg": "interrupted at shutdown", "code": 11600, "codeName": "InterruptedAtShutdown"}
  907. at com.mongodb.internal.connection.ProtocolHelper.createSpecialException(ProtocolHelper.java:260) ~[graylog.jar:?]
  908. at com.mongodb.internal.connection.ProtocolHelper.getCommandFailureException(ProtocolHelper.java:194) ~[graylog.jar:?]
  909. at com.mongodb.internal.connection.InternalStreamConnection.receiveCommandMessageResponse(InternalStreamConnection.java:413) ~[graylog.jar:?]
  910. at com.mongodb.internal.connection.InternalStreamConnection.receive(InternalStreamConnection.java:369) ~[graylog.jar:?]
  911. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:221) [graylog.jar:?]
  912. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  913. at java.lang.Thread.run(Unknown Source) [?:?]
  914. 2023-02-12T22:34:22.417Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  915. 2023-02-12T22:34:22.609Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  916. 2023-02-12T22:34:22.615Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  917. 2023-02-12T22:34:22.683Z INFO [IndexFieldTypePollerPeriodical] Cluster not connected yet, delaying index field type initialization until it is reachable.
  918. 2023-02-12T22:34:22.848Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  919. 2023-02-12T22:34:22.907Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  920. com.mongodb.MongoSocketOpenException: Exception opening socket
  921. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70) ~[graylog.jar:?]
  922. at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:180) ~[graylog.jar:?]
  923. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:193) [graylog.jar:?]
  924. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  925. at java.lang.Thread.run(Unknown Source) [?:?]
  926. Caused by: java.net.ConnectException: Connection refused
  927. at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
  928. at sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
  929. at sun.nio.ch.NioSocketImpl.timedFinishConnect(Unknown Source) ~[?:?]
  930. at sun.nio.ch.NioSocketImpl.connect(Unknown Source) ~[?:?]
  931. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:?]
  932. at java.net.Socket.connect(Unknown Source) ~[?:?]
  933. at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:107) ~[graylog.jar:?]
  934. at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:79) ~[graylog.jar:?]
  935. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65) ~[graylog.jar:?]
  936. ... 4 more
  937. 2023-02-12T22:34:23.224Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  938. 2023-02-12T22:34:25.294Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  939. 2023-02-12T22:34:41.069Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  940. 2023-02-12T22:34:41.069Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  941. 2023-02-12T22:34:41.072Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  942. 2023-02-12T22:34:41.091Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  943. 2023-02-12T22:34:41.112Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  944. 2023-02-12T22:34:41.605Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  945. 2023-02-12T22:34:41.607Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  946. 2023-02-12T22:34:41.640Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  947. 2023-02-12T22:34:41.640Z INFO [VersionProbe] Elasticsearch is not available. Retry #1
  948. 2023-02-12T22:34:46.641Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  949. 2023-02-12T22:34:46.641Z INFO [VersionProbe] Elasticsearch is not available. Retry #2
  950. 2023-02-12T22:34:51.643Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  951. 2023-02-12T22:34:51.643Z INFO [VersionProbe] Elasticsearch is not available. Retry #3
  952. 2023-02-12T22:34:52.418Z ERROR [JobSchedulerService] Error running job execution engine
  953. com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  954. at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181) ~[graylog.jar:?]
  955. at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44) ~[graylog.jar:?]
  956. at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144) ~[graylog.jar:?]
  957. at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101) ~[graylog.jar:?]
  958. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291) ~[graylog.jar:?]
  959. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:207) ~[graylog.jar:?]
  960. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:173) ~[graylog.jar:?]
  961. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1691) ~[graylog.jar:?]
  962. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1548) ~[graylog.jar:?]
  963. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1516) ~[graylog.jar:?]
  964. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1460) ~[graylog.jar:?]
  965. at org.mongojack.JacksonDBCollection.findAndModify(JacksonDBCollection.java:908) ~[graylog.jar:?]
  966. at org.graylog.scheduler.DBJobTriggerService.nextRunnableTrigger(DBJobTriggerService.java:366) ~[graylog.jar:?]
  967. at org.graylog.scheduler.JobExecutionEngine.execute(JobExecutionEngine.java:115) ~[graylog.jar:?]
  968. at org.graylog.scheduler.JobSchedulerService.run(JobSchedulerService.java:119) [graylog.jar:?]
  969. at com.google.common.util.concurrent.AbstractExecutionThreadService$1$2.run(AbstractExecutionThreadService.java:67) [graylog.jar:?]
  970. at com.google.common.util.concurrent.Callables$4.run(Callables.java:121) [graylog.jar:?]
  971. at java.lang.Thread.run(Unknown Source) [?:?]
  972. 2023-02-12T22:34:52.419Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  973. 2023-02-12T22:34:52.609Z ERROR [NodePingThread] Uncaught exception in Periodical
  974. com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  975. at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181) ~[graylog.jar:?]
  976. at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44) ~[graylog.jar:?]
  977. at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144) ~[graylog.jar:?]
  978. at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101) ~[graylog.jar:?]
  979. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291) ~[graylog.jar:?]
  980. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:183) ~[graylog.jar:?]
  981. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:168) ~[graylog.jar:?]
  982. at com.mongodb.DBCursor.initializeCursor(DBCursor.java:810) ~[graylog.jar:?]
  983. at com.mongodb.DBCursor.hasNext(DBCursor.java:163) ~[graylog.jar:?]
  984. at com.mongodb.DBCursor.one(DBCursor.java:611) ~[graylog.jar:?]
  985. at com.mongodb.DBCollection.findOne(DBCollection.java:820) ~[graylog.jar:?]
  986. at com.mongodb.DBCollection.findOne(DBCollection.java:780) ~[graylog.jar:?]
  987. at com.mongodb.DBCollection.findOne(DBCollection.java:723) ~[graylog.jar:?]
  988. at org.graylog2.database.PersistedServiceImpl.findOne(PersistedServiceImpl.java:128) ~[graylog.jar:?]
  989. at org.graylog2.cluster.NodeServiceImpl.byNodeId(NodeServiceImpl.java:73) ~[graylog.jar:?]
  990. at org.graylog2.cluster.NodeServiceImpl.byNodeId(NodeServiceImpl.java:84) ~[graylog.jar:?]
  991. at org.graylog2.periodical.NodePingThread.doRun(NodePingThread.java:68) ~[graylog.jar:?]
  992. at org.graylog2.plugin.periodical.Periodical.run(Periodical.java:94) [graylog.jar:?]
  993. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
  994. at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:?]
  995. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:?]
  996. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
  997. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
  998. at java.lang.Thread.run(Unknown Source) [?:?]
  999. 2023-02-12T22:34:52.610Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1000. 2023-02-12T22:34:52.615Z WARN [ClusterEventPeriodical] Error while reading cluster events from MongoDB, retrying.
  1001. com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  1002. at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181) ~[graylog.jar:?]
  1003. at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44) ~[graylog.jar:?]
  1004. at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144) ~[graylog.jar:?]
  1005. at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101) ~[graylog.jar:?]
  1006. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291) ~[graylog.jar:?]
  1007. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:183) ~[graylog.jar:?]
  1008. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:168) ~[graylog.jar:?]
  1009. at com.mongodb.DBCursor.initializeCursor(DBCursor.java:810) ~[graylog.jar:?]
  1010. at com.mongodb.DBCursor.hasNext(DBCursor.java:163) ~[graylog.jar:?]
  1011. at org.mongojack.DBCursor.hasNext(DBCursor.java:255) ~[graylog.jar:?]
  1012. at org.graylog2.events.ClusterEventPeriodical.doRun(ClusterEventPeriodical.java:152) [graylog.jar:?]
  1013. at org.graylog2.plugin.periodical.Periodical.run(Periodical.java:94) [graylog.jar:?]
  1014. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
  1015. at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:?]
  1016. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:?]
  1017. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
  1018. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
  1019. at java.lang.Thread.run(Unknown Source) [?:?]
  1020. 2023-02-12T22:34:52.616Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1021. 2023-02-12T22:34:52.853Z ERROR [MongoDBProcessingStatusRecorderService] Couldn't persist processing status
  1022. java.lang.RuntimeException: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  1023. at org.graylog2.database.MongoDBUpsertRetryer.run(MongoDBUpsertRetryer.java:58) ~[graylog.jar:?]
  1024. at org.graylog2.system.processing.DBProcessingStatusService.save(DBProcessingStatusService.java:134) ~[graylog.jar:?]
  1025. at org.graylog2.system.processing.DBProcessingStatusService.save(DBProcessingStatusService.java:126) ~[graylog.jar:?]
  1026. at org.graylog2.system.processing.MongoDBProcessingStatusRecorderService.doPersist(MongoDBProcessingStatusRecorderService.java:134) ~[graylog.jar:?]
  1027. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
  1028. at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:?]
  1029. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:?]
  1030. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
  1031. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
  1032. at java.lang.Thread.run(Unknown Source) [?:?]
  1033. Caused by: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  1034. at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181) ~[graylog.jar:?]
  1035. at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44) ~[graylog.jar:?]
  1036. at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144) ~[graylog.jar:?]
  1037. at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101) ~[graylog.jar:?]
  1038. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291) ~[graylog.jar:?]
  1039. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:207) ~[graylog.jar:?]
  1040. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:173) ~[graylog.jar:?]
  1041. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1691) ~[graylog.jar:?]
  1042. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1548) ~[graylog.jar:?]
  1043. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1516) ~[graylog.jar:?]
  1044. at com.mongodb.DBCollection.findAndModify(DBCollection.java:1460) ~[graylog.jar:?]
  1045. at org.mongojack.JacksonDBCollection.findAndModify(JacksonDBCollection.java:880) ~[graylog.jar:?]
  1046. at org.graylog2.system.processing.DBProcessingStatusService.lambda$save$1(DBProcessingStatusService.java:134) ~[graylog.jar:?]
  1047. at com.github.rholder.retry.AttemptTimeLimiters$NoAttemptTimeLimit.call(AttemptTimeLimiters.java:78) ~[graylog.jar:?]
  1048. at com.github.rholder.retry.Retryer.call(Retryer.java:160) ~[graylog.jar:?]
  1049. at org.graylog2.database.MongoDBUpsertRetryer.run(MongoDBUpsertRetryer.java:56) ~[graylog.jar:?]
  1050. ... 9 more
  1051. 2023-02-12T22:34:53.224Z ERROR [InMemoryRolePermissionResolver] Could not find roles collection, no user roles updated.
  1052. com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting to connect. Client view of cluster state is {type=UNKNOWN, servers=[{address=localhost:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused}}]
  1053. at com.mongodb.internal.connection.BaseCluster.getDescription(BaseCluster.java:181) ~[graylog.jar:?]
  1054. at com.mongodb.internal.connection.SingleServerCluster.getDescription(SingleServerCluster.java:44) ~[graylog.jar:?]
  1055. at com.mongodb.client.internal.MongoClientDelegate.getConnectedClusterDescription(MongoClientDelegate.java:144) ~[graylog.jar:?]
  1056. at com.mongodb.client.internal.MongoClientDelegate.createClientSession(MongoClientDelegate.java:101) ~[graylog.jar:?]
  1057. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.getClientSession(MongoClientDelegate.java:291) ~[graylog.jar:?]
  1058. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:183) ~[graylog.jar:?]
  1059. at com.mongodb.client.internal.MongoClientDelegate$DelegateOperationExecutor.execute(MongoClientDelegate.java:168) ~[graylog.jar:?]
  1060. at com.mongodb.DBCursor.initializeCursor(DBCursor.java:810) ~[graylog.jar:?]
  1061. at com.mongodb.DBCursor.hasNext(DBCursor.java:163) ~[graylog.jar:?]
  1062. at org.mongojack.DBCursor.hasNext(DBCursor.java:255) ~[graylog.jar:?]
  1063. at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:273) ~[graylog.jar:?]
  1064. at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:262) ~[graylog.jar:?]
  1065. at org.graylog2.users.RoleServiceImpl.loadAll(RoleServiceImpl.java:159) ~[graylog.jar:?]
  1066. at org.graylog2.users.RoleServiceImpl.loadAllIdMap(RoleServiceImpl.java:180) ~[graylog.jar:?]
  1067. at org.graylog2.security.InMemoryRolePermissionResolver$RoleUpdater.run(InMemoryRolePermissionResolver.java:98) [graylog.jar:?]
  1068. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:?]
  1069. at java.util.concurrent.FutureTask.runAndReset(Unknown Source) [?:?]
  1070. at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) [?:?]
  1071. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
  1072. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:?]
  1073. at java.lang.Thread.run(Unknown Source) [?:?]
  1074. 2023-02-12T22:34:53.225Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1075. 2023-02-12T22:34:53.855Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1076. 2023-02-12T22:37:49.640Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[scripting_api_preview=off, search_filter=on]}
  1077. 2023-02-12T22:37:52.379Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.0.3 [org.graylog.aws.AWSPlugin]
  1078. 2023-02-12T22:37:52.380Z INFO [CmdLineTool] Loaded plugin: Integrations 5.0.3 [org.graylog.integrations.IntegrationsPlugin]
  1079. 2023-02-12T22:37:52.381Z INFO [CmdLineTool] Loaded plugin: Collector 5.0.3 [org.graylog.plugins.collector.CollectorPlugin]
  1080. 2023-02-12T22:37:52.381Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.0.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
  1081. 2023-02-12T22:37:52.381Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.0.3+a82acb2 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
  1082. 2023-02-12T22:37:52.382Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.0.3+a82acb2 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
  1083. 2023-02-12T22:37:52.571Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
  1084. 2023-02-12T22:37:53.168Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1085. 2023-02-12T22:37:53.171Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1086. 2023-02-12T22:37:53.191Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1087. 2023-02-12T22:37:53.441Z INFO [connection] Opened connection [connectionId{localValue:2, serverValue:1}] to localhost:27017
  1088. 2023-02-12T22:37:53.441Z INFO [connection] Opened connection [connectionId{localValue:1, serverValue:2}] to localhost:27017
  1089. 2023-02-12T22:37:53.442Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=29342001}
  1090. 2023-02-12T22:37:53.511Z INFO [connection] Opened connection [connectionId{localValue:3, serverValue:3}] to localhost:27017
  1091. 2023-02-12T22:37:53.671Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 5.0.14
  1092. 2023-02-12T22:37:56.110Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  1093. 2023-02-12T22:37:56.111Z INFO [VersionProbe] Elasticsearch is not available. Retry #1
  1094. 2023-02-12T22:38:01.112Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  1095. 2023-02-12T22:38:01.112Z INFO [VersionProbe] Elasticsearch is not available. Retry #2
  1096. 2023-02-12T22:38:06.113Z ERROR [VersionProbe] Unable to retrieve version from Elasticsearch node: Failed to connect to /127.0.0.1:9200. - Connection refused.
  1097. 2023-02-12T22:38:06.113Z INFO [VersionProbe] Elasticsearch is not available. Retry #3
  1098. 2023-02-12T22:38:11.621Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <Elasticsearch:7.10.2>
  1099. 2023-02-12T22:38:13.321Z INFO [Version] HV000001: Hibernate Validator null
  1100. 2023-02-12T22:38:19.631Z INFO [InputBufferImpl] Message journal is enabled.
  1101. 2023-02-12T22:38:19.652Z INFO [NodeId] Node ID: a30f2b45-6107-45e9-9bba-76d3112d6e71
  1102. 2023-02-12T22:38:20.047Z INFO [LogManager] Loading logs.
  1103. 2023-02-12T22:38:20.075Z WARN [Log] Found a corrupted index file, /var/lib/graylog-server/journal/messagejournal-0/00000000000002575679.index, deleting and rebuilding index...
  1104. 2023-02-12T22:38:20.114Z INFO [LogManager] Logs loading complete.
  1105. 2023-02-12T22:38:20.115Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
  1106. 2023-02-12T22:38:20.119Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1107. 2023-02-12T22:38:20.120Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1108. 2023-02-12T22:38:20.120Z INFO [connection] Opened connection [connectionId{localValue:4, serverValue:5}] to localhost:27017
  1109. 2023-02-12T22:38:20.120Z INFO [connection] Opened connection [connectionId{localValue:5, serverValue:4}] to localhost:27017
  1110. 2023-02-12T22:38:20.120Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1078258}
  1111. 2023-02-12T22:38:20.120Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1112. 2023-02-12T22:38:20.122Z INFO [connection] Opened connection [connectionId{localValue:6, serverValue:6}] to localhost:27017
  1113. 2023-02-12T22:38:20.260Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
  1114. 2023-02-12T22:38:20.550Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running Elasticsearch:7.10.2
  1115. 2023-02-12T22:38:21.223Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1116. 2023-02-12T22:38:21.372Z INFO [connection] Opened connection [connectionId{localValue:7, serverValue:7}] to localhost:27017
  1117. 2023-02-12T22:38:21.890Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1118. 2023-02-12T22:38:22.459Z INFO [ServerBootstrap] Graylog server 5.0.3+a82acb2 starting up
  1119. 2023-02-12T22:38:22.460Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.6 on Linux 6.1.4-060104-generic
  1120. 2023-02-12T22:38:22.460Z INFO [ServerBootstrap] Deployment: deb
  1121. 2023-02-12T22:38:22.460Z INFO [ServerBootstrap] OS: Ubuntu 22.04.1 LTS (jammy)
  1122. 2023-02-12T22:38:22.460Z INFO [ServerBootstrap] Arch: amd64
  1123. 2023-02-12T22:38:22.530Z INFO [ServerBootstrap] Running 49 migrations...
  1124. 2023-02-12T22:38:23.490Z INFO [PeriodicalsService] Starting 26 periodicals ...
  1125. 2023-02-12T22:38:23.491Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
  1126. 2023-02-12T22:38:23.493Z INFO [connection] Opened connection [connectionId{localValue:8, serverValue:8}] to localhost:27017
  1127. 2023-02-12T22:38:23.505Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
  1128. 2023-02-12T22:38:23.507Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
  1129. 2023-02-12T22:38:23.507Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
  1130. 2023-02-12T22:38:23.507Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
  1131. 2023-02-12T22:38:23.508Z INFO [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
  1132. 2023-02-12T22:38:23.508Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
  1133. 2023-02-12T22:38:23.508Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
  1134. 2023-02-12T22:38:23.508Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
  1135. 2023-02-12T22:38:23.509Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
  1136. 2023-02-12T22:38:23.509Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
  1137. 2023-02-12T22:38:23.509Z INFO [connection] Opened connection [connectionId{localValue:9, serverValue:9}] to localhost:27017
  1138. 2023-02-12T22:38:23.509Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
  1139. 2023-02-12T22:38:23.510Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
  1140. 2023-02-12T22:38:23.510Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
  1141. 2023-02-12T22:38:23.510Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
  1142. 2023-02-12T22:38:23.510Z INFO [connection] Opened connection [connectionId{localValue:10, serverValue:10}] to localhost:27017
  1143. 2023-02-12T22:38:23.511Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
  1144. 2023-02-12T22:38:23.511Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
  1145. 2023-02-12T22:38:23.511Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
  1146. 2023-02-12T22:38:23.512Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
  1147. 2023-02-12T22:38:23.512Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
  1148. 2023-02-12T22:38:23.512Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
  1149. 2023-02-12T22:38:23.513Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
  1150. 2023-02-12T22:38:23.513Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
  1151. 2023-02-12T22:38:23.516Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
  1152. 2023-02-12T22:38:23.516Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
  1153. 2023-02-12T22:38:23.517Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
  1154. 2023-02-12T22:38:23.518Z INFO [connection] Opened connection [connectionId{localValue:11, serverValue:11}] to localhost:27017
  1155. 2023-02-12T22:38:23.528Z INFO [connection] Opened connection [connectionId{localValue:13, serverValue:13}] to localhost:27017
  1156. 2023-02-12T22:38:23.530Z INFO [connection] Opened connection [connectionId{localValue:12, serverValue:12}] to localhost:27017
  1157. 2023-02-12T22:38:23.531Z INFO [connection] Opened connection [connectionId{localValue:17, serverValue:15}] to localhost:27017
  1158. 2023-02-12T22:38:23.531Z INFO [connection] Opened connection [connectionId{localValue:16, serverValue:14}] to localhost:27017
  1159. 2023-02-12T22:38:23.608Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
  1160. 2023-02-12T22:38:23.699Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@5d1590f5] STARTING
  1161. 2023-02-12T22:38:23.705Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@5d1590f5] RUNNING
  1162. 2023-02-12T22:38:23.705Z INFO [LookupDataAdapterRefreshService] Adding job for <geoip-lookup/63e5a4fd018beb7bd6cb960d/@5d1590f5> [interval=60000ms]
  1163. 2023-02-12T22:38:23.770Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@24d14506] STARTING
  1164. 2023-02-12T22:38:23.771Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@24d14506] RUNNING
  1165. 2023-02-12T22:38:23.803Z INFO [LookupTableService] Starting lookup table geoip-lookup-table/63e5a57a018beb7bd6cb9715 [@7a5df958] using cache geoip-cache/63e02b9fef6a3c160dddff95 [@24d14506], data adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@5d1590f5]
  1166. 2023-02-12T22:38:25.459Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
  1167. 2023-02-12T22:38:25.459Z INFO [ServiceManagerListener] Services are healthy
  1168. 2023-02-12T22:38:25.460Z INFO [ServerBootstrap] Services started, startup times in ms: {UrlWhitelistService [RUNNING]=0, LocalKafkaMessageQueueReader [RUNNING]=0, PrometheusExporter [RUNNING]=0, InputSetupService [RUNNING]=0, GracefulShutdownService [RUNNING]=0, FailureHandlingService [RUNNING]=0, OutputSetupService [RUNNING]=0, JobSchedulerService [RUNNING]=0, BufferSynchronizerService [RUNNING]=0, LocalKafkaMessageQueueWriter [RUNNING]=0, UserSessionTerminationService [RUNNING]=0, ConfigurationEtagService [RUNNING]=0, LocalKafkaJournal [RUNNING]=1, EtagService [RUNNING]=1, StreamCacheService [RUNNING]=9, PeriodicalsService [RUNNING]=27, MongoDBProcessingStatusRecorderService [RUNNING]=157, LookupTableService [RUNNING]=312, GeoIpDbFileChangeMonitorService [RUNNING]=354, JerseyService [RUNNING]=1968}
  1169. 2023-02-12T22:38:25.460Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
  1170. 2023-02-12T22:38:25.625Z INFO [ServerBootstrap] Graylog server up and running.
  1171. 2023-02-12T22:38:25.801Z INFO [InputLauncher] Launching input [Syslog TCP/Suricata Eve Beat/63e44cdd6b174c385b2c62f0] - desired state is RUNNING
  1172. 2023-02-12T22:38:25.807Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1173. 2023-02-12T22:38:25.894Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1174. 2023-02-12T22:38:25.900Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xd5c8924b, L:/127.0.0.1:12201]) should be >= 2097152 but is 425984.
  1175. 2023-02-12T22:53:17.584Z INFO [Server] SIGNAL received. Shutting down.
  1176. 2023-02-12T22:53:17.587Z INFO [GracefulShutdown] Graceful shutdown initiated.
  1177. 2023-02-12T22:53:17.587Z INFO [GracefulShutdown] Node status: [Override lb:DEAD [LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change.
  1178. 2023-02-12T22:53:17.602Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  1179. com.mongodb.MongoNodeIsRecoveringException: Command failed with error 11600 (InterruptedAtShutdown): 'interrupted at shutdown' on server localhost:27017. The full response is {"ok": 0.0, "errmsg": "interrupted at shutdown", "code": 11600, "codeName": "InterruptedAtShutdown"}
  1180. at com.mongodb.internal.connection.ProtocolHelper.createSpecialException(ProtocolHelper.java:260) ~[graylog.jar:?]
  1181. at com.mongodb.internal.connection.ProtocolHelper.getCommandFailureException(ProtocolHelper.java:194) ~[graylog.jar:?]
  1182. at com.mongodb.internal.connection.InternalStreamConnection.receiveCommandMessageResponse(InternalStreamConnection.java:413) ~[graylog.jar:?]
  1183. at com.mongodb.internal.connection.InternalStreamConnection.receive(InternalStreamConnection.java:369) ~[graylog.jar:?]
  1184. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:221) [graylog.jar:?]
  1185. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  1186. at java.lang.Thread.run(Unknown Source) [?:?]
  1187. 2023-02-12T22:53:18.295Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1188. 2023-02-12T22:53:18.296Z INFO [cluster] Exception in monitor thread while connecting to server localhost:27017
  1189. com.mongodb.MongoSocketOpenException: Exception opening socket
  1190. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:70) ~[graylog.jar:?]
  1191. at com.mongodb.internal.connection.InternalStreamConnection.open(InternalStreamConnection.java:180) ~[graylog.jar:?]
  1192. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.lookupServerDescription(DefaultServerMonitor.java:193) [graylog.jar:?]
  1193. at com.mongodb.internal.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:157) [graylog.jar:?]
  1194. at java.lang.Thread.run(Unknown Source) [?:?]
  1195. Caused by: java.net.ConnectException: Connection refused
  1196. at sun.nio.ch.Net.pollConnect(Native Method) ~[?:?]
  1197. at sun.nio.ch.Net.pollConnectNow(Unknown Source) ~[?:?]
  1198. at sun.nio.ch.NioSocketImpl.timedFinishConnect(Unknown Source) ~[?:?]
  1199. at sun.nio.ch.NioSocketImpl.connect(Unknown Source) ~[?:?]
  1200. at java.net.SocksSocketImpl.connect(Unknown Source) ~[?:?]
  1201. at java.net.Socket.connect(Unknown Source) ~[?:?]
  1202. at com.mongodb.internal.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:107) ~[graylog.jar:?]
  1203. at com.mongodb.internal.connection.SocketStream.initializeSocket(SocketStream.java:79) ~[graylog.jar:?]
  1204. at com.mongodb.internal.connection.SocketStream.open(SocketStream.java:65) ~[graylog.jar:?]
  1205. ... 4 more
  1206. 2023-02-12T22:53:18.371Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1207. 2023-02-12T22:53:18.427Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1208. 2023-02-12T22:53:18.509Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1209. 2023-02-12T22:53:18.510Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1210. 2023-02-12T22:53:18.654Z INFO [IndexFieldTypePollerPeriodical] Cluster not connected yet, delaying index field type initialization until it is reachable.
  1211. 2023-02-12T22:53:18.797Z INFO [connection] Opened connection [connectionId{localValue:19, serverValue:1}] to localhost:27017
  1212. 2023-02-12T22:53:18.797Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=658936}
  1213. 2023-02-12T22:53:18.798Z INFO [connection] Opened connection [connectionId{localValue:22, serverValue:2}] to localhost:27017
  1214. 2023-02-12T22:53:18.798Z INFO [connection] Opened connection [connectionId{localValue:20, serverValue:3}] to localhost:27017
  1215. 2023-02-12T22:53:18.799Z INFO [connection] Opened connection [connectionId{localValue:21, serverValue:4}] to localhost:27017
  1216. 2023-02-12T22:53:18.800Z INFO [connection] Opened connection [connectionId{localValue:23, serverValue:5}] to localhost:27017
  1217. 2023-02-12T22:53:18.800Z INFO [connection] Opened connection [connectionId{localValue:24, serverValue:6}] to localhost:27017
  1218. 2023-02-12T22:53:20.592Z INFO [InputSetupService] Attempting to close input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> [Syslog TCP].
  1219. 2023-02-12T22:53:20.596Z INFO [InputSetupService] Input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> closed. Took [3ms]
  1220. 2023-02-12T22:53:20.598Z WARN [BufferSynchronizerService] Elasticsearch is unavailable. Not waiting to clear process and output buffers and caches, as we have no healthy cluster.
  1221. 2023-02-12T22:53:20.598Z INFO [Buffers] Waiting until [INPUT] buffers are empty.
  1222. 2023-02-12T22:53:20.599Z INFO [Buffers] All buffers are empty. Continuing.
  1223. 2023-02-12T22:53:20.600Z INFO [OutputSetupService] Stopping output org.graylog2.outputs.BlockingBatchedESOutput
  1224. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread].
  1225. 2023-02-12T22:53:20.601Z INFO [GracefulShutdownService] Running graceful shutdown for <1> shutdown hooks
  1226. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ClusterHealthCheckThread].
  1227. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexerClusterCheckerThread].
  1228. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexBlockCheck].
  1229. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRetentionThread].
  1230. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRotationThread].
  1231. 2023-02-12T22:53:20.601Z INFO [GracefulShutdownService] Initiate shutdown for <JobWorkerPool>
  1232. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.VersionCheckThread].
  1233. 2023-02-12T22:53:20.601Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ThrottleStateUpdaterThread].
  1234. 2023-02-12T22:53:20.602Z INFO [JobSchedulerService] Shutdown of job heartbeat executor
  1235. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventPeriodical].
  1236. 2023-02-12T22:53:20.602Z INFO [GracefulShutdownService] Finished shutdown for <JobWorkerPool>, took 0 ms
  1237. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventCleanupPeriodical].
  1238. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRangesCleanupPeriodical].
  1239. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.TrafficCounterCalculator].
  1240. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical].
  1241. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp].
  1242. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ESVersionCheckPeriodical].
  1243. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread].
  1244. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads].
  1245. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.views.search.db.SearchesCleanUpJob].
  1246. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.events.periodicals.EventNotificationStatusCleanUp].
  1247. 2023-02-12T22:53:20.602Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread].
  1248. 2023-02-12T22:53:20.603Z INFO [GracefulShutdown] Goodbye.
  1249. 2023-02-12T22:53:20.603Z INFO [FailureSubmissionQueue] [FailureHandlerService#triggerShutdown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  1250. 2023-02-12T22:53:20.603Z INFO [JerseyService] Shutting down HTTP listener at <127.0.0.1:9000>
  1251. 2023-02-12T22:53:20.603Z INFO [FailureHandlingService] The service's thread has been interrupted. The queue currently contains 0 failure batches.
  1252. 2023-02-12T22:53:20.614Z INFO [LocalKafkaMessageQueueReader] Stopping.
  1253. 2023-02-12T22:53:20.614Z INFO [LogManager] Shutting down.
  1254. 2023-02-12T22:53:20.616Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@24d14506] STOPPING, was RUNNING
  1255. 2023-02-12T22:53:20.617Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@24d14506] TERMINATED, was STOPPING
  1256. 2023-02-12T22:53:20.617Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@5d1590f5] STOPPING, was RUNNING
  1257. 2023-02-12T22:53:20.617Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@5d1590f5] TERMINATED, was STOPPING
  1258. 2023-02-12T22:53:20.619Z INFO [LookupDataAdapterRefreshService] Stopping 1 jobs
  1259. 2023-02-12T22:53:20.620Z INFO [LogManager] Shutdown complete.
  1260. 2023-02-12T22:53:23.604Z INFO [FailureHandlingService] Shutting down the service. Processed 0 remaining failure batches.
  1261. 2023-02-12T22:53:23.604Z INFO [FailureSubmissionQueue] [FailureHandlerService#shutDown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  1262. 2023-02-12T22:53:23.604Z INFO [ServiceManagerListener] Services are now stopped.
  1263. 2023-02-12T22:53:24.831Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[scripting_api_preview=off, search_filter=on]}
  1264. 2023-02-12T22:53:25.185Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.0.3 [org.graylog.aws.AWSPlugin]
  1265. 2023-02-12T22:53:25.185Z INFO [CmdLineTool] Loaded plugin: Integrations 5.0.3 [org.graylog.integrations.IntegrationsPlugin]
  1266. 2023-02-12T22:53:25.186Z INFO [CmdLineTool] Loaded plugin: Collector 5.0.3 [org.graylog.plugins.collector.CollectorPlugin]
  1267. 2023-02-12T22:53:25.186Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.0.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
  1268. 2023-02-12T22:53:25.187Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.0.3+a82acb2 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
  1269. 2023-02-12T22:53:25.187Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.0.3+a82acb2 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
  1270. 2023-02-12T22:53:25.199Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
  1271. 2023-02-12T22:53:25.308Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1272. 2023-02-12T22:53:25.309Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1273. 2023-02-12T22:53:25.317Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1274. 2023-02-12T22:53:25.320Z INFO [connection] Opened connection [connectionId{localValue:1, serverValue:8}] to localhost:27017
  1275. 2023-02-12T22:53:25.320Z INFO [connection] Opened connection [connectionId{localValue:2, serverValue:7}] to localhost:27017
  1276. 2023-02-12T22:53:25.321Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=12810871}
  1277. 2023-02-12T22:53:25.339Z INFO [connection] Opened connection [connectionId{localValue:3, serverValue:9}] to localhost:27017
  1278. 2023-02-12T22:53:25.365Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 5.0.14
  1279. 2023-02-12T22:53:25.767Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <Elasticsearch:7.10.2>
  1280. 2023-02-12T22:53:25.863Z INFO [Version] HV000001: Hibernate Validator null
  1281. 2023-02-12T22:53:27.319Z INFO [InputBufferImpl] Message journal is enabled.
  1282. 2023-02-12T22:53:27.328Z INFO [NodeId] Node ID: a30f2b45-6107-45e9-9bba-76d3112d6e71
  1283. 2023-02-12T22:53:27.420Z INFO [LogManager] Loading logs.
  1284. 2023-02-12T22:53:27.442Z INFO [LogManager] Logs loading complete.
  1285. 2023-02-12T22:53:27.443Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
  1286. 2023-02-12T22:53:27.446Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1287. 2023-02-12T22:53:27.447Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1288. 2023-02-12T22:53:27.447Z INFO [connection] Opened connection [connectionId{localValue:5, serverValue:11}] to localhost:27017
  1289. 2023-02-12T22:53:27.447Z INFO [connection] Opened connection [connectionId{localValue:4, serverValue:10}] to localhost:27017
  1290. 2023-02-12T22:53:27.448Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1017869}
  1291. 2023-02-12T22:53:27.448Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1292. 2023-02-12T22:53:27.450Z INFO [connection] Opened connection [connectionId{localValue:6, serverValue:12}] to localhost:27017
  1293. 2023-02-12T22:53:27.527Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
  1294. 2023-02-12T22:53:27.684Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running Elasticsearch:7.10.2
  1295. 2023-02-12T22:53:28.022Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1296. 2023-02-12T22:53:28.142Z INFO [connection] Opened connection [connectionId{localValue:7, serverValue:13}] to localhost:27017
  1297. 2023-02-12T22:53:28.150Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1298. 2023-02-12T22:53:28.526Z INFO [ServerBootstrap] Graylog server 5.0.3+a82acb2 starting up
  1299. 2023-02-12T22:53:28.527Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.6 on Linux 6.1.4-060104-generic
  1300. 2023-02-12T22:53:28.527Z INFO [ServerBootstrap] Deployment: deb
  1301. 2023-02-12T22:53:28.527Z INFO [ServerBootstrap] OS: Ubuntu 22.04.1 LTS (jammy)
  1302. 2023-02-12T22:53:28.527Z INFO [ServerBootstrap] Arch: amd64
  1303. 2023-02-12T22:53:28.581Z INFO [ServerBootstrap] Running 49 migrations...
  1304. 2023-02-12T22:53:28.947Z INFO [PeriodicalsService] Starting 26 periodicals ...
  1305. 2023-02-12T22:53:28.948Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
  1306. 2023-02-12T22:53:28.951Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
  1307. 2023-02-12T22:53:28.954Z INFO [connection] Opened connection [connectionId{localValue:8, serverValue:14}] to localhost:27017
  1308. 2023-02-12T22:53:28.960Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
  1309. 2023-02-12T22:53:28.962Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
  1310. 2023-02-12T22:53:28.963Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
  1311. 2023-02-12T22:53:28.965Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@77dc3cd5] STARTING
  1312. 2023-02-12T22:53:28.967Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
  1313. 2023-02-12T22:53:28.967Z INFO [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
  1314. 2023-02-12T22:53:28.969Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
  1315. 2023-02-12T22:53:28.974Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
  1316. 2023-02-12T22:53:28.975Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
  1317. 2023-02-12T22:53:28.976Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@7f260bf6] STARTING
  1318. 2023-02-12T22:53:28.976Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@7f260bf6] RUNNING
  1319. 2023-02-12T22:53:28.977Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
  1320. 2023-02-12T22:53:28.979Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
  1321. 2023-02-12T22:53:28.980Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@77dc3cd5] RUNNING
  1322. 2023-02-12T22:53:28.980Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
  1323. 2023-02-12T22:53:28.981Z INFO [LookupDataAdapterRefreshService] Adding job for <geoip-lookup/63e5a4fd018beb7bd6cb960d/@77dc3cd5> [interval=60000ms]
  1324. 2023-02-12T22:53:28.981Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
  1325. 2023-02-12T22:53:28.992Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
  1326. 2023-02-12T22:53:28.993Z INFO [LookupTableService] Starting lookup table geoip-lookup-table/63e5a57a018beb7bd6cb9715 [@9e4024a] using cache geoip-cache/63e02b9fef6a3c160dddff95 [@7f260bf6], data adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@77dc3cd5]
  1327. 2023-02-12T22:53:28.995Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
  1328. 2023-02-12T22:53:28.997Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
  1329. 2023-02-12T22:53:29.007Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
  1330. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
  1331. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
  1332. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
  1333. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
  1334. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
  1335. 2023-02-12T22:53:29.008Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
  1336. 2023-02-12T22:53:29.016Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
  1337. 2023-02-12T22:53:29.020Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
  1338. 2023-02-12T22:53:29.021Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
  1339. 2023-02-12T22:53:29.062Z INFO [connection] Opened connection [connectionId{localValue:9, serverValue:15}] to localhost:27017
  1340. 2023-02-12T22:53:30.162Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
  1341. 2023-02-12T22:53:30.162Z INFO [ServiceManagerListener] Services are healthy
  1342. 2023-02-12T22:53:30.162Z INFO [ServerBootstrap] Services started, startup times in ms: {LocalKafkaMessageQueueReader [RUNNING]=0, GracefulShutdownService [RUNNING]=0, InputSetupService [RUNNING]=0, LocalKafkaMessageQueueWriter [RUNNING]=0, FailureHandlingService [RUNNING]=0, UrlWhitelistService [RUNNING]=0, UserSessionTerminationService [RUNNING]=0, ConfigurationEtagService [RUNNING]=2, OutputSetupService [RUNNING]=2, EtagService [RUNNING]=2, JobSchedulerService [RUNNING]=4, PrometheusExporter [RUNNING]=5, BufferSynchronizerService [RUNNING]=9, MongoDBProcessingStatusRecorderService [RUNNING]=13, StreamCacheService [RUNNING]=15, LocalKafkaJournal [RUNNING]=20, GeoIpDbFileChangeMonitorService [RUNNING]=23, LookupTableService [RUNNING]=44, PeriodicalsService [RUNNING]=74, JerseyService [RUNNING]=1215}
  1343. 2023-02-12T22:53:30.162Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
  1344. 2023-02-12T22:53:30.165Z INFO [ServerBootstrap] Graylog server up and running.
  1345. 2023-02-12T22:53:30.211Z INFO [InputLauncher] Launching input [Syslog TCP/Suricata Eve Beat/63e44cdd6b174c385b2c62f0] - desired state is RUNNING
  1346. 2023-02-12T22:53:30.215Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1347. 2023-02-12T22:53:30.247Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1348. 2023-02-12T22:53:30.249Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xaed41b2e, L:/127.0.0.1:12201]) should be >= 2097152 but is 425984.
  1349. 2023-02-12T22:55:18.542Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  1350. 2023-02-12T22:55:18.546Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  1351. 2023-02-12T22:55:18.546Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  1352. 2023-02-12T22:55:36.332Z INFO [connection] Opened connection [connectionId{localValue:12, serverValue:17}] to localhost:27017
  1353. 2023-02-12T22:55:36.332Z INFO [connection] Opened connection [connectionId{localValue:10, serverValue:16}] to localhost:27017
  1354. 2023-02-12T22:55:45.193Z INFO [connection] Opened connection [connectionId{localValue:17, serverValue:18}] to localhost:27017
  1355. 2023-02-12T22:55:45.193Z INFO [connection] Opened connection [connectionId{localValue:18, serverValue:19}] to localhost:27017
  1356. 2023-02-12T22:55:45.195Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1357. 2023-02-12T22:55:45.196Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0x92c115a6, L:/127.0.0.1:12202]) should be >= 2097152 but is 425984.
  1358. 2023-02-12T22:55:45.197Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1359. 2023-02-12T23:15:12.054Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  1360. 2023-02-12T23:15:12.056Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  1361. 2023-02-12T23:15:12.056Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  1362. 2023-02-12T23:15:52.721Z INFO [InputStateListener] Input [Syslog UDP/63e97328ef19fe723705c280] is now STARTING
  1363. 2023-02-12T23:15:52.773Z INFO [InputStateListener] Input [Syslog UDP/63e97328ef19fe723705c280] is now RUNNING
  1364. 2023-02-12T23:16:56.513Z INFO [ExtractorsResource] Added extractor <57e7dcf0-ab2b-11ed-9cdc-3417ebeaaae1> of type [json] to input <63e97328ef19fe723705c280>.
  1365. 2023-02-12T23:16:56.513Z INFO [ExtractorsResource] Added extractor <57e80400-ab2b-11ed-9cdc-3417ebeaaae1> of type [copy_input] to input <63e97328ef19fe723705c280>.
  1366. 2023-02-12T23:18:28.068Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1367. 2023-02-12T23:18:28.071Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0x0e09d19e, L:/127.0.0.1:12202]) should be >= 2097152 but is 425984.
  1368. 2023-02-12T23:18:28.073Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1369. 2023-02-13T00:11:05.697Z INFO [DeflectorResource] Cycling deflector for index set <63dfc5270b7078030c51c140>. Reason: REST request.
  1370. 2023-02-13T00:11:05.700Z INFO [MongoIndexSet] Cycling from <graylog_2> to <graylog_3>.
  1371. 2023-02-13T00:11:05.700Z INFO [MongoIndexSet] Creating target index <graylog_3>.
  1372. 2023-02-13T00:11:05.739Z INFO [Indices] Successfully ensured index template graylog-internal
  1373. 2023-02-13T00:11:05.821Z INFO [MongoIndexSet] Waiting for allocation of index <graylog_3>.
  1374. 2023-02-13T00:11:05.917Z INFO [MongoIndexSet] Index <graylog_3> has been successfully allocated.
  1375. 2023-02-13T00:11:05.917Z INFO [MongoIndexSet] Pointing index alias <graylog_deflector> to new index <graylog_3>.
  1376. 2023-02-13T00:11:05.942Z INFO [SystemJobManager] Submitted SystemJob <e8b78850-ab32-11ed-9cdc-3417ebeaaae1> [org.graylog2.indexer.indices.jobs.SetIndexReadOnlyAndCalculateRangeJob]
  1377. 2023-02-13T00:11:05.942Z INFO [MongoIndexSet] Successfully pointed index alias <graylog_deflector> to index <graylog_3>.
  1378. 2023-02-13T00:11:35.966Z INFO [SetIndexReadOnlyJob] Flushing old index <graylog_2>.
  1379. 2023-02-13T00:11:35.972Z INFO [SetIndexReadOnlyJob] Setting old index <graylog_2> to read-only.
  1380. 2023-02-13T00:11:36.014Z INFO [SystemJobManager] Submitted SystemJob <faa44ee0-ab32-11ed-9cdc-3417ebeaaae1> [org.graylog2.indexer.indices.jobs.OptimizeIndexJob]
  1381. 2023-02-13T00:11:36.018Z INFO [OptimizeIndexJob] Optimizing index <graylog_2>.
  1382. 2023-02-13T00:11:36.020Z INFO [CreateNewSingleIndexRangeJob] Calculating ranges for index graylog_2.
  1383. 2023-02-13T00:11:36.734Z INFO [MongoIndexRangeService] Calculated range of [graylog_2] in [712ms].
  1384. 2023-02-13T00:11:36.735Z INFO [CreateNewSingleIndexRangeJob] Created ranges for index graylog_2.
  1385. 2023-02-13T00:11:36.746Z INFO [SystemJobManager] SystemJob <e8b78850-ab32-11ed-9cdc-3417ebeaaae1> [org.graylog2.indexer.indices.jobs.SetIndexReadOnlyAndCalculateRangeJob] finished in 800ms.
  1386. 2023-02-13T00:13:14.708Z INFO [SystemJobManager] SystemJob <faa44ee0-ab32-11ed-9cdc-3417ebeaaae1> [org.graylog2.indexer.indices.jobs.OptimizeIndexJob] finished in 98693ms.
  1387. 2023-02-13T00:52:43.173Z INFO [InputStateListener] Input [Syslog UDP/63e97328ef19fe723705c280] is now STOPPING
  1388. 2023-02-13T00:52:43.177Z INFO [InputStateListener] Input [Syslog UDP/63e97328ef19fe723705c280] is now STOPPED
  1389. 2023-02-13T00:52:43.179Z INFO [InputStateListener] Input [Syslog UDP/63e97328ef19fe723705c280] is now TERMINATED
  1390. 2023-02-13T00:53:27.174Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  1391. 2023-02-13T00:53:27.179Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  1392. 2023-02-13T00:53:27.181Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  1393. 2023-02-13T00:53:27.183Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1394. 2023-02-13T00:53:27.185Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xc9502cda, L:/127.0.0.1:12202]) should be >= 2097152 but is 425984.
  1395. 2023-02-13T00:53:27.188Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1396. 2023-02-13T01:14:07.614Z INFO [Server] SIGNAL received. Shutting down.
  1397. 2023-02-13T01:14:07.615Z INFO [GracefulShutdown] Graceful shutdown initiated.
  1398. 2023-02-13T01:14:07.616Z INFO [GracefulShutdown] Node status: [Override lb:DEAD [LB:DEAD]]. Waiting <3sec> for possible load balancers to recognize state change.
  1399. 2023-02-13T01:14:10.619Z INFO [InputSetupService] Attempting to close input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> [Syslog TCP].
  1400. 2023-02-13T01:14:10.624Z INFO [InputSetupService] Input <org.graylog2.inputs.syslog.tcp.SyslogTCPInput.63e44cdd6b174c385b2c62f0> closed. Took [4ms]
  1401. 2023-02-13T01:14:10.648Z INFO [Buffers] Waiting until [INPUT, PROCESS, OUTPUT] buffers are empty.
  1402. 2023-02-13T01:14:10.650Z INFO [Buffers] All buffers are empty. Continuing.
  1403. 2023-02-13T01:14:10.652Z INFO [OutputSetupService] Stopping output org.graylog2.outputs.BlockingBatchedESOutput
  1404. 2023-02-13T01:14:10.653Z INFO [GracefulShutdownService] Running graceful shutdown for <1> shutdown hooks
  1405. 2023-02-13T01:14:10.653Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread].
  1406. 2023-02-13T01:14:10.654Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ClusterHealthCheckThread].
  1407. 2023-02-13T01:14:10.654Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexerClusterCheckerThread].
  1408. 2023-02-13T01:14:10.655Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexBlockCheck].
  1409. 2023-02-13T01:14:10.655Z INFO [GracefulShutdownService] Initiate shutdown for <JobWorkerPool>
  1410. 2023-02-13T01:14:10.655Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRetentionThread].
  1411. 2023-02-13T01:14:10.655Z INFO [JobSchedulerService] Shutdown of job heartbeat executor
  1412. 2023-02-13T01:14:10.655Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRotationThread].
  1413. 2023-02-13T01:14:10.655Z INFO [GracefulShutdownService] Finished shutdown for <JobWorkerPool>, took 0 ms
  1414. 2023-02-13T01:14:10.655Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.VersionCheckThread].
  1415. 2023-02-13T01:14:10.656Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ThrottleStateUpdaterThread].
  1416. 2023-02-13T01:14:10.656Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventPeriodical].
  1417. 2023-02-13T01:14:10.656Z INFO [Periodicals] Shutting down periodical [org.graylog2.events.ClusterEventCleanupPeriodical].
  1418. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.IndexRangesCleanupPeriodical].
  1419. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.TrafficCounterCalculator].
  1420. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical].
  1421. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp].
  1422. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog2.periodical.ESVersionCheckPeriodical].
  1423. 2023-02-13T01:14:10.657Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread].
  1424. 2023-02-13T01:14:10.658Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads].
  1425. 2023-02-13T01:14:10.658Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.views.search.db.SearchesCleanUpJob].
  1426. 2023-02-13T01:14:10.658Z INFO [Periodicals] Shutting down periodical [org.graylog.events.periodicals.EventNotificationStatusCleanUp].
  1427. 2023-02-13T01:14:10.658Z INFO [Periodicals] Shutting down periodical [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread].
  1428. 2023-02-13T01:14:10.658Z INFO [GracefulShutdown] Goodbye.
  1429. 2023-02-13T01:14:10.658Z INFO [FailureSubmissionQueue] [FailureHandlerService#triggerShutdown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  1430. 2023-02-13T01:14:10.658Z INFO [FailureHandlingService] The service's thread has been interrupted. The queue currently contains 0 failure batches.
  1431. 2023-02-13T01:14:10.658Z INFO [JerseyService] Shutting down HTTP listener at <127.0.0.1:9000>
  1432. 2023-02-13T01:14:10.659Z INFO [LocalKafkaMessageQueueReader] Stopping.
  1433. 2023-02-13T01:14:10.659Z INFO [LogManager] Shutting down.
  1434. 2023-02-13T01:14:10.660Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@7f260bf6] STOPPING, was RUNNING
  1435. 2023-02-13T01:14:10.660Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@77dc3cd5] STOPPING, was RUNNING
  1436. 2023-02-13T01:14:10.661Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@7f260bf6] TERMINATED, was STOPPING
  1437. 2023-02-13T01:14:10.661Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@77dc3cd5] TERMINATED, was STOPPING
  1438. 2023-02-13T01:14:10.661Z INFO [LookupDataAdapterRefreshService] Stopping 1 jobs
  1439. 2023-02-13T01:14:10.664Z INFO [LogManager] Shutdown complete.
  1440. 2023-02-13T01:14:13.658Z INFO [FailureHandlingService] Shutting down the service. Processed 0 remaining failure batches.
  1441. 2023-02-13T01:14:13.659Z INFO [FailureSubmissionQueue] [FailureHandlerService#shutDown] Total number of submitted batches: 0 (0 failures), total number of consumed batches: 0 (0 failures)
  1442. 2023-02-13T01:14:13.659Z INFO [ServiceManagerListener] Services are now stopped.
  1443. 2023-02-13T01:15:37.707Z INFO [ImmutableFeatureFlagsCollector] Following feature flags are used: {default properties file=[scripting_api_preview=off, search_filter=on]}
  1444. 2023-02-13T01:15:38.077Z INFO [CmdLineTool] Loaded plugin: AWS plugins 5.0.3 [org.graylog.aws.AWSPlugin]
  1445. 2023-02-13T01:15:38.077Z INFO [CmdLineTool] Loaded plugin: Integrations 5.0.3 [org.graylog.integrations.IntegrationsPlugin]
  1446. 2023-02-13T01:15:38.078Z INFO [CmdLineTool] Loaded plugin: Collector 5.0.3 [org.graylog.plugins.collector.CollectorPlugin]
  1447. 2023-02-13T01:15:38.078Z INFO [CmdLineTool] Loaded plugin: Threat Intelligence Plugin 5.0.3 [org.graylog.plugins.threatintel.ThreatIntelPlugin]
  1448. 2023-02-13T01:15:38.079Z INFO [CmdLineTool] Loaded plugin: Elasticsearch 7 Support 5.0.3+a82acb2 [org.graylog.storage.elasticsearch7.Elasticsearch7Plugin]
  1449. 2023-02-13T01:15:38.079Z INFO [CmdLineTool] Loaded plugin: OpenSearch 2 Support 5.0.3+a82acb2 [org.graylog.storage.opensearch2.OpenSearch2Plugin]
  1450. 2023-02-13T01:15:38.091Z INFO [CmdLineTool] Running with JVM arguments: -Xms1g -Xmx1g -XX:+UseG1GC -XX:-OmitStackTraceInFastThrow -Djdk.tls.acknowledgeCloseNotify=true -Dlog4j2.formatMsgNoLookups=true -Dlog4j.configurationFile=file:///etc/graylog/server/log4j2.xml -Djava.library.path=/usr/share/graylog-server/lib/sigar -Dgraylog2.installation_source=deb
  1451. 2023-02-13T01:15:38.195Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1452. 2023-02-13T01:15:38.196Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1453. 2023-02-13T01:15:38.206Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1454. 2023-02-13T01:15:38.208Z INFO [connection] Opened connection [connectionId{localValue:2, serverValue:21}] to localhost:27017
  1455. 2023-02-13T01:15:38.208Z INFO [connection] Opened connection [connectionId{localValue:1, serverValue:20}] to localhost:27017
  1456. 2023-02-13T01:15:38.208Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=13244236}
  1457. 2023-02-13T01:15:38.226Z INFO [connection] Opened connection [connectionId{localValue:3, serverValue:22}] to localhost:27017
  1458. 2023-02-13T01:15:38.248Z INFO [MongoDBPreflightCheck] Connected to MongoDB version 5.0.14
  1459. 2023-02-13T01:15:38.581Z INFO [SearchDbPreflightCheck] Connected to (Elastic/Open)Search version <Elasticsearch:7.10.2>
  1460. 2023-02-13T01:15:38.657Z INFO [Version] HV000001: Hibernate Validator null
  1461. 2023-02-13T01:15:40.178Z INFO [InputBufferImpl] Message journal is enabled.
  1462. 2023-02-13T01:15:40.188Z INFO [NodeId] Node ID: a30f2b45-6107-45e9-9bba-76d3112d6e71
  1463. 2023-02-13T01:15:40.273Z INFO [LogManager] Loading logs.
  1464. 2023-02-13T01:15:40.275Z INFO [LogManager] Logs loading complete.
  1465. 2023-02-13T01:15:40.295Z INFO [LogManager] Created log for partition [messagejournal,0] in /var/lib/graylog-server/journal with properties {file.delete.delay.ms -> 60000, compact -> false, max.message.bytes -> 104857600, min.insync.replicas -> 1, segment.jitter.ms -> 0, index.interval.bytes -> 4096, min.cleanable.dirty.ratio -> 0.5, unclean.leader.election.enable -> true, retention.bytes -> 5368709120, delete.retention.ms -> 86400000, flush.ms -> 60000, segment.bytes -> 104857600, segment.ms -> 3600000, retention.ms -> 43200000, flush.messages -> 1000000, segment.index.bytes -> 1048576}.
  1466. 2023-02-13T01:15:40.297Z INFO [LocalKafkaJournal] Initialized Kafka based journal at /var/lib/graylog-server/journal
  1467. 2023-02-13T01:15:40.301Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1468. 2023-02-13T01:15:40.302Z INFO [client] MongoClient with metadata {"driver": {"name": "mongo-java-driver|legacy", "version": "4.7.1"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "6.1.4-060104-generic"}, "platform": "Java/Eclipse Adoptium/17.0.6+10"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.Jep395RecordCodecProvider@3dd818e8]}, clusterSettings={hosts=[localhost:27017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='30000 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, sendBufferSize=0}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, sendBufferSize=0}, connectionPoolSettings=ConnectionPoolSettings{maxSize=1000, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, contextProvider=null}
  1469. 2023-02-13T01:15:40.303Z INFO [connection] Opened connection [connectionId{localValue:4, serverValue:23}] to localhost:27017
  1470. 2023-02-13T01:15:40.303Z INFO [connection] Opened connection [connectionId{localValue:5, serverValue:24}] to localhost:27017
  1471. 2023-02-13T01:15:40.303Z INFO [cluster] Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=1314880}
  1472. 2023-02-13T01:15:40.303Z INFO [cluster] Cluster description not yet available. Waiting for 30000 ms before timing out
  1473. 2023-02-13T01:15:40.305Z INFO [connection] Opened connection [connectionId{localValue:6, serverValue:25}] to localhost:27017
  1474. 2023-02-13T01:15:40.380Z INFO [InputBufferImpl] Initialized InputBufferImpl with ring size <65536> and wait strategy <BlockingWaitStrategy>, running 2 parallel message handlers.
  1475. 2023-02-13T01:15:40.563Z INFO [ElasticsearchVersionProvider] Elasticsearch cluster is running Elasticsearch:7.10.2
  1476. 2023-02-13T01:15:40.929Z INFO [ProcessBuffer] Initialized ProcessBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1477. 2023-02-13T01:15:41.046Z INFO [connection] Opened connection [connectionId{localValue:7, serverValue:26}] to localhost:27017
  1478. 2023-02-13T01:15:41.054Z INFO [OutputBuffer] Initialized OutputBuffer with ring size <65536> and wait strategy <BlockingWaitStrategy>.
  1479. 2023-02-13T01:15:41.418Z INFO [ServerBootstrap] Graylog server 5.0.3+a82acb2 starting up
  1480. 2023-02-13T01:15:41.418Z INFO [ServerBootstrap] JRE: Eclipse Adoptium 17.0.6 on Linux 6.1.4-060104-generic
  1481. 2023-02-13T01:15:41.418Z INFO [ServerBootstrap] Deployment: deb
  1482. 2023-02-13T01:15:41.419Z INFO [ServerBootstrap] OS: Ubuntu 22.04.1 LTS (jammy)
  1483. 2023-02-13T01:15:41.419Z INFO [ServerBootstrap] Arch: amd64
  1484. 2023-02-13T01:15:41.483Z INFO [ServerBootstrap] Running 49 migrations...
  1485. 2023-02-13T01:15:41.810Z INFO [PeriodicalsService] Starting 26 periodicals ...
  1486. 2023-02-13T01:15:41.810Z INFO [Periodicals] Starting [org.graylog2.periodical.ThroughputCalculator] periodical in [0s], polling every [1s].
  1487. 2023-02-13T01:15:41.814Z INFO [Periodicals] Starting [org.graylog.plugins.pipelineprocessor.periodical.LegacyDefaultStreamMigration] periodical, running forever.
  1488. 2023-02-13T01:15:41.814Z INFO [connection] Opened connection [connectionId{localValue:8, serverValue:27}] to localhost:27017
  1489. 2023-02-13T01:15:41.821Z INFO [Periodicals] Starting [org.graylog2.periodical.BatchedElasticSearchOutputFlushThread] periodical in [0s], polling every [1s].
  1490. 2023-02-13T01:15:41.823Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6f83d1ae] STARTING
  1491. 2023-02-13T01:15:41.823Z INFO [LegacyDefaultStreamMigration] Legacy default stream has no connections, no migration needed.
  1492. 2023-02-13T01:15:41.827Z INFO [Periodicals] Starting [org.graylog2.periodical.ClusterHealthCheckThread] periodical in [120s], polling every [20s].
  1493. 2023-02-13T01:15:41.829Z INFO [LookupTableService] Data Adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6f83d1ae] RUNNING
  1494. 2023-02-13T01:15:41.830Z INFO [LookupDataAdapterRefreshService] Adding job for <geoip-lookup/63e5a4fd018beb7bd6cb960d/@6f83d1ae> [interval=60000ms]
  1495. 2023-02-13T01:15:41.831Z INFO [PeriodicalsService] Not starting [org.graylog2.periodical.ContentPackLoaderPeriodical] periodical. Not configured to run on this node.
  1496. 2023-02-13T01:15:41.831Z INFO [Periodicals] Starting [org.graylog2.periodical.GarbageCollectionWarningThread] periodical, running forever.
  1497. 2023-02-13T01:15:41.832Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexerClusterCheckerThread] periodical in [0s], polling every [30s].
  1498. 2023-02-13T01:15:41.833Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexBlockCheck] periodical in [0s], polling every [30s].
  1499. 2023-02-13T01:15:41.836Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRetentionThread] periodical in [0s], polling every [300s].
  1500. 2023-02-13T01:15:41.837Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRotationThread] periodical in [0s], polling every [10s].
  1501. 2023-02-13T01:15:41.845Z INFO [Periodicals] Starting [org.graylog2.periodical.NodePingThread] periodical in [0s], polling every [1s].
  1502. 2023-02-13T01:15:41.847Z INFO [Periodicals] Starting [org.graylog2.periodical.VersionCheckThread] periodical in [300s], polling every [1800s].
  1503. 2023-02-13T01:15:41.848Z INFO [Periodicals] Starting [org.graylog2.periodical.ThrottleStateUpdaterThread] periodical in [1s], polling every [1s].
  1504. 2023-02-13T01:15:41.850Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventPeriodical] periodical in [0s], polling every [1s].
  1505. 2023-02-13T01:15:41.851Z INFO [Periodicals] Starting [org.graylog2.events.ClusterEventCleanupPeriodical] periodical in [0s], polling every [86400s].
  1506. 2023-02-13T01:15:41.853Z INFO [Periodicals] Starting [org.graylog2.periodical.IndexRangesCleanupPeriodical] periodical in [15s], polling every [3600s].
  1507. 2023-02-13T01:15:41.852Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@1041d391] STARTING
  1508. 2023-02-13T01:15:41.854Z INFO [LookupTableService] Cache geoip-cache/63e02b9fef6a3c160dddff95 [@1041d391] RUNNING
  1509. 2023-02-13T01:15:41.855Z INFO [Periodicals] Starting [org.graylog2.periodical.TrafficCounterCalculator] periodical in [0s], polling every [1s].
  1510. 2023-02-13T01:15:41.857Z INFO [Periodicals] Starting [org.graylog2.indexer.fieldtypes.IndexFieldTypePollerPeriodical] periodical in [0s], polling every [1s].
  1511. 2023-02-13T01:15:41.857Z INFO [Periodicals] Starting [org.graylog.scheduler.periodicals.ScheduleTriggerCleanUp] periodical in [120s], polling every [86400s].
  1512. 2023-02-13T01:15:41.857Z INFO [Periodicals] Starting [org.graylog2.periodical.ESVersionCheckPeriodical] periodical in [0s], polling every [30s].
  1513. 2023-02-13T01:15:41.857Z INFO [LookupTableService] Starting lookup table geoip-lookup-table/63e5a57a018beb7bd6cb9715 [@283ee891] using cache geoip-cache/63e02b9fef6a3c160dddff95 [@1041d391], data adapter geoip-lookup/63e5a4fd018beb7bd6cb960d [@6f83d1ae]
  1514. 2023-02-13T01:15:41.857Z INFO [Periodicals] Starting [org.graylog2.periodical.UserSessionTerminationPeriodical] periodical, running forever.
  1515. 2023-02-13T01:15:41.860Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredSidecarsThread] periodical in [0s], polling every [600s].
  1516. 2023-02-13T01:15:41.860Z INFO [Periodicals] Starting [org.graylog.plugins.sidecar.periodical.PurgeExpiredConfigurationUploads] periodical in [0s], polling every [600s].
  1517. 2023-02-13T01:15:41.861Z INFO [Periodicals] Starting [org.graylog.plugins.views.search.db.SearchesCleanUpJob] periodical in [3600s], polling every [28800s].
  1518. 2023-02-13T01:15:41.862Z INFO [Periodicals] Starting [org.graylog.events.periodicals.EventNotificationStatusCleanUp] periodical in [120s], polling every [86400s].
  1519. 2023-02-13T01:15:41.862Z INFO [Periodicals] Starting [org.graylog.plugins.collector.periodical.PurgeExpiredCollectorsThread] periodical in [0s], polling every [3600s].
  1520. 2023-02-13T01:15:41.887Z INFO [connection] Opened connection [connectionId{localValue:9, serverValue:28}] to localhost:27017
  1521. 2023-02-13T01:15:42.926Z INFO [JerseyService] Started REST API at <127.0.0.1:9000>
  1522. 2023-02-13T01:15:42.926Z INFO [ServiceManagerListener] Services are healthy
  1523. 2023-02-13T01:15:42.927Z INFO [ServerBootstrap] Services started, startup times in ms: {LocalKafkaMessageQueueWriter [RUNNING]=0, UserSessionTerminationService [RUNNING]=0, InputSetupService [RUNNING]=0, GracefulShutdownService [RUNNING]=0, UrlWhitelistService [RUNNING]=0, FailureHandlingService [RUNNING]=0, EtagService [RUNNING]=1, LocalKafkaMessageQueueReader [RUNNING]=1, OutputSetupService [RUNNING]=1, BufferSynchronizerService [RUNNING]=2, PrometheusExporter [RUNNING]=3, ConfigurationEtagService [RUNNING]=4, LocalKafkaJournal [RUNNING]=7, JobSchedulerService [RUNNING]=13, GeoIpDbFileChangeMonitorService [RUNNING]=18, MongoDBProcessingStatusRecorderService [RUNNING]=20, StreamCacheService [RUNNING]=21, LookupTableService [RUNNING]=45, PeriodicalsService [RUNNING]=52, JerseyService [RUNNING]=1116}
  1524. 2023-02-13T01:15:42.927Z INFO [InputSetupService] Triggering launching persisted inputs, node transitioned from Uninitialized [LB:DEAD] to Running [LB:ALIVE]
  1525. 2023-02-13T01:15:42.930Z INFO [ServerBootstrap] Graylog server up and running.
  1526. 2023-02-13T01:15:42.973Z INFO [InputLauncher] Launching input [Syslog TCP/Suricata Eve Beat/63e44cdd6b174c385b2c62f0] - desired state is RUNNING
  1527. 2023-02-13T01:15:42.977Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1528. 2023-02-13T01:15:43.007Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
  1529. 2023-02-13T01:15:43.010Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0x0ec70ad3, L:/127.0.0.1:12202]) should be >= 2097152 but is 425984.
  1530. 2023-02-13T03:24:46.852Z INFO [connection] Opened connection [connectionId{localValue:10, serverValue:29}] to localhost:27017
  1531. 2023-02-13T08:06:41.829Z INFO [connection] Opened connection [connectionId{localValue:11, serverValue:30}] to localhost:27017
  1532. 2023-02-13T08:10:41.838Z INFO [connection] Opened connection [connectionId{localValue:12, serverValue:31}] to localhost:27017
  1533. 2023-02-13T14:00:41.471Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPING
  1534. 2023-02-13T14:00:41.475Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STOPPED
  1535. 2023-02-13T14:00:41.475Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now TERMINATED
  1536. 2023-02-13T14:00:41.477Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now STARTING
  1537. 2023-02-13T14:00:41.477Z WARN [AbstractTcpTransport] receiveBufferSize (SO_RCVBUF) for input SyslogTCPInput{title=Suricata Eve Beat, type=org.graylog2.inputs.syslog.tcp.SyslogTCPInput, nodeId=a30f2b45-6107-45e9-9bba-76d3112d6e71} (channel [id: 0xdc1b5527, L:/0.0.0.0:12202]) should be >= 2097152 but is 425984.
  1538. 2023-02-13T14:00:41.478Z INFO [InputStateListener] Input [Syslog TCP/63e44cdd6b174c385b2c62f0] is now RUNNING
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement