You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can configure a Splunk integration using webhooks to log events from HackerOne in Splunk. The Splunk integration enables data to be logged based on the configured event trigger. This integration is flexible and can be used to log data for any of the events listed.
7
+
You can configure a Splunk integration to log events from HackerOne in Splunk. The Splunk integration enables data to be logged based on the configured event trigger. This integration is flexible and can be used to log data for any of the events listed.
8
8
9
9
> This integration is only available to Enterprise programs.
10
10
11
-
### Setup
12
11
13
-
To configure the Splunk integration:
14
-
1. Get the HTTP Event collector endpoint by referencing the *Send data to HTTP Event Collector* section in the [Splunk documentation](https://docs.splunk.com/Documentation/Splunk/8.0.2/Data/UsetheHTTPEventCollector).
15
-
2. Go to **Program Settings > Program > Webhooks**.
16
-
3. Click **New webhook**.
17
-
4. Enter the full HTTP event collector endpoint in Payload URL.
18
-
5. Enter your webhook secret in the **Secret** field. The secret is used to validate that the request came from HackerOne. Learn how to [validate the payload using a secret](https://api.hackerone.com/webhooks/#payloads-validating-payloads-from-hackerone).
19
-
6. Select which events you’d like to trigger the webhook. You can choose between:
12
+
### Creating the HTTP Event collector
13
+
1. In the top menu of Splunk, go to **Settings > Data Inputs**
20
14
21
-
Option | Details
22
-
------ | -------
23
-
Send me everything | All events will trigger the webhook.
24
-
Let me specify individual events | You can choose which events you'd like to trigger the webhook.
15
+

25
16
26
-
Once you've successfully added the webhook, you'll be able to retrieve data from HackerOne in your Splunk instance.
17
+
2. Click on **HTTP Event Collector**
27
18
28
-
Learn more about [managing webhooks](webhooks.html#managing-webhooks) and [viewing recent deliveries](webhooks.html#view-recent-deliveries).
1. Go to **Program Settings > Program > Integrations**.
33
+
2. Click **Connect to Splunk**.
34
+
3. Click on **Set up new integration**
35
+
4. Click on **New authentication**
36
+
37
+

38
+
39
+
5. In the popup enter the **Event Collector URL** and the **HEC token** (This is the same token you created ealier in the setup). See [the information below](#constructing-the-even-collector-url) for details on how to construct the URL.
-`<host>` is the Splunk Cloud instance that runs HEC
66
+
-`<port>` is the HEC port number
67
+
-`8088` on Splunk Cloud free trials
68
+
-`443` by default on Splunk Cloud instances
69
+
-`<endpoint>` is the HEC endpoint you want to use. In many cases, you use the `/services/collector` endpoint for JavaScript Object Notation (JSON)-formatted events or the `services/collector/raw` endpoint for raw events
0 commit comments