Any reason why you don't use nxlog's own buffering for nxlog -> logstash ?

(I'm currently working on what seems like basically the same deployment,
although I don't have Redis in play at the moment)

I think you would have to output to a different program that would know how
to speak Redis (at least to select the right queue, etc.)... but that right
there is also a failure point, and so it would be better to use nxlog's
buffering, no?

Either that, or you would need to write an extension module that would
implement a to_redis(), or similar...?

Cheers,
Cameron


-- 
Cameron Kerr <cameron.kerr...@gmail.com>
See my blog at http://distracted-it.blogspot.co.nz/  (previously
http://humbledown.org/)
Skype me on cameron.kerr.nz



On 29 July 2014 10:50, Rusty Chapin <rcha...@prepsportswear.com> wrote:

> I believe this has been asked before but cannot find a straight answer...
>
> Here is my desired scenario:
>
> I want to use a Redis cluster as a buffer for demonstrated application
> instability between NXLog, Logstash, and Elasticsearch.  The demonstrated
> instability is between the applications.  All on a single server I see
> communication failures and inability to recover if one of the applications
> hangs for a while.
>
> The desired scenario plays out something like this:
>
> Nxlog           PUSH to         RedisCluster
> Logstash        PULL from       Redis Cluster
> Logstash        PUSH to Redis Cluster
> Elasticsearch   PULL from       Redis Cluster
>
> So the question is... what needs to be done to have NXLog communicate
> directly with Redis in a performant and stable manner?
>
> Thanks for all of the help!
>
> Rusty
>
>
> ------------------------------------------------------------------------------
> Infragistics Professional
> Build stunning WinForms apps today!
> Reboot your WinForms applications with our WinForms controls.
> Build a bridge from your legacy apps to the future.
>
> http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
> _______________________________________________
> nxlog-ce-users mailing list
> nxlog-ce-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users
>
------------------------------------------------------------------------------
Infragistics Professional
Build stunning WinForms apps today!
Reboot your WinForms applications with our WinForms controls. 
Build a bridge from your legacy apps to the future.
http://pubads.g.doubleclick.net/gampad/clk?id=153845071&iu=/4140/ostg.clktrk
_______________________________________________
nxlog-ce-users mailing list
nxlog-ce-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nxlog-ce-users

Reply via email to