With logstash you have an agent in each server. There you can configure inputs, filters and outputs.
Inputs: file, syslog, etc Filters: grep, regexp. Here you can do magic. Outputs: file, elasticsearch, redis, amqp, etc (lots of possibilities) Check the docs to see if there is any filter/output that works for you. I reckon you can do what you need with logstash. But you can probably do the same with some scripts. On May 9, 2012 5:26 PM, "Mark Walkom" <[email protected]> wrote: -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
