Regards,
Balazs
<?xml version="1.0" encoding="UTF-8"?><tns:definitions xmlns:tns="http://logalyze.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://logalyze.com http://repository.logalyze.com/logalyze-definitions-1.0.xsd "> <tns:eventdef version="1" id="5f605790-48d9-11e4-916c-0800200c9a66"> <tns:name>Test Event Alert</tns:name> <tns:description>Testing Event Monitoring with Email Alert</tns:description> <tns:vendor>LOGalyze</tns:vendor> <tns:group></tns:group> <tns:rule>SingleWithThreshold</tns:rule> <tns:criteria> <tns:and> <tns:criterion> <tns:field>_tag</tns:field> <tns:operator>=</tns:operator> <tns:value>Network Syslog</tns:value> </tns:criterion> <tns:criterion> <tns:field>_Severity</tns:field> <tns:operator>=</tns:operator> <tns:value>info</tns:value> </tns:criterion> </tns:and> </tns:criteria> <tns:desc>Test Sending Alerts based on TAG information</tns:desc> <tns:window>60</tns:window> <tns:thresh>3</tns:thresh> <tns:actions> <tns:action type="mail"> <tns:prop> <tns:key>to</tns:key> </tns:prop> <tns:prop> <tns:key>subject</tns:key> <tns:value>Testing Alerting<tns:value/> </tns:prop> </tns:action> </tns:actions> </tns:eventdef></tns:definitions>