Rootly Audit Logs
Ingests Rootly audit logs for tracking changes and activities within the Rootly platform. This connector captures user actions, system events, and configuration changes for security monitoring and compliance.
Sync Type: Incremental
Requirements
- A Rootly account with API access
- API Key with read permissions for audit logs
- Organization Settings access to generate API keys
Generating an API Key
- Log in to your Rootly dashboard
- Navigate to Configuration → API Keys
- Click Generate New API Key
- Copy the generated key and store it securely
Details
| Property | Value |
|---|---|
| State Management | Ascending cursor based on created_at timestamp |
| API Endpoint | GET /v1/audits |
| Pagination | Cursor-based using JSONlinks.next |
| Base URL | https://api.rootly.com |
| API Format | JSON |
Configuration
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Use Synthetic Data` | boolean | No | false | Generate synthetic demo data instead of connecting to the real data source |
| Backfill Start Time | string | No | The date to start fetching data from. If not specified, no past records will be fetched. | |
| API Rate Limit | object | No | - | Optional limit on the connector's outbound request rate to the source API. Leave blank to use the connector's default behavior. See API Rate Limiting for the field format, limits, and how to choose a value. |
Secrets
| Secret | Type | Required | Description |
|---|---|---|---|
| API Key | string | Yes | Bearer token for authenticating with the Rootly API |
Rate Limits
| Scope | Limit | Window | Notes |
|---|---|---|---|
| GET, HEAD, OPTIONS | 3,000 requests | per minute | Per API key, sliding window |
| POST, PUT, PATCH, DELETE | 3,000 requests | per minute | Per API key, sliding window |
| Alert Creation | 50 requests | per minute | Per API key |
Source: Rootly API Overview
Troubleshooting
Common Issues
Issue: Authentication failed (401 Unauthorized)
Cause: Invalid or expired API key
Solution:
- Verify your API key is correct
- Generate a new API key from Organization Settings
- Ensure the key has not been revoked
Issue: No audit logs returned
Cause: No activity in the specified time range or insufficient permissions
Solution:
- Check if there is recent activity in your Rootly account
- Verify your API key has audit log read permissions
- Try expanding the time range
Issue: Rate limit exceeded (429 Too Many Requests)
Cause: Exceeded 3,000 requests per minute
Solution:
- Wait for the rate limit window to reset (1 minute)
- The connector automatically handles rate limiting with retries
Related Articles
Sample Record
Code
Sync frequency
By default this input polls approximately every 10 seconds, with each sync beginning after the previous one completes. A cron schedule configured on the pipeline overrides this cadence. See Input Sync Frequency for details.