remote_syslog2 icon indicating copy to clipboard operation
remote_syslog2 copied to clipboard

To install, see "Releases" tab. Self-contained daemon for reading local files and emitting remote syslog (without using local syslogd).

Results 59 remote_syslog2 issues
Sort by recently updated
recently updated
newest added

One possible solution to #95 @leonsodhi @troy

Aggregate multiple instances log files under the same environment name. Each one is identified with its instance id. This way you can follow all the logs for a given environment...

The Darwin binaries do not seem to support older OSX versions. Tested with OSX 10.7.5 and 0.14 release of remote syslog. Running the binary dies with `Illegal instruction: 4`. Apparently...

I've downloaded the debian package provided for 0.14 and put it into our own apt repo. When I try to install it I get this: ``` root@dev1-cmhf-nginx-01:~# /usr/bin/apt-get -q -y...

Following the discussion in #51, I am opening this new suggestion: Papertrail has two "tags" per entry - the `hostname`, sometimes referred to as the `system name`, and the `log...

If I have a directory structure such as: ``` /var/log/test/test.log /var/log/test/subtest ``` and specify `/var/log/test/*` in the config, the following error is produced: ``` 2014-06-06 21:38:46 INFO remote_syslog.go:86 Forwarding /var/log/test/test.log...

It could be helpful if we were able to use several config files under `config.d` directory rather than one single config file. This would help when automating several sources on...

This would avoid the situation where something goes wrong and there's no local debug log to look at. The packages could require logrotate as a dependency and provide a rotation...

Print configuration file validation warnings if: - no files to watch supplied - port is not defined, when host is Exit with error code if no files to watch specified...