Splunk
Connect Splunk to Radiant Security to forward alerts for AI triage.
Splunk is a SIEM platform that detects security threats by correlating logs and events across the enterprise. Connecting Splunk forwards alert actions to Radiant Security over a webhook.
Prerequisites
Add the data connector in Radiant Security
Sign in to Radiant Security.
From the navigation menu, click Settings > Data Connectors and click + Add Connector.
Search for and select Splunk Webhook, then click Data Feeds.
Click Credentials.
In the Credential Name field, enter an identifiable name for this credential (e.g.,
Splunk - Credentials).Under Required Credentials, enter a value in the Connector tag field (e.g.,
webhook_connector).Click Add Connector.
Open the newly created connector. Under Vendor Configuration, copy and save the
Webhook URLvalue. You will need it in the Configure alert actions section.Click Add Connector to save your changes.
Configure the webhook allow list
Configure an allow list in Splunk so that Splunk can post to the Radiant webhook endpoint. The procedure depends on whether you use Splunk Enterprise or Splunk Cloud.
In
$SPLUNK_HOME/etc/system/local, edit thealert_actions.conffile. Ifalert_actions.confdoes not exist, create it.In the
[webhook]section, add the following entry for Radiant Security:
In Splunk Web, click Settings > Server settings > Webhook allow list.
Enter a label for the endpoint (e.g.,
radiant_connector).Enter the following regex pattern for the URI:
Configure alert actions
Sign in to Splunk with an admin account.
Navigate to Apps > Search & Reporting > Alerts.
For each alert you want to forward to Radiant Security:
Click Edit > Edit Alert.
Scroll to Trigger Actions.
Click Add Actions and select Webhook.
In the URL field, enter the
Webhook URLyou copied from Radiant Security.
Click Save.

Verify ingestion
After Splunk begins forwarding, confirm alerts and events are reaching Radiant.
In Radiant, navigate to Log Management.
Filter by
rs_connectorType:"splunk_webhook".Confirm recent alerts and events appear.
Allow several minutes for alerts and events to be parsed, indexed, and available for search.
Last updated
Was this helpful?