Hello there,
You can customize security access rights to their event logs in Windows Server 2012. These settings can be configured locally or through Group Policy. This article describes how to use both of these methods.
You can use an Administrative Template Policy for the purpose. The path for the System Eventlog, for example, is:
Computer Configuration\Administrative Templates\Windows Components\Event log Service\System
The setting is configured log access and it takes the same Security Descriptor Definition Language (SDDL) string.
Detailed explanation here https://learn.microsoft.com/en-us/troubleshoot/windows-server/group-policy/set-event-log-security-locally-or-via-group-policy
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer–