Traditional Installer
Install the Spyderbat Event Forwarder on Linux using the traditional installer.
Prerequisites
Install
mkdir /tmp/sef tar xfz spyderbat-event-forwarder.*.tgz -C /tmp/sefcd /tmp/sef sudo ./install.shspyderbat-event-forwarder is installed! Please edit the config file now: /opt/spyderbat-events/etc/config.yaml To start the service, run: sudo systemctl start spyderbat-event-forwarder.service To view the service status, run: sudo journalctl -fu spyderbat-event-forwarder.servicesudo vi /opt/spyderbat-events/etc/config.yamlspyderbat_org_uid: YOUR-ORG-UID spyderbat_secret_api_key: YOUR-API-KEY # Non-US / non-default deployments only: hostname only, no scheme # api_host: api.example.spyderbat.comspyderbat_org_uid: YOUR-ORG-UID spyderbat_secret_api_key: YOUR-API-KEY webhook: endpoint_url: https://your-siem/ingest compression_algo: zstd max_payload_bytes: 1048576 authentication: method: bearer parameters: secret_key: YOUR-BASE64-ENCODED-SECRETsudo systemctl start spyderbat-event-forwarder.servicesudo systemctl is-enabled spyderbat-event-forwarder.service
Verify the installation
Troubleshooting: service fails to start (crash loop)
Forward events to Splunk with the Universal Forwarder
Related pages
Last updated
Was this helpful?