Hi,
you miss <event> tag in your parser - so there is nothing to send. You should create new event and your parser should look like this:
<parser trace="9">
<file>*System</file>
<rules>
<rule>
<match>(.*)</match>
<event params="1">MY_EVENT</event>
</rule>
</rules>
</parser>
Best regards,
Victor
you miss <event> tag in your parser - so there is nothing to send. You should create new event and your parser should look like this:
<parser trace="9">
<file>*System</file>
<rules>
<rule>
<match>(.*)</match>
<event params="1">MY_EVENT</event>
</rule>
</rules>
</parser>
Best regards,
Victor