Integrations1 min read
Splunk Observability
Integrate Splunk (SignalFx) detectors.
Splunk Observability Integration
Receive detector alerts from Splunk Observability Cloud.
Endpoint
POST /api/integrations/splunk-observability?integrationId=YOUR_INTEGRATION_ID
Setup
Step 1: Create Integration in OpsKnight
- In OpsKnight, go to Service -> Integrations.
- Add a Splunk Observability integration.
- Copy the Webhook URL:
https://[YOUR_DOMAIN]/api/integrations/splunk-observability?integrationId=[ID]
Step 2: Configure Splunk Observability
- Go to Settings -> Integrations.
- Create a Webhook integration.
- Name: OpsKnight.
- URL: Paste the OpsKnight Webhook URL.
Event Mapping
The integration automatically parses the webhook payload:
- Title: Uses detector name or alert title.
- Link: Extracts deep link to the Splunk chart (
link). - Deduplication: Uses
incidentIdordetectorId. - Status: Maps
status(e.g., 'Active', 'Cleared') -> Trigger/Resolution.
Last updated for v1
Edit this page on GitHub