You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a brief introduction to configuring the syslog-ng application, see the [quickstart guide](https://syslog-ng.github.io/admin-guide/040_Quick-start_guide/README).
67
66
67
+
For a brief introduction to configuring the syslog-ng application, see the [quickstart guide](https://syslog-ng.github.io/admin-guide/040_Quick-start_guide/README).
68
68
69
69
## Features
70
70
71
-
* Receive and send [RFC3164](https://tools.ietf.org/html/rfc3164)
72
-
and [RFC5424](https://tools.ietf.org/html/rfc5424) style syslog
73
-
messages
74
-
* Receive and send [JSON](http://json.org/) formatted messages
75
-
* Work with any kind of unstructured data
76
-
* Classify and structure logs using built-in parsers (csv-parser(),
77
-
db-parser(), kv-parser(), etc.)
78
-
* Normalize, crunch, and process logs as they flow through the system
79
-
* Hand over logs for further processing using files, message queues (like
80
-
[AMQP](http://www.amqp.org/)), or databases (like
81
-
[PostgreSQL](http://www.postgresql.org/) or
82
-
[MongoDB](http://www.mongodb.org/))
83
-
* Forward logs to big data tools (like [Elasticsearch](https://www.elastic.co/),
84
-
[Apache Kafka](http://kafka.apache.org/), or
85
-
[Apache Hadoop](http://hadoop.apache.org/))
71
+
* Receive and send [RFC3164](https://tools.ietf.org/html/rfc3164)
72
+
and [RFC5424](https://tools.ietf.org/html/rfc5424) style syslog
73
+
messages
74
+
* Receive and send [JSON](http://json.org/) formatted messages
75
+
* Work with any kind of unstructured data
76
+
* Classify and structure logs using built-in parsers (csv-parser(),
77
+
db-parser(), kv-parser(), etc.)
78
+
* Normalize, crunch, and process logs as they flow through the system
79
+
* Hand over logs for further processing using files, message queues (like
80
+
[AMQP](http://www.amqp.org/)), or databases (like
81
+
[PostgreSQL](http://www.postgresql.org/) or
82
+
[MongoDB](http://www.mongodb.org/))
83
+
* Forward logs to big data tools (like [Elasticsearch](https://www.elastic.co/),
84
+
[Apache Kafka](http://kafka.apache.org/), or
85
+
[Apache Hadoop](http://hadoop.apache.org/))
86
86
87
87
### Performance
88
88
89
-
* syslog-ng provides performance levels comparable to a large
90
-
cluster when running on a single node
91
-
* In the simplest use case, it scales up to 600-800k messages per
92
-
second
93
-
* But classification, parsing, and filtering still produce several
94
-
tens of thousands of messages per second
89
+
* syslog-ng provides performance levels comparable to a large
90
+
cluster when running on a single node
91
+
* In the simplest use case, it scales up to 600-800k messages per
92
+
second
93
+
* But classification, parsing, and filtering still produce several
94
+
tens of thousands of messages per second
95
95
96
96
### Community
97
97
98
-
* syslog-ng is developed by a community of volunteers, the best way to
99
-
contact us is via our [github project page](http://github.com/syslog-ng/syslog-ng)
100
-
project, our [gitter channel](https://gitter.im/syslog-ng/syslog-ng) or
* syslog-ng is integrated into almost all Linux distributions and BSDs, it
103
+
is also incorporated into a number of products, see our [powered by
104
+
syslog-ng](https://syslog-ng.com/powered-by-syslog-ng) page for more details.
105
105
106
106
### Sponsors
107
107
108
108
-[Balabit](http://www.balabit.com/) is the original commercial sponsor of the syslog-ng project, and was acquired by One Identity in 2018. One Identity offers a commercial edition for syslog-ng, called the syslog-ng Premium Edition.
109
-
-[Axoflow](https://axoflow.com) is the company of Balazs Scheidler, the original creator and main developer of syslog-ng.
109
+
- Axoflow is the company of Balazs Scheidler, the original creator and main developer of syslog-ng.
110
110
111
111
## Feedback
112
112
@@ -145,7 +145,6 @@ development libraries are present. The configure script displays a
145
145
summary of enabled features at the end of its run.
146
146
For details, see the [syslog-ng compiling instructions](https://syslog-ng.github.io/admin-guide/030_Installing_syslog-ng/000_Compiling_syslog-ng_from_source).
147
147
148
-
149
148
## Installation from binaries
150
149
151
150
Binaries are available in various Linux distributions and contributors
@@ -183,13 +182,13 @@ syslog-ng packages are released for the following distribution versions (x86-64)
0 commit comments