-
Notifications
You must be signed in to change notification settings - Fork 21
/
NEWS
75 lines (61 loc) · 2.52 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
journalpump 2.5.0 (2023-11-20)
==============================
* Migrate From oauth2client to google-auth
* Improved error handling for AWS Cloudwatch sender
* Logging improvements for multiple senders
journalpump 2.4.3 (2022-04-21)
==============================
* Add a feature for secret/credential filtering by regular expressions
* Make log levels configurable by unit
* Fix bugs where journalpump would get stuck on unexpected exceptions,
along with handling some of those exceptions gracefully
* Make rsyslog client more reliable by making more errors retriable
and by ignoring additional errors
journalpump 2.4.0 (2022-01-05)
==============================
* Updated polling algorithm to perform better when continiously receiving messages
* Handle invalidation event to prevent keeping deleted files
journalpump 2.3.6 (2021-10-20)
==============================
* Added Websocket sender
journalpump 2.3.0 (2020-06-15)
==============================
* Added Google Cloud Logging logs sender
journalpump 2.2.0 (2020-06-01)
==============================
* Added AWS CloudWatch logs sender
journalpump 2.1.3 (2019-10-30)
==============================
* Use atomic replacement when overwriting previous state file
* Add missing timeout to Elasticsearch log sender
journalpump 2.1.2 (2019-10-11)
==============================
* Report sender health in jsonpump_state.json
* Added limited rsyslog custom log format support
* Use /<index>/_bulk instead of /_bulk for sending to Elasticsearch
journalpump 2.1.0 (2019-04-09)
==============================
* 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
* Add rsyslog sender as an output
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 output
* 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