Appearance
InfluxDB Forwarding
Write device data as time-series points to InfluxDB. Perfect for high-performance analytics, Grafana dashboards, and long-term data retention.
Overview
Device data is automatically written to your InfluxDB bucket as time-series data, optimized for queries and visualization.
Quick Start
Step 1: Prepare Your InfluxDB
- Create an InfluxDB account (InfluxDB Cloud recommended)
- Create a bucket for device data
- Generate an API token with write permissions
Step 2: Create a Forwarding Profile
- Go to Org → Data Forwarding
- Click + New Profile
- Select InfluxDB as the type
- Enter your InfluxDB details
- Click Save
Configuration Options
| Option | Required | Description |
|---|---|---|
| URL | Yes | InfluxDB server URL |
| Organization | Yes | Your InfluxDB organization |
| Bucket | Yes | Target bucket name |
| Token | Yes | API token with write access |
Data Format
Data is written as time-series points with device and factor information as tags.
Security Tips
- Create a dedicated API token with write-only permissions
- Use HTTPS connections
- Set appropriate bucket retention policies
Troubleshooting
| Problem | Solution |
|---|---|
| 401 Unauthorized | Regenerate your API token |
| 404 Not Found | Verify organization and bucket names |
| Write failed | Check token has write permissions |
| Connection timeout | Verify URL and network access |
Use Cases
- Grafana Dashboards: Visualize sensor data over time
- Anomaly Detection: Analyze patterns in time-series data
- Long-term Storage: Archive data with automatic downsampling
Need Help?
Contact us at [email protected] for technical support.
