Hi Fabio,

If you need AMPQ for integration with other apps, you can try Logstash with
syslog input and AMPQ output.

That said, Logstash needs AMPQ to have a persistency layer when shipping
logs, since it has very limited queueing. As David pointed out, rsyslog has
on disk and in memory queues which offer that out of the box. So if you
need AMPQ for mass log shipping, I think you should consider using rsyslog
directly. You can couple it directly to quite a lot of stuff, like
Elasticsearch or MongoDB.

And if you're looking for is missing (like AMPQ is), you can always develop
input/output plugins or get some custom development from Adiscon to do that
for you. I would assume this would be the good, clean solution in the long
run.

Otherwise, like Jerome suggested, you can always hack a little script to do
what you want and use omprog to pipe all logs to that script.

Best regards,
Radu


2012/12/6 Jerome Renard <[email protected]>

> Hi Fabio,
>
> On Thu, Dec 6, 2012 at 6:10 PM, Fabio Sangiovanni <[email protected]>
> wrote:
> > Hi,
> >
> > I'd be very interested in sending log messages from rsyslog to an AMQP
> destination.
> > That, together with persistent on-disk queues, would be an amazing
> feature for mass log collection and integration of syslog with other
> applications.
> > Is it even in the plan?
> >
>
> Not AMQP, but maybe you will find omzmq3 useful [1]
>
> You can also use the omprog module [2] and from your program send logs
> to a RabbitMQ server (or anything else that support AMQP)
>
> 'Hope that help :)
>
> 1.
> http://git.adiscon.com/?p=rsyslog.git;a=tree;f=plugins/omzmq3;h=6c9f8763a462af4756a6c4579dc3b27c82722b19;hb=HEAD
> 2. http://www.rsyslog.com/doc/rsyslog_conf_modules.html/omprog.html
>
> --
> Jérôme
> _______________________________________________
> 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.
>
_______________________________________________
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.

Reply via email to