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

The original remote_syslog had `parse_fields` option. Is this supported in remote_syslog2? If not, are there any plans to support it? Thanks.

It might be handy if you could allow remote_syslog2 to follow the directory convention of: ``` - - etc | - remote_syslog.d |- application1_files.yml - application2_files.yml ``` Each yml file...

Hi there, I'm trying to use `remote_syslog2` with a Logstash syslog input, however Logstash only supports `RFC3164` format messages properly: http://logstash.net/docs/1.4.2/inputs/syslog The Ruby version `remote_syslog` appears to send RFC3164 formatted...

At the moment, we only see: ``` Starting remote_syslog: ``` and ``` Stopping remote_syslog: ```

Instead of defining the hostname in the config or using only the local hostname, we should support at least the FQDN and possibly the partial QDN, so `www42.stg.example.com` would be...

Errors such as [this](https://github.com/papertrail/remote_syslog2/blob/39552e6f594d3fa4a74e4581b5945dbe3b8978f6/utils/daemonize.go#L59) don't appear in the debug log.

This is an issue we face managing a small cluster of servers that have papertrail. Our `yml` file is stored in a git repo that is auto-updated every minute. If...

Hi, Only `/etc/init.d/remote_syslog` in now included in the rpm package. Would be great to have `systemctl` support, eg `systemctl start remote_syslog` be able to set it to start on boot...

This change will allow users to adjust the serverity send to remote servers for each log files. So you can have one log file that send as warn, another log...