Skip to content

Releases: observIQ/stanza

v0.13.12

26 Jan 16:39
916f47e
Compare
Choose a tag to compare

Changed

  • Allow plugin parameters to have a default value even if they are required

v0.13.11

15 Jan 16:42
7e548af
Compare
Choose a tag to compare

Updated version of stanza used in several isolated modules

v0.13.10

15 Jan 16:05
8dac701
Compare
Choose a tag to compare

Added

  • timestamp parser now supports a location parameter

v0.13.9

05 Jan 17:40
cb89ebc
Compare
Choose a tag to compare

Fixed

v0.13.8

30 Dec 18:30
Compare
Choose a tag to compare
update changelog for 0.13.8

v0.13.7

23 Dec 19:02
Compare
Choose a tag to compare

Added

  • Ability to customize file_input's fingerprint_size

v0.13.6

18 Dec 14:46
Compare
Choose a tag to compare

Fixed

  • Issue where timestamps ending with Z were not treated as UTC
  • Issue where recognized timezones may not properly calculate offsets
  • Issue where file_output would escape html special characters

v0.13.5

10 Dec 18:49
e91ef0c
Compare
Choose a tag to compare

[0.13.5] - 2020-12-10

Fixed

  • Issue where flushers would retry indefinitely
  • Issue where flushers would improperly reuse the same http request multiple times

v0.13.4

07 Dec 19:26
e1b6f7c
Compare
Choose a tag to compare

[0.13.4] - 2020-12-07

Added

  • Recombine operator to combine multiline logs after ingestion and parsing

Fixed

  • Issue where entries skipped by if would be output twice

v0.13.3

01 Dec 18:45
c97ed48
Compare
Choose a tag to compare

Added

  • New operators forward_output and forward_input to easily send log entries between stanza instances.
  • Override default timestamp with STANZA_DEFAULT_TIMESTAMP for integration testing
  • Add new bytesize type for easier configuration of byte sizes
  • Automatic severity promotion in the syslog parser

Fixed

  • Open files in chunks so that we don't hit open file limit and cause performance issues