Skip to content

Releases: bangunindo/trap2json

v0.6.0

17 Jan 12:27
Compare
Choose a tag to compare

Improvement

  • Updated golang dependencies
  • Use encoding/json/v2 candidate library for smaller message structure (less memory usage for queued messages)
  • Time fields on message is now using native golang type. Now it can be used in json_format for further customizing payload schema

New Features

  • New correlate module. Now message can have open/raise time and duration for a specific alarm.

v0.5.0

21 Dec 12:56
8bec46d
Compare
Choose a tag to compare

New Features

  • Added HTTP forwarder support

v0.4.8

15 Dec 12:06
Compare
Choose a tag to compare

New Features

  • Kafka forwarder now supports TLS, SASL, and batch write

v0.4.7

13 Dec 06:08
Compare
Choose a tag to compare

New Features

  • Linux pipe buffer size is also now customizable via T2J_BUFFERSIZE env var.

v0.4.6

12 Dec 13:15
Compare
Choose a tag to compare

Bug Fix

  • Parser prometheus metrics wasn't initialized, resulting in non-existent counter if no traffic passed through/dropped yet

New Features

  • Snmptrapd buffer size can now be set from configuration. It's previously a static value of 64kb

v0.4.4

12 Dec 05:13
Compare
Choose a tag to compare

Bug Fix

  • Prometheus counter for forwarder is not incremented

v0.4.2

11 Dec 14:24
Compare
Choose a tag to compare

Improvement

  • Updated golang runtime from 1.21.3 to 1.21.5
  • Updated golang dependencies

v0.4.1

20 Oct 09:53
Compare
Choose a tag to compare

Improvement

  • Updated golang runtime from 1.21.0 to 1.21.3
  • Updated golang dependencies

v0.4.0

09 Sep 02:49
Compare
Choose a tag to compare

Breaking Changes

  • changed values to value_list keyword forjson_format and filter field in config.yml. values is now a reserved keyword in newer version of antonmedv/expr

Improvement

  • Updated golang runtime from 1.20 to 1.21
  • Updated golang dependencies

New Features

v0.3.3

03 Aug 15:03
Compare
Choose a tag to compare

Improvement

  • Improve handling in case of snmptrapd premature exit