--- title: 1105(S) Event log automatic backup. (Windows 10) description: Describes security event 1105(S) Event log automatic backup. ms.pagetype: security ms.prod: w10 ms.mktglfcycl: deploy ms.sitesec: library author: Mir0sh --- # 1105(S): Event log automatic backup. **Applies to** - Windows 10 - Windows Server 2016 Event 1105 illustration ***Subcategory:*** [Other Events](other-events.md) ***Event Description:*** This event generates every time Windows security log becomes full and new event log file was created. This event generates, for example, if the maximum size of Security Event Log file was reached and event log retention method is: “[Archive the log when full, do not overwrite events](https://technet.microsoft.com/en-us/library/cc721981.aspx)”. > **Note**  For recommendations, see [Security Monitoring Recommendations](#security-monitoring-recommendations) for this event.
***Event XML:*** ``` - - 1105 0 4 105 0 0x4020000000000000 1128551 Security DC01.contoso.local - - Security C:\\Windows\\System32\\Winevt\\Logs\\Archive-Security-2015-10-16-00-50-12-621.evtx ``` ***Required Server Roles:*** None. ***Minimum OS Version:*** Windows Server 2008, Windows Vista. ***Event Versions:*** 0. ***Field Descriptions:*** **Log** \[Type = UnicodeString\]: the name of the log which was archived (new event log file was created and previous event log was archived). Always “**Security”** for Security Event Logs. **File**: \[Type = FILETIME\]: full path and filename of archived log file. The format of archived log file name is: “Archive-LOG\_FILE\_NAME-YYYY-MM-DD-hh-mm-ss-nnn.evtx”. Where: - LOG\_FILE\_NAME – the name of archived file. - Y – years. - M – months. - D – days. - h – hours. - m – minutes. - s – seconds. - n – fractional seconds. The time in this event is always in ***GMT+0/UTC+0*** time zone. ## Security Monitoring Recommendations For 1105(S): Event log automatic backup. - Typically it’s an informational event and no actions are needed. But if your baseline settings are not set to [Archive the log when full, do not overwrite events](https://technet.microsoft.com/en-us/library/cc721981.aspx), then this event will be a sign that some settings are not set to baseline settings or were changed.