Hello shotaemon,
Thank you for posting in Q&A forum.
Here are a few things you can check to troubleshoot this problem:
- Ensure that the firewall on both the source and collector computers is configured to allow the necessary traffic. You need to allow inbound and outbound traffic on port 5985 (HTTP) or 5986 (HTTPS) for Windows Remote Management (WinRM).
- Verify that WinRM is properly configured and running on both the source and collector computers. You can check the WinRM service status by running the following command in an elevated Command Prompt:
winrm quickconfig
- sure that the Group Policy settings for event forwarding are correctly configured. You need to configure the Configure target Subscription Manager policy on the source computers to point to the collector server. The policy path is:
Computer Configuration > Administrative Templates > Windows Components > Event Forwarding > Configure target Subscription Manager
- Double-check the subscription configuration on the collector server. Ensure that the subscription is set to Source initiated and that the source computers are correctly specified.
- Ensure that there is no network connectivity issues between the source and collector computers. You can test connectivity by using the ping command to verify that the source computers can reach the collector server and vice versa.
- Verify that the account used for event forwarding has the necessary permissions to read the event logs on the source computers and to write to the event logs on the collector server.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best Regards,
Daisy Zhou
============================================
If the Answer is helpful, please click "Accept Answer" and upvote it.