Rsyslog

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Rsyslog
Original author(s) Rainer Gerhards
Stable release 8.15.0 / December 15, 2015; 8 years ago (2015-12-15)[1]
Preview release 8.9.0 / March 13, 2015; 9 years ago (2015-03-13)
Written in C
Operating system Unix-like
Type System logging
License GNU General Public License v3
Website http://www.rsyslog.com/

Rsyslog is an open-source software utility used on UNIX and Unix-like computer systems for forwarding log messages in an IP network. It implements the basic syslog protocol, extends it with content-based filtering, rich filtering capabilities, flexible configuration options and adds features such as using TCP for transport.

The official RSYSLOG website defines the utility as "the rocket-fast system for log processing".[2]

Protocol

Rsyslog uses the standard BSD syslog protocol, specified in RFC 3164. As the text of RFC 3164 is an informational description and not a standard, various incompatible extensions of it emerged. Rsyslog supports many of these extensions. The format of relayed messages can be customized.

The most important extensions of the original protocol supported by rsyslog are:

  • ISO 8601 timestamp with millisecond granularity and timezone information
  • the addition of the name of relays in the host fields to make it possible to track the path a given message has traversed
  • reliable transport using TCP
  • support GSS-API and TLS
  • logging directly into various database engines.
  • support for RFC 5424, RFC 5425, RFC 5426
  • support for RELP
  • support for buffered operation modes where messages are buffered locally if the receiver is not ready
  • complete input/output support for systemd journal

History

The rsyslog project began in 2004, when Rainer Gerhards, the primary author of rsyslog, decided to write a new strong syslog daemon to compete with syslog-ng, because, according to the author, "A new major player will prevent monocultures and provide a rich freedom of choice."[3] Rainer Gerhards worked on rsyslog inside his own company, Adiscon GmbH.

Distributions

rsyslog is available for a number of Unix systems and Linux distributions, among others:[4]

Related RFCs and working groups

See also

References

  1. http://www.rsyslog.com/changelog-for-8-15-0-v8-stable//
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. https://wiki.archlinux.org/index.php/Rsyslog

External links