S I E M
S I E M
Download and configure Auditbeat from Elastic.
Edit auditbeat.yml and add the following information into the config file. This is how Auditbeat knows where to send your information.
#================ Custom Perch Output ================
output.elasticsearch:
hosts: ['ingest.perchsecurity.com:443/elastic']
headers:
X-Perch-Header: 'perch-client-token-here'
protocol: 'https'
Replace the perch-client-token-here value in the X-Perch-Header: field with the Client Token of your company, found here.
Start Auditbeat: ./auditbeat -c auditbeat.yml -e