You could do many things.. you want a load balancer in front of them. HAproxy should be able to this for you i suppose. But if you want something simple just put in both in dns under the same name an let it just hit what t hits.
Why cant 1 rsyslog do what you need? We are pushing 50mbyte/sec to a single server in each DC. We are then forwarding that same data to hadoop. So hadoop is were our log data is actually merged. As far as syncing the files... without hadoop. you could use gluster or clvm but this assuming your network bandwidth is not too high for the volume. Im not the best rsyslog expert but thats how i would solve it given i had the resources. On Jun 20, 2013 5:09 PM, "Dirk" <[email protected]> wrote: > Hi all, > > I do have a logical problem I need a hint for. > > I want to configure redundant central logservers so that > - the clients send messages to one and fail over to the second if the > first is off > - not all clients send to the same primary, but share the load (half of > the clients sends to server A as primary, other half to B as primary) > That is the easy part, I have that working. > > Now I want the logservers to forward everything they receive over the > network to the other logserver. In the end they should have the same amount > of log messages, the complete set. > > I cannot simply add a line to the logservers' config forwarding everything > over to the other one - that would build a loop. > > So I need a way of configuring "forward only what you received from > clients, but not from the other logserver". That still would be fairly easy > if I replaced the originating hostname in the log message with that of the > forwarding logserver. > But I want the originating logclient's hostname to remain. > > I remember having solved that problem once some years ago, but I googled > all day and did not find the solution. > > Any hint or help would be appreciated. > > Dirk > ______________________________**_________________ > rsyslog mailing list > http://lists.adiscon.net/**mailman/listinfo/rsyslog<http://lists.adiscon.net/mailman/listinfo/rsyslog> > http://www.rsyslog.com/**professional-services/<http://www.rsyslog.com/professional-services/> > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

