Logstash Filter Cache

This filter provide a cache where you can store data.

Installation

“ bin/plugin install logstash-filter-cache

Usage

“vascript

Example

“ bin/logstash -e ‘input { stdin {} } filter { sequence { field => “sequence” } } output { codec => rubydebug }’ -w 1 Default settings used: Filter workers: 1 Logstash startup completed