Hello,
Thanks for the earlier help with creating consolidated alerts.
Now that I'm getting the alerts, how do I configure the emailfilter.xml file to email them to me?
I checked the article KB 2039020 but couldn't find the referenced readme.txt file.
Here's what I tried so far but couldn't get it working.
<Templates>
<Template alert_type="Consolidated" status="New">New-Consolidated.html</Template>
</Templates>
<FilterRule name="Consolidated Alerts 1">
<Conditions>
<condition type="AlertType">Consolidated</condition>
</Conditions>
<Addresses>
<sendTo type="email">myemail@xyz.com</sendTo>
</Addresses>
</FilterRule>
Thanks!