Winlogbeat is an agent which collects Windows Event Logs and sends them to our SIEM platform for analysis. This software differs from the log collector we asked you to configure.
During your SIEM onboarding, our Platform Engineering team will send you a deployment pack containing all of the software you need for us to start collecting your logs. This pack will contain a folder called winlogbeat, which is what you'll need for this guide.
Installation
If you haven't already done so, copy the Winlogbeat folder from the deployment pack to the Desktop on your Windows device.
In PowerShell navigate to the Winlogbeat folder and run the following command to start the installation:
.\winlogbeat-install.ps1
Note: if script execution is disabled on your system, run the below command to change the execution policy and allow the script to run:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process
Follow the onscreen prompt to enter your collector's IP address.
Winlogbeat will be downloaded. installed and configured.
The winlogbeat service will start.
That's it! π Winlogbeat should start forwarding logs to your collector, please contact us to verify if we're receiving your logs.