Releases: observIQ/stanza
Releases · observIQ/stanza
v1.2.7
Added
- Key Value Parser: PR426
- Parse
key=value
pairs
- Parse
- Google Output: Added optional location parameter PR446
Changed
- Google Output: entry.Resources are now mapped as labels, because Google Cloud Logging does not support custom resources PR425
- File Input: Optimize excluded file detection PR444
- Significant startup time reduction when reading from a directory with 50,000+ files
- File Input: Optimize
delete_after_read
Fixed
- TCP / UDP Input: Resolve panic when closing nil connection: PR437
- Cloudwatch Input: Do not store pointers on the entry PR445
- Resolves an issue where an expression cannot be used against an entry from Cloudwatch input
- File Input: Resolve issue where doublestar does not correctly detect files PR433
- Ported from otel: open-telemetry/opentelemetry-log-collection#268
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
Changed
- File Input: Added optional LabelRegex parameter, for parsing log file headers as labels PR 376
- CSV Parser: Dynamic field names PR 404
- ARM64 Container Image: PR 381
- TCP Input: Minimum TLS version is now configurable: PR 400
- Systemd service: Set
TimeoutSec
PR 402 - Updated dependencies:
- go.uber.org/multierr PR 387
- go.etcd.io/bbolt PR 385
- k8s client PR 377
- k8s.io/api
- k8s.io/apimachinery
- k8s.io/client-go
- github.com/golangci/golangci-lint PR 382
- cloud.google.com/go/logging PR 394
- google.golang.org/grpc PR 383
- github.com/aws/aws-sdk-go PR 395
- golang.org/x/text PR 386
- github.com/antonmedv/expr PR 396
v1.1.8
Changed
- UpdatedDocker base image to stanza base image PR 393
- 100MB image size reduction
- Pinned package versions
Fixed
- Resolved an issue where log type is not set correctly when using kubernetes_container plugin and Google output PR 392