Skip to main content

How to install Auditbeat on Windows

This guide will walk you through installing the Auditbeat agent on Windows, for use with our SIEM service.

Alan Butcher avatar
Written by Alan Butcher
Updated over 3 weeks ago

Before you get started

Before beginning the integration, you will need to deploy a log collector within the same network as your firewall.

To initiate the collector deployment process, please reach out to our Technical Support team, who'll provide you with a deployment pack that includes all the software and scripts needed to configure this. This pack will also contain a folder called auditbeat, which is what you'll need for this guide.

If you already have a log collector deployed, please follow the steps outlined below.

Installing Auditbeat

  1. Extract the Auditbeat folder from the deployment pack to a location on your Windows server

  2. In PowerShell, navigate to the winlogbeat folder and run the following command to start the installation: .\auditbeat-install.ps1

  3. If script execution is disabled on your system, run the command below to change the execution policy and allow the script to run: Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process

  4. Auditbeat will then be downloaded, installed and configured

Confirming log flow

Once the above steps are complete, your device will now ship logs to our SIEM platform via your collector. You can confirm logs are successfully reaching our SIEM by either.

  1. Navigating to the Log Search feature in Defense.com by browsing to SIEM > Log Search and then filtering the logs by type:"auditbeat"

  2. Reaching out to our Technical Support team, who'll be able to check and confirm this for you

And that's it! You've successfully installed Auditbeat🎉

Did this answer your question?