Jun 23 2020 06:07 AM - edited Jun 23 2020 06:07 AM
Hi Everyone,
I have a requirement to enable and collect DNS Analytical logs from Event Viewer to ArcSight (SIEM tool). I am able to fetch the logs but I have select "Do not overwrite events (Clear logs manually)" because that is what is recommended. If I select the option of Overwriting logs and clear based on the old events, I am unable to fetch the logs.
The above link is of the article which recommends to use the option of not overwriting events.
Now, since the file size is huge and it is not feasible to delete older logs manually, we need some PowerShell script or some other mechanism to delete the old logs and that script can be scheduled using task scheduler to automate.
Is there any way I can delete certain dated old logs (ex: logs older than 1 hour) and achieve my requirement?
Regards,
Mitesh Agrawal
Jun 23 2020 07:26 AM
Sounds like you may be better off using file based logging.
Selective deletes from an active evtx may be problematic.