You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm using latest stable version of bunyan 1.8.12 and bunyan-logstash-tcp ^0.3.5
I bring down logstash when the app is running, then, the logstash stream try to connect using retries.
I wait about 10 seconds, and then bring back logstash again.
the stream will no longer be available, or try to reconnect to logstash.
Any idea if there is a solution for that? I can only see 2 solutions:
restart the server (very bad)
keep track on logstash myself, and also keep track on all of my loggers and reconfigure them to use the stream again. (note I also write to file, and it still works because it's unrelated to logstash).
here is my stream initialization (without the file stream which is obvious):
Hi,
I'm using latest stable version of bunyan 1.8.12 and bunyan-logstash-tcp ^0.3.5
I bring down logstash when the app is running, then, the logstash stream try to connect using retries.
I wait about 10 seconds, and then bring back logstash again.
the stream will no longer be available, or try to reconnect to logstash.
Any idea if there is a solution for that? I can only see 2 solutions:
here is my stream initialization (without the file stream which is obvious):
The text was updated successfully, but these errors were encountered: