{"id":26049474,"url":"https://github.com/synlay/logstash-filter-cache-redis","last_synced_at":"2026-03-09T13:36:42.067Z","repository":{"id":56881954,"uuid":"96936340","full_name":"synlay/logstash-filter-cache-redis","owner":"synlay","description":"Redis cache filter for Logstash","archived":false,"fork":false,"pushed_at":"2018-03-13T02:49:53.000Z","size":15,"stargazers_count":7,"open_issues_count":3,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-21T14:20:00.998Z","etag":null,"topics":["logstash","logstash-plugin","redis"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synlay.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-11T20:54:09.000Z","updated_at":"2020-05-19T11:46:25.000Z","dependencies_parsed_at":"2022-08-21T00:50:07.237Z","dependency_job_id":null,"html_url":"https://github.com/synlay/logstash-filter-cache-redis","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flogstash-filter-cache-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flogstash-filter-cache-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flogstash-filter-cache-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synlay%2Flogstash-filter-cache-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synlay","download_url":"https://codeload.github.com/synlay/logstash-filter-cache-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247826914,"owners_count":21002764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["logstash","logstash-plugin","redis"],"created_at":"2025-03-08T01:35:23.884Z","updated_at":"2026-03-09T13:36:42.008Z","avatar_url":"https://github.com/synlay.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Logstash Filter Redis Cache Plugin\n\n[![Build Status](https://travis-ci.org/synlay/logstash-filter-cache-redis.svg)](https://travis-ci.org/synlay/logstash-filter-cache-redis)\n[![Coverage Status](https://coveralls.io/repos/github/synlay/logstash-filter-cache-redis/badge.svg?branch=master)](https://coveralls.io/github/synlay/logstash-filter-cache-redis?branch=master)\n[![Gem Version](https://badge.fury.io/rb/logstash-filter-cache-redis.svg)](https://badge.fury.io/rb/logstash-filter-cache-redis)\n[![GitHub license](https://img.shields.io/github/license/synlay/logstash-filter-cache-redis.svg)](https://github.com/synlay/logstash-filter-cache-redis)\n\nThis is a plugin for [Logstash](https://github.com/elastic/logstash).\n\nIt is fully free and fully open source. The license is MIT, see [LICENSE](http://github.com/synlay/logstash-filter-cache-redis/LICENSE) for further infos.\n\n## Documentation\n\nThis filter will store and retrieve data from Redis data cache. The fields `source` and `target` are used alternatively as data in- or output fields, while the value of a defined command like `rpush` will look for the corresponding event and use that value as the key. The following example for instance will store data from the event `ProductEntity` under the key based upon the data from the event `ProductId`:\n\n```ruby\nfilter {\n    cache_redis {\n        rpush =\u003e \"ProductId\"\n        source =\u003e \"ProductEntity\"\n    }\n}\n```\n\n## Developing\n\nFor further instructions on howto develop on logstash plugins, please see the documentation of the official [logstash-filter-example](https://github.com/logstash-plugins/logstash-filter-example#developing).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynlay%2Flogstash-filter-cache-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynlay%2Flogstash-filter-cache-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynlay%2Flogstash-filter-cache-redis/lists"}