Releases: Psych0meter/logstash-filter-redis
Releases · Psych0meter/logstash-filter-redis
Release list
0.5.1
Full Changelog: 0.5.0...0.5.1
0.5.0
Added
- Wildcard pattern matching support via
pattern_matchingconfiguration - Configurable pattern namespace with
pattern_namespacesetting - 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
appendconfiguration - 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
Added
- Support for Redis data types:
string,hash,list,set, andzset. fallbackconfiguration to set a default value when Redis lookup fails or key is missing.timeoutoption 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