Before you get started
Before beginning the integration, you will need to deploy a log collector within the same network as the devices you're deploying Filebeat to.
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 filebeat, which you'll need to complete the steps in this guide.
If you already have a log collector deployed, please follow the steps outlined below.
Installing Filebeat
Extract the filebeat folder from the deployment pack to a location on your server
In your Terminal (which can be opened with
CTRL+ALT+T), navigate to where you have extracted the Auditbeat folderNext, make the script executable using
sudo chmod +x filebeat-install-ubuntu.shNow run the script with
sudo ./filebeat-install-ubuntu.shWhen prompted, enter the private IP address of your log collector
Filebeat will now 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.
Navigating to the Log Search feature in Defense.com by browsing to SIEM > Log Search and then filtering the logs by
type:"filebeat"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 Filebeat🎉
