Releases: observIQ/stanza
Releases · observIQ/stanza
v0.13.2
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
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
Added
- OTLP severity level recognition
- Severity Text field on Entry
Changed
- Removed
preserve
in favor ofpreserve_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
Added
windows_eventlog_input
can now parse messages from the Security channel.
v0.12.4
Fixed
- Router outputs were not namespaced correctly
v0.12.3
Fixed
- (De)serialization of JSON for plugin config structs
v0.12.2
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 thestanza
module
v0.12.1
Plugin updates
v0.12.0
Changed
- Most operators are no longer part of dedicated modules