<div><br clear="all">Hello</div>
<div> </div>
<div>On My Apache logs I applied csv_parser() and defined the Macros.</div>
<div> parser p_apache {<br>csv-parser(columns("apache.ETSTAMP", "apache.TYPE", "apache.EHOSTNAME","apache.ESOURCE", "apache.EOUTCOME", "apache.EMSG","apache.EUSERID")<br>
delimiters("|") );<br>};<br></div>
<div> </div>
<div>I want to launch a script whenever the UDP messages are in.So I defined the</div>
<div> </div>
<div> destination d_mesg (program("/tmp/test.sh" template("|${apache.ETSTAMP}|${apache.TYPE}|${apache.EHOSTNAME}|${apache.ESOURCE}|${apache.EOUTCOME}|${apache.EMSG}|${apache.EUSERID}\n")); };</div>
<div> </div>
<div>script is working fine with other destination drivers. Please help<br>-- <br>Kale</div>