<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(&quot;apache.ETSTAMP&quot;, &quot;apache.TYPE&quot;, &quot;apache.EHOSTNAME&quot;,&quot;apache.ESOURCE&quot;, &quot;apache.EOUTCOME&quot;, &quot;apache.EMSG&quot;,&quot;apache.EUSERID&quot;)<br>
delimiters(&quot;|&quot;)  );<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(&quot;/tmp/test.sh&quot; template(&quot;|${apache.ETSTAMP}|${apache.TYPE}|${apache.EHOSTNAME}|${apache.ESOURCE}|${apache.EOUTCOME}|${apache.EMSG}|${apache.EUSERID}\n&quot;)); };</div>
<div> </div>
<div>script is working fine with other destination drivers. Please help<br>-- <br>Kale</div>