8000 splunk integration draft · YoRobotCop/docs.hackerone.com@b1cfd68 · GitHub
[go: up one dir, main page]

Skip to content

Commit b1cfd68

Browse files
committed
splunk integration draft
1 parent 39310da commit b1cfd68

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/programs/splunk-integration.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Splunk Integration"
3+
path: "/programs/splunk-integration.html"
4+
id: "programs/splunk-integration"
5+
---
6+
7+
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.
8+
9+
### Set up
10+
11+
To configure the Splunk integration:
12+
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).
13+
2. Go to **Program Settings > Program > Webhooks**.
14+
3. Click **New webhook**.
15+
4. Enter the full HTTP event collector endpoint in Payload URL.
16+
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).
17+
6. Select which events you’d like to trigger the webhook. You can choose between:
18+
19+
Option | Details
20+
------ | -------
21+
Send me everything | All events will trigger the webhook.
22+
Let me specify individual events | You can choose which events you'd like to trigger the webhook.
23+
24+
Once you've successfully added the webhook, you'll be able to retrieve data from HackerOne in your Splunk instance.
25+
26+
Learn more about [managing webhooks](webhooks.html#managing-webhooks) and [viewing recent deliveries](webhooks.html#view-recent-deliveries).

src/pages/programs/programs-nav.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,8 @@
202202
path: /programs/servicenow-integration.html
203203
- title: Slack
204204
path: /programs/slack-integration.html
205+
- title: Splunk
206+
path: /programs/splunk-integration.html
205207
- title: Redmine
206208
path: /programs/redmine-integration.html
207209
- title: Trac

0 commit comments

Comments
 (0)
0