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
Logs are being sent to the local fluentd instance just fine, and with the forwarding rules in place, are being transmitted out to the main aggregator instance as well. However, I'm trying to make sure that if the local fluentd is not available for some reason, that the logs will be written to a local file to be gathered manually when we fix the problem.
If I kill the local fluentd instance, so that the connection will fail, the fallback target is not being called and no log file is present in the given directory. Am I missing something, or configured something incorrectly?
Here is my config (I was messing with the timeout and buffer sizes thinking that may have something to do with it) :
I should note that the internal log does appear, so there shouldn't be any issues with the file system permissions. The internal log file looks like this:
Logs are being sent to the local fluentd instance just fine, and with the forwarding rules in place, are being transmitted out to the main aggregator instance as well. However, I'm trying to make sure that if the local fluentd is not available for some reason, that the logs will be written to a local file to be gathered manually when we fix the problem.
If I kill the local fluentd instance, so that the connection will fail, the fallback target is not being called and no log file is present in the given directory. Am I missing something, or configured something incorrectly?
Here is my config (I was messing with the timeout and buffer sizes thinking that may have something to do with it) :
I should note that the internal log does appear, so there shouldn't be any issues with the file system permissions. The internal log file looks like this:
The text was updated successfully, but these errors were encountered: