Skip to content

Releases: observIQ/stanza

v0.13.2

17 Nov 15:30
a3c391f
Compare
Choose a tag to compare

Added

  • New parameter if to parser plugins to allow for easy conditional parsing without routers
  • New default parameter to the router to explicitly send unmatched entries to a specific operator(s)

v0.13.1

11 Nov 21:22
556d312
Compare
Choose a tag to compare

Fixed

  • Missing default configuration of elastic_output flusher

Changed

  • A plugin that fails to parse will now log an error, but will not cause stanza to fail to start

Added

  • New stdin operator

v0.13.0

09 Nov 18:59
Compare
Choose a tag to compare

Added

  • OTLP severity level recognition
  • Severity Text field on Entry

Changed

  • Removed preserve in favor of preserve_to to make it more clear that it may overwrite parsed fields
  • Updated our internal log sampling numbers to more aggressively sample repeated logs

Added

  • Log message whenever a new file is detected

v0.12.5

07 Oct 19:49
7871461
Compare
Choose a tag to compare

Added

  • windows_eventlog_input can now parse messages from the Security channel.

v0.12.4

07 Oct 17:58
1db5ac4
Compare
Choose a tag to compare

Fixed

  • Router outputs were not namespaced correctly

v0.12.3

07 Oct 16:08
188e8cb
Compare
Choose a tag to compare

Fixed

  • (De)serialization of JSON for plugin config structs

v0.12.2

06 Oct 20:46
bb2acd5
Compare
Choose a tag to compare

Added

  • New Relic Logs output operator
  • Additional resource values with parent object names (service name, replica set name, etc.) in the k8s metadata operator
  • Publicly available version.GetVersion() for consumers of the stanza module

v0.12.1

01 Oct 17:19
c5fe51b
Compare
Choose a tag to compare

Plugin updates

v0.12.0

21 Sep 17:38
5174715
Compare
Choose a tag to compare

Changed

  • Most operators are no longer part of dedicated modules

v0.11.0

15 Sep 19:08
6e26a31
Compare
Choose a tag to compare

Added

Changed

  • Add routine namespace discovery to K8s_events (PR116)