Welcome to Opslane
Datadog Setup
Configure Datadog integration with Opslane
Datadog Integration Overview
The Datadog integration allows Opslane to query Datadog for alerts. This guide will walk you through the setup process.
Authentication
To connect Opslane with Datadog, you’ll need two key authentication parameters:
- API Key
- App Key
Obtaining API Key
- Log in to your Datadog account.
- Hover over your organization link at the bottom of the sidebar menu.
- Click on the “API” tab.
- Generate a new API Key.
Obtaining App Key
- While on the API key screen, click on “Application Keys” menu under the “Access” group.
- Generate a new App Key or use an existing one.
Configuring Opslane
- Open your Opslane configuration file or environment variables.
- Add the following entries to the
.env
file:
DATADOG_API_KEY=your_api_key_here
DATADOG_APP_KEY=your_app_key_here