Splunk Webhook
Configure Splunk to forward alerts to Radiant Security
In this guide, you'll configure your Splunk environment, a big data solution offering security information and event management (SIEM) to enable Splunk to forward alerts to Radiant, where they will be automatically received and triaged.
Prerequisites
Add the data connector in Radiant Security
Log in to Radiant Security.
From the navigation menu, click Settings > Data Connectors and click + Add Connector.
Search for and select the Splunk Webhook option and then click Data Feeds.
Click Credentials.
Under Credential Name, give the credential an identifiable name (e.g.
Splunk - Credentials
).Under Required Credentials, enter a Connector tag (e.g.
webhook_connector
).Click Add Connector.
Open the newly created connector. Under Vendor Configuration, copy the
Webhook URL
value. You’ll need it for the Configure alert actions section of this guide.Click Add Connector to save the changes.
Configure the webhook allow list
In this step, you will configure an allow list depending on whether you use Splunk Enterprise or Splunk Cloud.
Splunk Enterprise
In
$SPLUNK_HOME/etc/system/local
, edit the alert_actions.conf file. If the alert_actions.conf file does not exist, you can create it.In the
[webhook]
section, add the following entry for Radiant Security:[webhook] allowlist.webhook1 = ^https:\/\/.*blastradius.* enable_allowlist = true
Splunk Cloud
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:
blastradius
Configure alert actions
Navigate to Apps > Search & Reporting > Alerts.
For each rule you want to forward notifications to Radiant Security, do the following:
Click Edit > Edit Alert.
Scroll down to Trigger Actions.
Click Add Actions and select Webhook.
On the Webhook action, for URL enter the Webhook URL that you copied from Radiant Security’s page.
Click Save.
Last updated