e377ab7acd
While at it, implement the newly agreed upon policy to deprecated and remove old syslog-ng ports one year after the latest ports has been committed. This is in cotrast to One Identity's Linux clients who have told One Identity they would like to see three years of support. FreeBSD users are encouraged to contact our upline, Peter Czanik, or myself regarding their preference. Submitted by: Peter Czanik (CzP) <peter.czanik@oneidentity.com> Balabit (a OneIdentity company) / syslog-ng upstream
17 lines
707 B
Text
17 lines
707 B
Text
syslog-ng is an enhanced log daemon, supporting a wide range of input and
|
|
output methods: syslog, unstructured text, message queues, databases (SQL
|
|
and NoSQL alike) and more.
|
|
|
|
Key features:
|
|
|
|
* receive and send RFC3164 and RFC5424 style syslog messages
|
|
* work with any kind of unstructured data
|
|
* receive and send JSON formatted messages
|
|
* classify and structure logs with builtin parsers (csv-parser(),
|
|
db-parser(), ...)
|
|
* normalize, crunch and process logs as they flow through the system
|
|
* hand on messages for further processing using message queues (like
|
|
AMQP), files or databases (like PostgreSQL or MongoDB).
|
|
|
|
The official home page of syslog-ng is:
|
|
WWW: http://www.syslog-ng.org/
|