Find your Grafana URL
Locate your Grafana server URL to connect Deductive- Open your Grafana instance in a web browser and log in
- Look at the address bar in your browser - this shows your Grafana URL
- For self-hosted Grafana: Use your domain (e.g., grafana.example.com)
- For Grafana Cloud: Use your organization URL (e.g., your-org.grafana.net)
- Copy only the base domain from the address bar (without https:// and without any paths like /d/ or /dashboard/)
- Enter this base domain in the ‘Grafana URL’ field in Deductive
Service Account Token Setup (Recommended)
Create a service account token for API access- As an admin, navigate to {{GRAFANA_URL:/org/users/service-accounts}} (‘Administration’ → ‘Users And Access’ → ‘Service accounts’)
- Click ‘Add service account’
- Enter a name (e.g., ‘Deductive Integration’)
- Assign appropriate role (Editor or Admin recommended for full access)
- Click ‘Create’
- In the service account, click ‘Add service account token’
- Set token expiration (or no expiration for persistent access)
- Copy the generated token immediately (starts with glsa_)
API Key Setup (Legacy)
Create an API key for older Grafana versions- As an admin, navigate to {{GRAFANA_URL:/org/apikeys}} (‘Configuration’ → ‘API keys’)
- Click ‘Add API key’
- Enter a name for the key
- Select role (Admin recommended for full access)
- Set time to live or leave blank for no expiration
- Click ‘Add’ and copy the generated key
- Note: API keys are deprecated in Grafana 9+, use service accounts instead
Basic Authentication Setup
Use username and password for authentication- Ensure basic authentication is enabled in your Grafana configuration
- Use a user account with appropriate permissions
- For production, consider creating a dedicated service user
- Ensure the user has access to required dashboards and alerts
Field Reference
The following fields are used when configuring this integration:- API Key (
apiKey) - Grafana URL (
hostname) - Password (
password) - Service Account Token (
serviceAccountToken) - Username (
username)