From f9a45dc801bf9ef3adb53a9cf697a3d919db048b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 8 Aug 2008 12:51:15 +0200 Subject: fixed problematic file name it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem. --- doc/syslog_protocol.html | 196 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 196 insertions(+) create mode 100644 doc/syslog_protocol.html (limited to 'doc/syslog_protocol.html') diff --git a/doc/syslog_protocol.html b/doc/syslog_protocol.html new file mode 100644 index 00000000..72de5c27 --- /dev/null +++ b/doc/syslog_protocol.html @@ -0,0 +1,196 @@ + + +syslog-protocol support in rsyslog + + +

syslog-protocol support in rsyslog

+

Rsyslog  provides a trial +implementation of the proposed + +syslog-protocol standard. The intention of this implementation is to +find out what inside syslog-protocol is causing problems during implementation. +As syslog-protocol is a standard under development, its support in rsyslog is +highly volatile. It may change from release to release. So while it provides +some advantages in the real world, users are cautioned against using it right +now. If you do, be prepared that you will probably need to update all of your +rsyslogds with each new release. If you try it anyhow, please provide feedback +as that would be most beneficial for us.

+

Currently supported message format

+

Due to recent discussion on syslog-protocol, we do not follow any specific +revision of the draft but rather the candidate ideas. The format supported +currently is:

+

<PRI>VERSION SP TIMESTAMP SP HOSTNAME SP APP-NAME SP PROCID SP MSGID SP [SD-ID]s +SP MSG

+

Field syntax and semantics are as defined in IETF I-D syslog-protocol-15.

+

Capabilities Implemented

+ +

Findings

+

This lists what has been found during implementation:

+ +

Some notes on syslog-transport-udp-06

+ +

 

+

Conlusions/Suggestions

+

These are my personal conclusions and suggestions. Obviously, they must be +discussed ;)

+ +

 

+ + + -- cgit v1.2.3