fluent-plugin-redis
fluent-plugin-redis copied to clipboard
Redis output plugin for Fluent event collector
This adds support for fetching messages from Redis Pub/Sub. This basically allows Fluentd to act as a data stream subscriber. Here is an example configuration that uses this plugin: ```xml...
This adds a new form of event propagation, using Redis `PUBLISH` command to send messages to receivers. With this merged, you can start writing as follows: @type redis command publish...
#### Problem We have existing log stacks that use LIST or CHANNEL data types and does not support HASH_MAP. #### Steps to replicate Use a log consumer that only supports...