Skip to content

Releases: observIQ/stanza

v1.1.6

18 Aug 02:54
b0ecdb0
Compare
Choose a tag to compare

Added

  • File Input: Added optional labels for resolved symlink file name and path PR 364
  • CSV Parser: Added optional configuration field header_delimiter PR 370

Changed

  • Journald Input: Switched to polling strategy PR380

v1.1.5

15 Jul 15:54
0fe36d0
Compare
Choose a tag to compare

Changed

  • Goflow now includes a string representation of the proto field as proto_name PR 359
  • Goflow parse function refactored for significant performance increase PR 361

Fixed

  • Goflow zero values (such as proto) are no longer ommited as they are valid values PR 361
    • proto: 0 represents proto_name: HOPOPT

v1.1.4

08 Jul 18:08
Compare
Choose a tag to compare

Added

Fixed

Changed

  • K8s daemonset example refreshed PR 348

v1.1.3

30 Jun 15:22
c254bee
Compare
Choose a tag to compare

This release is strictly to add Stanza Plugins v0.0.66

v1.1.2

24 Jun 15:00
3d5afac
Compare
Choose a tag to compare

Fixed

  • Resolved an issue where empty ip address fields result in failed parsing PR 336

v1.1.1

21 Jun 20:50
7b82912
Compare
Choose a tag to compare

Fixed

  • Log error returned by publisher.Open in operator/builtin/input/windows/operator.go PR 334

v1.1.0

18 Jun 17:45
762bf14
Compare
Choose a tag to compare

Added

  • Added Goflow operator for receiving Netflow (v5, v9, ipfix) and Sflow PR 332

v1.0.1

16 Jun 18:33
b5a6c13
Compare
Choose a tag to compare

Fixed

  • Fixed panic during shutdown when Google Cloud Output credential file not found Issue 264
  • Fixed bug where logs can be duplicated when a parser has on_error=send PR 330

v1.0.0

28 May 00:55
38b46f1
Compare
Choose a tag to compare

v1.0.0 represents a major version increase. The only breaking change is that the repo is now a single module. Existing configurations and plugins will continue working. Projects that depend on Stanza should remove all go.mod entries that point to operators, and instead use a single entry:

v0.14.2 or older:

github.com/observiq/stanza v0.14.2
github.com/observiq/stanza/operator/builtin/input/k8sevent v0.1.2
github.com/observiq/stanza/operator/builtin/input/windows v0.1.3
github.com/observiq/stanza/operator/builtin/output/elastic v0.1.2
github.com/observiq/stanza/operator/builtin/output/googlecloud v0.1.3
github.com/observiq/stanza/operator/builtin/output/newrelic v0.1.2
github.com/observiq/stanza/operator/builtin/parser/syslog v0.1.5
github.com/observiq/stanza/operator/builtin/transformer/k8smetadata v0.1.2

v1.0.0 or newer:

github.com/observiq/stanza v1.0.0

v0.14.2

24 May 15:34
32e97be
Compare
Choose a tag to compare

Changed

  • Make buffer max chunk delay reconfigurable on the fly PR313