graylog-labs / graylog-plugin-redis

Redis plugin for Graylog
https://marketplace.graylog.org/addons/f9c46a23-024c-4a63-b08d-8f8c350b3f52
GNU General Public License v3.0
14 stars 5 forks source link

Redis Plugin not recieve message #1

Open mjeke opened 6 years ago

mjeke commented 6 years ago

I used Redis Plugin for Graylog. But i can’t receive messages. Please help me. thanks. +++++++++ Graylog: v2.2.3 7adc951 redis plugin: graylog-plugin-redis-0.1.1.jar Graylog input: Raw/Plaintext Redis

auto_reconnect:
 true
channels:
 <empty>
override_source:
 <empty>
patterns:
 <empty>
ping_before_activate_connection:
 false
redis_uri:
 redis://****@10.9.**.**:6379/0
request_queue_size:
 2147483647
threads_computation:
 3
threads_io:
 3
throttling_allowed:
 false
timeout:
 60

Throughput / Metrics 1 minute average rate: 0 msg/s Empty messages discarded: 0

mjeke commented 6 years ago

inserts the events into a redis channel, i can now receive messages.

ask4gilles commented 6 years ago

@mjeke I'm facing the same situation: I'm using a logback appender to store my logs in a redis list in json format and I've configured the graylog redis plugin but got nothing. From what I understood, this plugin works with redis channels. I did not find an existing logback appender to publish to a channel instead of a list. Do you have any clue ? Thx.

mjeke commented 6 years ago

1.I think it's an important feature, and it would be great if anyone could make it. 2.My method now is redis+logstash+logstash gelf plugin+graylog.

ask4gilles commented 6 years ago

Thanks, I've created a request to do so here