Skip to content

v1.2.7

Compare
Choose a tag to compare
@jsirianni jsirianni released this 22 Sep 16:43
ae8bd3a

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