Skip to content

Releases: observIQ/stanza

v0.9.5

28 Jul 17:55
c6b6d63
Compare
Choose a tag to compare

Added

  • Configurable timeout parameter for the k8s_metadata_decorator (PR54)
  • Journald operator now supports start_at parameter (PR55)

Changed

  • Enhanced plugin parameter metadata structure, to support required/optional and default values (PR59)

Fixed

  • Issue where multiple instances of syslog_parser would cause parsing errors (PR61)
  • short destination buffer error now is handled by increasing encoding buffer size (PR58)
  • Issue where omitting the output field in a plugin could result in errors (PR56)

v0.9.4

21 Jul 18:34
b4c08e2
Compare
Choose a tag to compare

[0.9.4] - 2020-07-21

  • Allow omitting id, defaulting to plugin type if unique within namespace
  • Allow omitting output, defaulting to the next operator in the pipeline if valid

v0.9.3

21 Jul 00:56
f52b674
Compare
Choose a tag to compare

Added

  • Support for multiple encodings in the file input plugin (PR39)
  • Install scripts and docker image now include plugins from carbon-plugins repository (PR45)
  • Publish image to dockerhub (PR42)
  • Improved default configuration (PR41)
  • Basic developer documentation (PR43)

Fixed

  • JournalD emits map[string]interface{} (PR38)

v0.9.2

16 Jul 15:44
963e6a7
Compare
Choose a tag to compare

Added

  • Link carbon into /usr/local/bin so it's available on most users' PATH (PR28)
  • New parameter file_name_path to the file input plugin for cases when just the file name is needed

Changed

  • Renamed path_field to file_path_field in the file input plugin

Fixed

  • Failure in Google Cloud Output to convert some data types to protocol buffers

v0.9.1

13 Jul 14:06
a29a982
Compare
Choose a tag to compare

Added

  • More specific warning and error messages for common configuration issues (PR12,PR13,PR14)

Fixed

  • Writing from files being actively written to will sometimes read partial entries (PR21)
  • Minor documentation omissions

v0.9.0

09 Jul 19:40
997c7ac
Compare
Choose a tag to compare

Initial open source release