Everytime a email alert is sent, it contains a CSV file (as attachment) that only contains 101 rows even though the actual total number of events is more than 101.
Any advise on how to ensure that the CSV file contains all the events even if the number of events exceeds 101?
The default value of maxresults is 100 but already increased to 10000 from 4.2.
Please change the value in alert_actions.conf:
[default]
maxresults=10000