8000 Merge pull request #250 from Hacker0x01/sumo-logic · beingmoin/docs.hackerone.com@cac141a · GitHub
[go: up one dir, main page]

Skip to content

Commit cac141a

Browse files
authored
Merge pull request Hacker0x01#250 from Hacker0x01/sumo-logic
sumo logic integration
2 parents cbace57 + b097281 commit cac141a

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-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).

docs/programs/supported-integrations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ HackerOne currently supports these integrations:
2222
* [ServiceNow](servicenow-integration.html)
2323
* [Slack](slack-integration.html)
2424
* [Splunk](splunk-integration.html)
25+
* [Sumo Logic](sumo-logic-integration.html)
2526
* [Redmine](redmine-integration.html)
2627
* [Trac](trac-integration.html)
2728
* [Zendesk](zendesk-integration.html)

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