Greetings,
We want to run monthly reports to monitor EPS based on different logsource groups. These LogSOurce Groups are based of their location and are in Network Hierarchy as well.
We tried to use the AQL-
SELECT LOGSOURCEGROUPNAME(devicegrouplist) AS "Log Source", SUM(eventcount) AS "Number of Events in Interval", SUM(eventcount) / 2592000 AS "EPS in Interval" FROM events WHERE "Log Source" = 'Canada' GROUP BY "Log Source" ORDER BY "EPS in Interval"
This alone took over 4 hours to complete just for one Loggroup and we have ~12 of these.
Need some assistance to get the monthly evnet count by LogSurce Group
Thanks,
------------------------------
Hemant Kumar
------------------------------