Skip to content

Releases: Psych0meter/logstash-filter-redis

0.5.1

Choose a tag to compare

@Psych0meter Psych0meter released this 03 Jul 11:33

Full Changelog: 0.5.0...0.5.1

0.5.0

Choose a tag to compare

@Psych0meter Psych0meter released this 02 Jul 07:13
1c5eff4

Added

  • Wildcard pattern matching support via pattern_matching configuration
  • Configurable pattern namespace with pattern_namespace setting
  • SCAN-based pattern lookup for better performance with large datasets
  • Regex pattern caching for improved matching efficiency
  • Support for matching event values against Redis-stored patterns
  • New output structure with matched pattern metadata
  • Support for appending multiple Redis values to an array with append configuration
  • JSON parsing for string values to handle structured data in Redis
  • Improved value formatting with type preservation
  • Better handling of array input values from the source field

0.4.0

Choose a tag to compare

@Psych0meter Psych0meter released this 06 May 05:29

Added

  • Support for Redis data types: string, hash, list, set, and zset.
  • fallback configuration to set a default value when Redis lookup fails or key is missing.
  • timeout option for Redis connection handling.
  • Improved error logging on Redis failures.
  • Enhanced documentation, gemspec metadata, and plugin comments for clarity.

Changed

  • Connection handling is now lazy and resilient to failures.
  • Internal structure aligned with Logstash plugin best practices for maintainability.

Full Changelog: https://github.com/Psych0meter/logstash-filter-redis/commits/0.4.0