On Wed, Dec 17, 2014 at 11:22 AM, lionel severian <[email protected]> wrote: > Hi, > I developed an application where I can trap http requests for create a > ticket in my web application. > someone know how to do for that ossec sends an http request to an URL for > each kind of ossec alert? > i don't find this on the web. > Thanks you >
Either create active requests, or an application that monitors the alerts (tail alerts.log, client syslog, or the zeromq output) and does the work. I recommend the zeromq output. It's been easy to work with in a personal application. > -- > > --- > You received this message because you are subscribed to the Google Groups > "ossec-list" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- --- You received this message because you are subscribed to the Google Groups "ossec-list" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
