The Redis input should allow multiple Redis servers
Description
Gliffy Diagrams
Activity
Show:
Jordan Sissel September 11, 2013 at 6:40 PM
James and I talked about this a while back; I think similar input and output plugins should look the same. This means redis input should accept multiple hosts if the output accepts multiple hosts.

Richard Pijnenburg September 10, 2013 at 12:29 PM
I think in your output example when having 2 outputs its not like the 'round robin' solution. it will send it to both outputs separately.
With the input, i think its more difficult to internally in the output have it spawn multiple threads for every redis server.
Personally i think having separate input definitions is easier coding wise.

louis z January 3, 2013 at 6:55 AM
See also
Details
Details
Assignee

Reporter

Labels
Affects versions
Created January 2, 2013 at 9:38 PM
Updated September 11, 2013 at 6:40 PM
Currently the redis output allows "round-robin"-like specification of multiple Redis servers.
This behavior means our single redis output is the equivialant of:
Each Redis server is tried in sequence.
I would propose that the redis input plugin should have the same behaviour so that:
Was the same as: