forked from Aiven-Open/journalpump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
31 lines (25 loc) · 1.01 KB
/
NEWS
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
journalpump 2.1.x (unreleased)
==============================
* Support for multiple journal readers with separate configuration for each
* Multiple send destinations per reader
* Reader flags can be specified to for example read the "system" journal
journalpump 2.0.0 (2017-02-13)
============================
* Rename kafkajournalpump to just journalpump
* Refactor journalpump to be able to support other outputs than Kafka
* Add Logplex sender as an output
* Add Elasticsearch sender as an ouput
* telegraf statsd support including support for searches
* Require Python 3.4 or newer
* Various robustness improvements
* Update journalpump to support kafka-python 1.x.x+
kafkajournalpump 1.0.1 (2015-08-03)
===================================
* Make the code pep8 compliant
* Support py2.x again
* bugfix for matching logic
kafkajournalpump 1.0.0 (2015-07-27)
===================================
* Initial release
* Support for pumping messages from a local journald to a Kafka server
* Support for only sending matching messages