Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question. Don’t forget to select tags to help index your topic!
1. Describe your incident:
i am having issues with being able to see logs after creating the input for the firewall at port 5044. I enabled the port on the graylog server but it’s still not showing anything, and the sidecar isn’t showing anything as well after setting them up. I have a computer setup with sidecar.
2. Describe your environment:
OS Information:
Windows 11
Package Version: Graylog ver 5.2.6
Service logs, configurations, and environment variables:
3. What steps have you already taken to try and solve the problem?
I finished creating my graylog server, created an input called “firewall” running on port 5044, but no messages are showing and setup up a sidecar with a file beat for windows, but still not messages are showing. I enabled port 5044 on my windows device and it’s still not working.
4. How can the community help?
Anything will help, thanks
This is a Windows security but the easiest way would be if you can configure firewalls log file outside of the folder “system32” . Or you need to set permission for FileBeat to access System32 folder which might not be good for security reasons.
Not sure what kind of firewall this is on Windows but usually when a service is installed it should register in Windows Event Viewer in which Winlogbeat should be able to access.
@NEW2GRAY On the windows host to which you installed Sidecar, in the installation folder of Sidecar there should be a folder called generated. Under there will be the log output of the filebeat instance running, this might give some indication as to the issue.
Can you explain what this firewall you have on Windows? I assume its not there by default? Windows Syste32 folder is for your OS so you need privileges to read/write.
In Event Viewer, expand the “Windows Logs” folder on the left-hand side.
Click on “Microsoft-Windows-Windows Defender/Operational” to view the Windows Defender operational logs.
That would be the path for you firewall logs which Winlogbeat can get.