fluent-plugin-papertrail icon indicating copy to clipboard operation
fluent-plugin-papertrail copied to clipboard

Fluentd integration with Papertrail.

Results 5 fluent-plugin-papertrail issues
Sort by recently updated
recently updated
newest added

There are now no published images on Docker Hub: https://hub.docker.com/r/solarwinds/fluentd-papertrail/tags There were present until very recently.. This is still linked from the official documentation: https://www.papertrail.com/help/fluentd/

The [Papertrail documentation](https://www.papertrail.com/help/troubleshooting-remote-syslog-reachability/#idle-timeouts) says idle connection timeouts should be handled by the client, ie this plugin (emphasis mine): > Papertrail automatically closes idle TCP connections after 15 minutes of inactivity....

Reported issue in https://github.com/solarwinds/fluent-plugin-papertrail/issues/38 where there was lots of re-connections caused by idle periods for the plugin followed by activity. This is specifically problematic as when logs are put down...

Im continually getting this warning when running this container in kubernetes. I've searched and found the: env: - name: FLUENTD_SYSTEMD_CONF value: "disable" which I've added under the containers section but...

We have a user submitted issue where an invalid severity value was bringing the plugin to a halt: https://github.com/solarwinds/fluent-plugin-papertrail/issues/25 We should add an option to override invalid severity values with...