Open GoogleCodeExporter opened 9 years ago
The grep filter will drop events that do not match. This allows you to
selectively drop things that you don't want to output.
You can also add arbitrary tags to events using the grep filter.
The 'pattern alerts' would most likely be a grep that adds any necessary
fields/tags, then an output that uses them. The nagios output is an example of
this.
Currently, if you want to run multiple pipelines, you'll have to run multiple
agents.
Original comment by jls.semi...@gmail.com
on 26 Apr 2011 at 1:34
I'd like to redirect some of the messages into a AMQP to parse them later, I
don't want to drop them. Just analyse them later or do something else.
But yea, I was thinking in running multiples agents. The "master" listening
syslog that would index my "real time" messages and re-queue others for post
analysis into another queues.
And then other agents fetching that post queued messages for a night processing
or giving me some alerts, for example.
The main idea is to make it more flexible, like if I could match pattern and
send them to other queues, I could turn my "master" syslog listener agent like
a router, so he just redirect messages to some queues and then a bunch of other
agents processing them.
Just an idea...
Original comment by luiz.oz...@gmail.com
on 26 Apr 2011 at 9:45
Original issue reported on code.google.com by
luiz.oz...@gmail.com
on 25 Apr 2011 at 11:19