Hello
To configure Windows Security Event Log Forwarding, you need to adjust the settings in the Group Policy and the registry. Here are the steps:
Configure Group Policy:
Open the Local Group Policy Editor tool (gpedit.msc).
Navigate to Computer Configuration > Policies > Administrative Templates > Windows Components > Event Log Service.
Double-click Security, then in the Settings pane, select Configure log access.
Configure Registry:
The security of each log is configured locally through the values in the registry key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog.
For example, the Application log Security Descriptor is configured through the following registry value: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog\Application\CustomSD
And the System log Security Descriptor is configured through HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Eventlog\System\CustomSD.
The Security Descriptor for each log is specified by using SDDL syntax.
Please note that modifying the registry can have serious consequences if done incorrectly. Make sure to back up the registry before making any changes.
Set event log security locally or via Group Policy - Windows Server | Microsoft Learn