I have a table that is catching syslog data that is coming in from multiple hosts. This is a LOT of rows (or can be). I need to be able process these incomming rows. I think that I could make 1 item that has a lot of triggers that use regex to create events if a certain pattern is found.
How can I do this? There would be many rows per second so a 'check' at any interval would not work. I need to process every row as it is inserted into the syslog table...
Thanks,
Bryancan
How can I do this? There would be many rows per second so a 'check' at any interval would not work. I need to process every row as it is inserted into the syslog table...
Thanks,
Bryancan
Comment