Hi, found a small bug in the redis destination module. I actually dont know where to file a report for it, maybe someone here knows... In modules/redis/redis-parser.c the host and port assignments are missing: { "host", KW_HOST }, { "port", KW_PORT }, without these it is not possible to connect to redis servers other than the default (localhost). The redis destination works very well btw (tested at a quite large deployment). cheers Otto -- www.bergerdata.de
Hi! Otto Berger <otto@bergerdata.de> writes:
found a small bug in the redis destination module. I actually dont know where to file a report for it, maybe someone here knows...
This list is a good place. Thanks for the report, I will add these to redis-parser.c. -- |8]
Gergely Nagy <algernon@balabit.hu> writes:
Hi!
Otto Berger <otto@bergerdata.de> writes:
found a small bug in the redis destination module. I actually dont know where to file a report for it, maybe someone here knows...
This list is a good place. Thanks for the report, I will add these to redis-parser.c.
Just pushed this to 3.5 master, a fix will be in 3.5.2 due early next week. Thanks for the report and the fix too! -- |8]
participants (2)
-
Gergely Nagy
-
Otto Berger