-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ also an example of a third party syslog-ng module. | |
|
||
[sng]: https://github.com/balabit/syslog-ng | ||
|
||
**NOTE**: The Incubator requires syslog-ng 3.7.1 or newer. | ||
**NOTE**: The Incubator requires syslog-ng 3.11.1 or newer. | ||
Contents | ||
-------- | ||
|
||
|
@@ -79,11 +79,6 @@ Contents | |
|
||
[sng:zmq]: https://github.com/balabit/syslog-ng-incubator/tree/master/modules/zmq/ | ||
|
||
* [Date parser][sng:date]: A parser for arbitrary date formats which | ||
may be contained in non-syslog messages. | ||
|
||
[sng:date]: https://github.com/balabit/syslog-ng-incubator/tree/master/modules/date/ | ||
|
||
Installation | ||
------------ | ||
|
||
|
@@ -105,19 +100,13 @@ optional) installed too. | |
[kafka]: https://github.com/edenhill/librdkafka | ||
|
||
|
||
Docker container | ||
---------------- | ||
|
||
An automatically built docker container is available at https://hub.docker.com/r/juhaszviktor/syslog-ng-incubator/ | ||
from the latest development snapshot. | ||
|
||
License | ||
------- | ||
|
||
Copyright (C) 2011-2014 BalaBit IT Security Ltd., Gergely Nagy | ||
<[email protected]>, Viktor Tusa <[email protected]>, | ||
Viktor Juhasz <[email protected]>, and other | ||
contributors; released under the terms of the | ||
[GNU General Public License][gpl], version 2 (or later). | ||
Copyright (C) 2011-2017 BalaBit IT Security Ltd., Gergely Nagy | ||
<[email protected]>, Viktor Tusa <[email protected]>, Viktor Juhasz | ||
<[email protected]>, Attila Szalay <[email protected]> and other | ||
contributors; released under the terms of the [GNU General Public | ||
License][gpl], version 2 (or later). | ||
|
||
[gpl]: http://www.gnu.org/licenses/gpl-2.0.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ dnl | |
|
||
AC_PREREQ([2.68]) | ||
|
||
AC_INIT([syslog-ng-incubator], [0.6.0], [[email protected]]) | ||
AC_INIT([syslog-ng-incubator], [0.6.1], [[email protected]]) | ||
AM_INIT_AUTOMAKE([foreign subdir-objects dist-xz no-dist-gzip]) | ||
|
||
AC_CONFIG_MACRO_DIR([m4]) | ||
|