From 271c0769b0375246014162b7a160118465c5bbfe Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 23 Dec 2005 12:46:29 +0000 Subject: finalized field-support in property replacer (doc updated) --- doc/syslog-protocol.html | 352 ++++++++++++++++++++++++++--------------------- 1 file changed, 196 insertions(+), 156 deletions(-) (limited to 'doc/syslog-protocol.html') diff --git a/doc/syslog-protocol.html b/doc/syslog-protocol.html index e5789ab8..5305d812 100644 --- a/doc/syslog-protocol.html +++ b/doc/syslog-protocol.html @@ -1,156 +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 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 ;)

- -

 

- - - + + +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:

+ +

Some notes on syslog-transport-udp-06

+ +

 

+

Conlusions/Suggestions

+

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

+ +

 

+ + + -- cgit