From 4b11c91ce4be62b2ba09be15fd24c4f5bb627925 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 24 Nov 2005 17:16:55 +0000 Subject: documentation on syslog-protocol support added --- doc/syslog-protocol.html | 156 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 156 insertions(+) create mode 100644 doc/syslog-protocol.html (limited to 'doc') diff --git a/doc/syslog-protocol.html b/doc/syslog-protocol.html new file mode 100644 index 00000000..e5789ab8 --- /dev/null +++ b/doc/syslog-protocol.html @@ -0,0 +1,156 @@ + + +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 benefitial 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:

+ +

 

+

Conlusions/Suggestions

+

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

+ +

 

+ + + -- cgit