8000 sumo logic integration · beingmoin/docs.hackerone.com@7885c36 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7885c36

Browse files
committed
sumo logic integration
1 parent cbace57 commit 7885c36

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

docs/programs/sumo-logic.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Sumo Logic Integration"
3+
path: "/programs/sumo-logic-integration.html"
4+
id: "programs/sumo-logic-integration"
5+
---
6+
7+
You can configure a Sumo Logic integration using webhooks to log events from HackerOne in Sumo Logic. The Sumo Logic 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](https://api.hackerone.com/webhooks/#events).
8+
9+
### Set up
10+
11+
To configure the Sumo Logic integration:
12+
1. Get the HTTP Event collector endpoint by referencing [this article](https://help.sumologic.com/03Send-Data/Setup-Wizard/Collect-from-Custom-Apps/Collect_Streaming_Data_from_HTTP) from the Sumo Logic.
13+
2. Go to **Program Settings > Program > Webhooks** in HackerOne.
14+
3. Click **New webhook**.
15+
4. Enter the full HTTP event collector endpoint in Payload URL.
16+
5. Select which events you’d like to trigger the webhook. You can choose between:
17+
18+
Option | Details
19+
------ | -------
20+
Send me everything | All events will trigger the webhook.
21+
Let me specify individual events | You can choose which events you'd like to trigger the webhook.
22+
23+
Once you've successfully added the webhook, you'll be able to retrieve data from HackerOne in your Sumo Logic instance.
24+
25+
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@
203203
- title: Slack
204204
path: /programs/slack-integration.html
205205
- title: Splunk
206-
path: /programs/splunk-integration.html
206+
path: /programs/splunk-integration.html
207+
- title: Sumo Logic
208+
path: /programs/sumo-logic-integration.html
207209
- title: Redmine
208210
path: /programs/redmine-integration.html
209211
- title: Trac

0 commit comments

Comments
 (0)
0