3
  • How does Windows 2012 manage event logs retention? Does it 'rotate' logs like *NIX systems?

  • Does it automatically delete old logs when disk is full.

  • Any way to define log retention period? (e.g. delete logs older than six months)

TiCL
  • 329
  • 4
  • 11

1 Answers1

4

Looks like Windows rotates it, and yes, there is a way to configure the retention policy. And here is a pretty good article on Managing of event logs:

https://technet.microsoft.com/en-us/library/cc766178.aspx

Hope that gonna help