influxdb2

n8n community node for InfluxDB v2 API integration with time-series data management capabilities

Package Information

Released: 8/26/2025
Downloads: 11 weekly / 47 monthly
Latest Version: 1.0.0
Author: Cybernetic Node Composer

Documentation

n8n-nodes-influxdb2

This is an n8n community node for InfluxDB v2 API integration. It provides time-series data management capabilities for your n8n workflows.

Features

  • Bucket Operations: Create, delete, get, and list buckets
  • Organization Management: List organizations
  • Query Execution: Execute Flux queries for data retrieval
  • Data Writing: Write data points with tags, fields, and timestamps

Installation

To use this community node in your n8n instance:

npm install n8n-nodes-influxdb2

Configuration

Configure your InfluxDB credentials with:

  • URL: Your InfluxDB instance URL (e.g., http://localhost:8086)
  • API Token: InfluxDB API token with appropriate permissions
  • Ignore SSL Issues: Option to bypass SSL validation (for development)

Usage

The node provides four main resources:

Bucket

  • List all buckets in an organization
  • Get specific bucket details
  • Create new buckets with retention policies
  • Delete existing buckets

Organization

  • List available organizations

Query

  • Execute Flux queries for data retrieval
  • Support for complex time-series queries

Write

  • Write data points with measurements, tags, and fields
  • Support for various timestamp precisions
  • Custom timestamp expressions

Requirements

  • n8n version 0.87.0 or later
  • InfluxDB v2.x instance
  • Valid InfluxDB API token

License

MIT

Discussion