From 2759e1dd846cb4e3bef78a849005afc8d0fa7438 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 6 Nov 2009 11:55:12 +0100 Subject: doc: added in-depth info on the new message parser system --- doc/Makefile.am | 3 + doc/manual.html | 3 +- doc/messageparser.html | 222 +++++++++++++++++++++++++++++++++++++++++ doc/rfc5424layers.png | Bin 0 -> 10605 bytes doc/rsconf1_rulesetparser.html | 8 +- doc/src/rfc5424layers.dia | Bin 0 -> 1205 bytes doc/status.html | 19 ++-- 7 files changed, 243 insertions(+), 12 deletions(-) create mode 100644 doc/messageparser.html create mode 100644 doc/rfc5424layers.png create mode 100644 doc/src/rfc5424layers.dia diff --git a/doc/Makefile.am b/doc/Makefile.am index 285ba600..4832e757 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -92,6 +92,7 @@ html_files = \ rsconf1_resetconfigvariables.html \ rsconf1_rulesetcreatemainqueue.html \ rsconf1_umask.html \ + rulesetparser.html \ v3compatibility.html \ v4compatibility.html \ v5compatibility.html \ @@ -131,6 +132,8 @@ grfx_files = \ dataflow.png \ queue_analogy_tv.png \ gssapi.png \ + rfc5424layers.png \ + src/rfc5424layers.dia \ rsyslog-vers.png EXTRA_DIST = $(html_files) $(grfx_files) diff --git a/doc/manual.html b/doc/manual.html index a39a96a5..57f3d4a6 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -43,9 +43,10 @@ if you do not read the doc, but doing so will definitely improve your experience
  • property replacer, an important core component
  • a commented sample rsyslog.conf
  • rsyslog bug list
  • -
  • rsyslog packages
  • +
  • understanding rsyslog message parsers
  • backgrounder on generic syslog application design
  • description of rsyslog modules
  • +
  • rsyslog packages
  • We have some in-depth papers on