forked from bartavelle/hslogstash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangelog
92 lines (57 loc) · 2.76 KB
/
Changelog
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
hslogstash (0.3.6) precise; urgency=low
* Bumped http-conduit version.
* Added logstash firehose
-- Bartavelle <[email protected]> Mon, 27 Dec 2013 08:18:07 +0100
hslogstash (0.3.5) precise; urgency=low
* Bumped text version bound.
-- Bartavelle <[email protected]> Wed, 18 Dec 2013 18:50:04 +0100
hslogstash (0.3.4) precise; urgency=low
* Fix collectd2nagios problems.
* New scanning search for ElasticSearch.
-- Bartavelle <[email protected]> Tue, 17 Dec 2013 12:12:24 +0100
hslogstash (0.3.3) precise; urgency=low
* Fixed the .cabal to follow the PVP.
-- Bartavelle <[email protected]> Fri, 25 Oct 2013 14:00:52 +0200
hslogstash (0.3.2) precise; urgency=low
* Some tests ...
* Fix bug related to finalization of chunked conduits.
* Fix bug related to incorrect completion of branching conduit threads.
-- Bartavelle <[email protected]> Fri, 25 Oct 2013 13:52:50 +0200
hslogstash (0.3.1) precise; urgency=low
* Generalize the concatFlushSum function.
-- Bartavelle <[email protected]> Mon, 14 Oct 2013 15:20:56 +0200
hslogstash (0.3.0) lucid; urgency=low
* Generalized the flushing conduit stuff, breaking the API.
-- Bartavelle <[email protected]> Mon, 14 Oct 2013 15:00:26 +0200
hslogstash (0.2.3.1) lucid; urgency=low
* Updated to the conduits 1.0 API.
* Ability to specify an arbitrary prefix for elasticsearch indexes.
* Basic Elasticsearch source.
-- Bartavelle <[email protected]> Fri, 10 May 2013 08:55:53 +0200
hslogstash (0.2.3) lucid; urgency=low
* New branching system
* Modified the Redis source so that the timeout value is controllable.
* Various utilities have been added to handle Flush conduits.
-- Bartavelle <[email protected]> Fri, 01 Mar 2013 16:12:53 +0100
hslogstash (0.2.2) lucid; urgency=low
* Added a Logstash server source.
* Added a "safe" retrying socket Sink.
* Properly renamed the ElasticSearch "Sink" to "Conduit".
* The Redis source now retrieves bulk data.
* The ElasticSearch sink now can use the bulk API.
* Added a "safe" retrying Redis Sink.
* Modified the Logstash listener source API.
* Added a utility function for putting a correct timestamp in logstash
messages that lack one.
-- Bartavelle <[email protected]> Fri, 01 Feb 2013 10:36:37 +0100
hslogstash (0.2.1) lucid; urgency=low
* Fixed bug in the index name.
-- Bartavelle <[email protected]> Fri, 25 Jan 2013 18:29:40 +0100
hslogstash (0.2.0) lucid; urgency=low
* Fixes bad emptyLSMessage construction.
* Add support for the @timestamp field.
* Use the built in UTFTime serialization when possible.
* Quick Redis conduit.
* Quick ElasticSearch conduit.
* Documentation updates, and example program.
-- Bartavelle <[email protected]> Fri, 25 Jan 2013 17:12:22 +0100