I’m using graylog version 2.3.2 to output to logstash to archive all my log messages into an S3 bucket and while doing some testing. If I shutdown the logstash node and the 2 graylog servers stop writing logs into elasticsearch. I had to restart graylog for the messages to process out of the java jvm. Is this a known issue ?
Second question, anyone know of a broker solution I can use as an output from graylog been searching haven’t had much luck.
how did you forward the messages from Graylog to logstash?
If the target of your output in Graylog is not reachable Graylog is not able to process the messages and you need to stop/remove the output from the streams. After that happened Graylog will process all messages that are buffered.