Sumo Logic
Overview
The Sumo Logic source connector lets you authenticate to the Sumo Logic REST API using an Access ID and Access Key.
This connector is currently in development. Authentication/credential validation is implemented, but data extraction and stream support are not yet available.
Setup
Prerequisites
- A Sumo Logic account with API access.
- An Access ID and Access Key (Sumo Logic API credentials).
- Your Sumo Logic deployment (for example
us1,eu, etc.).
Create API credentials in Sumo Logic
In Sumo Logic, create or locate an API access key pair (Access ID / Access Key). Use these values in the connector configuration.
Authentication
This connector uses HTTP Basic Authentication to the Sumo Logic API:
- Username:
access_id - Password:
access_key
During connection testing, the connector validates credentials by calling the Sumo Logic API endpoint:
GET /v1/users?limit=1
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
deployment | string | ✅ | Sumo Logic deployment to route API requests. Must be one of: us1, us2, eu, au, de, ca, fed. |
access_id | string | ✅ | Sumo Logic Access ID (API username). |
access_key | string | ✅ | Sumo Logic Access Key (API password/secret). |
Deployment to API base URL mapping
The connector maps deployment to the following API base URLs:
us1→https://api.sumologic.com/apius2→https://api.us2.sumologic.com/apieu→https://api.eu.sumologic.com/apiau→https://api.au.sumologic.com/apide→https://api.de.sumologic.com/apica→https://api.ca.sumologic.com/apifed→https://api.fed.sumologic.com/api
Streams
No streams are currently available. The connector’s extraction logic is not yet implemented, and sync runs will not extract data at this time.