File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 2
2
# general
3
3
## inputs
4
4
- bugfix: udp: respects teardown requests (via SIGINT) (LOGSTASH-1290)
5
+ - bugfix: rabbitmq: disable automatic connection recovery (LGOSTASH-1350)
6
+ (#641)
7
+ - bugfix: twitter: update gem to latest api version (#640)
5
8
6
9
## codecs
7
10
-new: graphite: parse graphite formated events:
10
13
- bugfix: geoip: empty values (nil, empty string) are not put into the event
11
14
anymore.
12
15
- improvement: kv: target will now overwrite any existing fields, including
13
- the source.
16
+ the source.
17
+ - checksum: sha128 was not a valid digest, removed from list
18
+ - feature: metrics: added clear_interval and flush_interval parameters for
19
+ setting flush rates and when to clear metrics (#545)
20
+
21
+ ## outputs
22
+ - bugfix: rabbitmq: disable automatic connection recovery (LGOSTASH-1350)
23
+ (#642)
24
+ - bugfix: reimann: fixed tagging of riemann events (#631)
25
+
26
+ ## patterns
27
+ - improvement: added IPV6 suppot to IP pattern (#623)
14
28
15
29
1.2.1 (September 7, 2013)
16
30
# general
Original file line number Diff line number Diff line change @@ -65,6 +65,12 @@ Contributors:
65
65
* Jonathan Quail (jonathanq)
66
66
* Kushal Pisavadia (KushalP)
67
67
* Gang Chen (goncha)
68
+ * Michael Klishin (michaelklishin)
69
+ * Marc Fournier (mfournier)
70
+ * Helmut Duregger (hduregger)
71
+ * Matt Dainty (bodgit)
72
+ * Juarez Bochi (jbochi)
73
+ * Bernd Ahlers (bernd)
68
74
69
75
Note: If you've sent me patches, bug reports, or otherwise contributed to
70
76
logstash, and you aren't on the list above and want to be, please let me know
You can’t perform that action at this time.
0 commit comments