From 9cd3b5d51c4b14b5af03b43060306b660da66efc Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 28 Jan 2008 13:27:11 +0000 Subject: added new features now available thanks to new queue code --- doc/features.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 87efc2fe..92cfddbb 100644 --- a/doc/features.html +++ b/doc/features.html @@ -16,7 +16,10 @@ is going on, you can also subscribe to the writing to MySQL databases
  • native support for writing to Postgres databases
  • support for (plain) tcp based syslog - much better reliability
  • support for sending and receiving - compressed syslog messages
  • ability to configure backup syslog/database + compressed syslog messages
  • support for on-demand on-disk spooling of + messages that can not be processed fast enough (a great feature for + writing massive amounts of syslog + messages to a database)
  • ability to configure backup syslog/database servers - if the primary fails, control is switched to a prioritized list of backups
  • support for receiving messages via reliable RFC 3195 delivery
  • ability to generate file names and directories (log targets) dynamically, based on many different properties
  • control of log output format, @@ -32,8 +35,9 @@ is going on, you can also subscribe to the is - this important? why?)
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • +
  • ability to limit the allowed network senders
  • powerful BSD-style hostname and program name blocks for easy multi-host support
  • massively multi-threaded with dynamic work thread pools that start up and shut + themselves down on an as-needed basis (great for high log volume on + multicore machines)
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • experimental support for syslog-transport-tls based framing on syslog/tcp connections
  • the sysklogd's klogd functionality is implemented as the imklog input @@ -46,7 +50,8 @@ is going on, you can also subscribe to the