[systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-18 Thread Susant Sahani
This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group. RFC 5424 format: VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP [SD-ID]s SP MSG Example conf: file: journald.conf SysLogAddress=239.0.0.1:6000 --- Makefile

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Umut Tezduyar Lindskog
Hi Susant, On Thu, Feb 19, 2015 at 8:58 AM, Susant Sahani wrote: > This patch adds support for RFC 5424 syslog format to journald. Journald > can now forward logs to a multicast UDP group. > > RFC 5424 format: > VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP > [SD-ID]s SP MSG

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Lennart Poettering
On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: > This patch adds support for RFC 5424 syslog format to journald. Journald > can now forward logs to a multicast UDP group. > > RFC 5424 format: > VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP > [SD-ID]s SP MSG

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Holger Winkelmann [TP]
HI, I'm feeling a bit responsible for the syslog forwarding discussion, see comments below: > Hmm, wasn't the last proposal we discussed to do this in an auxiliary > daemmon, possibly in systemd-journal-upload or so, but not in > journald? My take away form this discussion was to have a "live" s

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Tobias Hintze
Hi, > > We also have some patches lurking around adding this live forwarding support, > but without UDP broadcast. > > Tobias, could you send them to the ML for review please. The branch is at https://github.com/thz/systemd/tree/v216_rfc5424 The "patch" is: https://github.com/thz/systemd/com

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Susant Sahani
Hi Lennart, On Thu, 19 Feb 2015 16:40:04 +0530, Lennart Poettering wrote: On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group. RFC 5424 format: VERSION SP T

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-19 Thread Susant Sahani
On Thu, 19 Feb 2015 13:53:42 +0530, Umut Tezduyar Lindskog wrote: Hi Susant, Hi Umut, Thanks for reviewing. On Thu, Feb 19, 2015 at 8:58 AM, Susant Sahani wrote: This patch adds support for RFC 5424 syslog format to journald. Journald can now forward logs to a multicast UDP group.

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-20 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 19, 2015 at 12:10:04PM +0100, Lennart Poettering wrote: > On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: > > > This patch adds support for RFC 5424 syslog format to journald. Journald > > can now forward logs to a multicast UDP group. > > > > RFC 5424 format: > > VER

Re: [systemd-devel] [PATCH] journald: Introduce RFC 5424 syslog

2015-02-20 Thread Susant Sahani
On Fri, 20 Feb 2015 22:14:20 +0530, Zbigniew Jędrzejewski-Szmek wrote: On Thu, Feb 19, 2015 at 12:10:04PM +0100, Lennart Poettering wrote: On Thu, 19.02.15 13:28, Susant Sahani (sus...@redhat.com) wrote: > This patch adds support for RFC 5424 syslog format to journald. Journald > can now