Releases: observIQ/stanza
Releases · observIQ/stanza
v0.13.12
Changed
- Allow plugin parameters to have a default value even if they are required
v0.13.11
Updated version of stanza used in several isolated modules
v0.13.10
Added
timestamp
parser now supports alocation
parameter
v0.13.9
Fixed
k8s_metadata_decorator
using a proxy causes internal API timeout
v0.13.8
update changelog for 0.13.8
v0.13.7
Added
- Ability to customize
file_input
'sfingerprint_size
v0.13.6
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
[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
[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
Added
- New operators
forward_output
andforward_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