On Fri, 5 Nov 2010, Marc Schiffbauer wrote:

rsyslog supports inserting multiple messages in one command,

how can this be done?

in later versions it's on by default.

search the config directives page for 'batch' and you will find two parameters, one for working with the main queue, and one with the action queue. the main queue defaults to working on 32 messages at a time, the action queue defaults to 16 messages at a time.

another thing that will cause you grief (in terms of ordering) is if you enable more than one worker thread.

David Lang
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to