Hi,
I’m using Graylog server (free trial 4.2.3) to collect my server’s log, to do this I have Linux and Windows servers that send their logs to Rsyslog server, and after it sends all logs to Graylog server.
I wanted to understand what happens if input enter in stopping mode or Graylog is unreachable.
Do you now if Rsyslog server has a buffer to conserve logs if Graylog is unreachable? If yes where? How many logs can it conserve? Is it configurable?
I tried to stop my input and after 10minutes restart it, but I lose all data between this time.
I sincerely hoped this thing would be handled.
Did I forget / wrong some configuration?
If you were to install the sidecar agent on your linux and windows machines you could then use either beats like winlogbeat (packaged with sidecar) filebeat or you could you NXlog. Both of these will recall where they left off and feed into Graylog when the connection resumes… based on your configuration settings on how far you want to go back.