Skip to content

Releases: observIQ/stanza

v1.2.7

22 Sep 16:43
ae8bd3a
Compare
Choose a tag to compare

Added

  • Key Value Parser: PR426
    • Parse key=value pairs
  • 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
    • Do not store deleted files in database: #442
    • Added filename_recall_period parameter: #440

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

v1.2.6

14 Sep 19:40
30f6818
Compare
Choose a tag to compare

Changed

  • Upgrade from Go 1.16 to 1.17
  • AWS Cloudwatch Input: Added abilty to monitor more than one log group PR 420
  • File Input: Changed default max files from 1024 to 512 PR 423

v1.2.5

13 Sep 14:18
7d3dde4
Compare
Choose a tag to compare

This release bundles plugins version 0.0.76

v1.2.4

10 Sep 18:58
1700d51
Compare
Choose a tag to compare

Added

  • File Input: Added optional delete_after_read parameter PR 417
    • Useful for cleaning up files after they are read. Important when reading from a directory that is constantly adding new files and never modifying old files.
    • Can only be used with start_at: beginning

Changed

v1.2.3

08 Sep 21:25
b6728d8
Compare
Choose a tag to compare

Fixed

Resolved an issue where journald will omit logs above 4096 bytes PR 414

v1.2.2

03 Sep 20:04
5fc3cd8
Compare
Choose a tag to compare

Changed

Added debug logging to journald_input and google_cloud_output operators PR 413

v1.2.1

25 Aug 16:41
b6356b6
Compare
Choose a tag to compare

Changed

This release includes Stanza Plugins 0.0.72, which includes the new W3C plugin

Fixed

  • ARM64 container image release process PR 407
  • CI benchmark failures PR 408

v1.2.0

24 Aug 20:59
a597769
Compare
Choose a tag to compare

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

19 Aug 19:33
Compare
Choose a tag to compare

Changed

Fixed

v1.1.7

19 Aug 13:11
Compare
Choose a tag to compare

Added

Fixed

  • Resolved journald bug introduced in previous patch release (1.1.6) PR 389