Releases: observIQ/stanza
Releases · observIQ/stanza
v0.10.0
v0.9.14
Fixed
- Rendering issue with the
kubernetes_events
plugin
v0.9.13
Added
- Support for accessing the resource with fields (PR105)
- Support for using fields to select keys that contain dots like
$record['field.with.dots']
(PR105) google_cloud_output
will use resource create a monitored resource for supported resource types (currently only k8s resources) (PR105)
Changed
- The operators
host_metadata
,k8s_event_input
, andk8s_metadata_decorator
will now use the top-level resource field (PR105) k8s_metadata_decorator
now generates pod labels that match those generated by GKE (PR105)
Fixed
v0.9.12
Changed
- Agent is now embeddable with a default output
v0.9.11
Added
- The 'filter' operator
Changed
- Renamed project to
stanza
- Move
testutil
package out ofinternal
v0.9.10
Added
- The
Resource
field was added to Entry (PR95) - The
Identifier
helper was created to assist with writing toResource
(PR95)
Removed
- The
Tags
field was removed from Entry (PR95)
Changed
- The
host_metadata
operator now writes to an entry'sResource
field, instead of Labels - The
host_labeler
helper has been renamedhost_identifier
- The
metadata
operator embeds theIdentifier
helper and supports writing toResource
- Input operators embed the
Identifier
helper and support writing toResource
- The
k8s_event
operator now supports thewrite_to
,labels
, andresource
configuration options - Multiline for
file_input
now supports matching on new lines characters (PR96)
v0.9.9
v0.9.8
v0.9.7
Changed
- In the file input operator, file name and path fields are now added with
include_file_name
(defaulttrue
) andinclude_file_path
(defaultfalse
) - Input and router operators can define labels on entries using the
labels
field - Add Event ID to windows event log entries
- Use the
go-syslog
fork directly rather than relying on areplace
directive so that the agent can be used as a library successfully
v0.9.6
Changed
- Fork go-syslog to support long sdnames that are not rfc5424-compliant
- Reduce noise in debug messages for TCP and UDP inputs
Added
log_type
label added by default to input operators
Fixed
- Trim carriage returns from TCP input