Svoboda | Graniru | BBC Russia | Golosameriki | Facebook

To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

Rsyslog
Original author(s)Rainer Gerhards
Initial release2004
Stable release
8.2212.0 / December 6, 2022; 14 months ago (2022-12-06)[1]
Repository
Written inC
Operating systemUnix-like
TypeSystem logging
LicenseGNU General Public License v3
Websitewww.rsyslog.com Edit this at Wikidata

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, queued operations to handle offline outputs,[2] support for different module outputs,[3] 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".[4]

YouTube Encyclopedic

  • 1/3
    Views:
    8 703
    5 672
    10 586
  • How to Configure rsyslog in Linux | What the Pros Know | ITProTV
  • Configure Rsyslog client to send local logs to remote Rsyslog Server
  • How to Configure Remote Logging with Rsyslog on Ubuntu |#2.1 Free Log Management And Visualization

Transcription

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 time zone 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."[5] Rainer Gerhards worked on rsyslog inside his own company, Adiscon GmbH.

Related RFCs and working groups

See also

References

  1. ^ "ChangeLog". 5 December 2022. Retrieved 10 December 2022 – via GitHub.
  2. ^ "Rsyslog.conf(5) - Linux manual page".
  3. ^ "RSyslog Documentation".
  4. ^ "rsyslog". rsyslog.com. Retrieved 2014-09-25. RSYSLOG is the rocket-fast system for log processing.
  5. ^ "Why does the world need another syslog?". August 12, 2007. Retrieved October 31, 2018.

External links

This page was last edited on 1 November 2023, at 20:37
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.