1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Overview
========
Write a bit about the logging challenge.
What is Rsyslog?
----------------
`Rsyslog <http://www.rsyslog.com/>`_ is a **r**\ ocket-fast **sys**\ tem for **log** processing.
It offers high-performance, great security features and a modular design.
While it started as a regular syslogd, rsyslog has evolved into a kind of
**swiss army knife of logging**, being able to
- accept inputs from a wide variety of sources,
- transform them,
- and output the results to diverse destinations.
Rsyslog has a strong enterprise focus but also scales down to small
systems.
Message flow in rsyslog
-----------------------
From where to where and when... describes the flow.
Input
^^^^^
Message Transformation
^^^^^^^^^^^^^^^^^^^^^^
Output
^^^^^^
Output format: Templates
""""""""""""""""""""""""
|