Re: [rsyslog] AMQP as log destination?

2012-12-07 Thread Fabio Sangiovanni
acronym alert, what does AMQP stand for? It's a standard protocol to communicate with message queueing systems. http://www.amqp.org/ http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol Message queueing system implementations that support AMQP: RabbitMQ, Apache QPid persistent

Re: [rsyslog] AMQP as log destination?

2012-12-07 Thread Fabio Sangiovanni
Il giorno 06/dic/2012, alle ore 20:47, Jerome Renard jerome.ren...@gmail.com ha scritto: 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

Re: [rsyslog] Ubuntu 12 (Precise) v7-devel packages

2012-12-07 Thread Radu Gheorghe
Thank you very much Andre! I will test it and report the results. Sorry for the delay in replying, I was hoping to come back with the feedback directly, but something has come up and my tests will be delayed for a while. Best regards, Radu 2012/12/6 Andre Lorbach alorb...@ro1.adiscon.com Hi,

Re: [rsyslog] AMQP as log destination?

2012-12-07 Thread Fabio Sangiovanni
Il giorno 06/dic/2012, alle ore 23:36, Radu Gheorghe radu0gheor...@gmail.com ha scritto: 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,

[rsyslog] Multiple Apache vhosts, keep individual log files AND send to remote logstash

2012-12-07 Thread Ben Bradley
Hi everyone I've just started investigating centralised logging and I'm gradually building up a plan of action. I'd like to store the logs on a central server running logstash/ElasticSearch so they can be searched and monitored using Kibana. With rsyslog sending the logs over the network to a

[rsyslog] rsyslog 7.2.4 (v7-stable) released

2012-12-07 Thread Tim Eifler
Hi all, we have just released 7.2.4 of the v7 stable branch. This is a pure bug-fixing release. More information on the changes can be found in the ChangeLog. ChangeLog: http://www.rsyslog.com/changelog-for-7-2-4-v7-stable/ Download: http://www.rsyslog.com/rsyslog-7-2-4-v7-stable/ As

Re: [rsyslog] Multiple Apache vhosts, keep individual log files AND send to remote logstash

2012-12-07 Thread David Lang
On Fri, 7 Dec 2012, Ben Bradley wrote: Hi everyone I've just started investigating centralised logging and I'm gradually building up a plan of action. I'd like to store the logs on a central server running logstash/ElasticSearch so they can be searched and monitored using Kibana. With

Re: [rsyslog] AMQP as log destination?

2012-12-07 Thread David Lang
On Fri, 7 Dec 2012, Fabio Sangiovanni wrote: acronym alert, what does AMQP stand for? It's a standard protocol to communicate with message queueing systems. the nice thing about standards is that there are so many to choose from and http://xkcd.com/927/ http://www.amqp.org/ it's vision