Introduction to the InfluxData platform
InfluxData platform is the leading modern time series platform, built for metrics and events.
InfluxDB 3
InfluxDB 3 is InfluxDB’s next generation that unlocks series limitations present in the Time Structured Merge Tree (TSM) storage engine and allows infinite series cardinality without any impact on overall database performance. It also brings with it native SQL support and improved InfluxQL performance.
Self-hosted
- InfluxDB 3 Core: open source time series database with object storage support and built-in data processing capabilities
- InfluxDB 3 Enterprise: extends Core with clustering, high availability, and advanced security features
- InfluxDB Clustered: a highly available InfluxDB 3 cluster hosted and managed using Kubernetes on your own infrastructure
Hosted
- InfluxDB Cloud Serverless: fully managed, multi-tenant InfluxDB 3 instance
- InfluxDB Cloud Dedicated: fully managed, single-tenant InfluxDB 3 cluster
InfluxDB 3 Explorer
InfluxDB 3 Explorer is the standalone web application designed for visualizing, querying, and managing your data stored in InfluxDB 3 Core and Enterprise.
Telegraf
Telegraf is a plugin-driven server agent for collecting and reporting metrics. It supports over 300 input and output plugins, including support for InfluxDB 3.
InfluxDB 2
New InfluxDB Cloud signups use InfluxDB 3
New InfluxDB Cloud signups are for InfluxDB Cloud Serverless, powered by the InfluxDB 3 storage engine.
If you are looking to use InfluxDB v2 (TSM), consider self-hosting InfluxDB OSS v2.
The InfluxDB 2 platform consolidates InfluxDB, Chronograf, and Kapacitor from the InfluxData 1.x platform into a single packaged solution, with added features and flexibility:
- InfluxDB OSS 2.x: open source platform solution in a single binary
- InfluxDB Cloud (commercial offering): hosted cloud solution
- Telegraf: collect data
Integrate InfluxDB 2.0 applications with InfluxDB Enterprise 1.8+
Use InfluxDB 2.0 API compatibility endpoints to integrate applications built on InfluxDB 2.0 or InfluxDB Cloud with InfluxDB Enterprise 1.8+:
- Query data in InfluxDB Enterprise using
api/v2/queryand Flux. - Write data to InfluxDB Enterprise using
api/v2/write(compatible with InfluxDB 2.0 client libraries).
InfluxData 1.x
The InfluxData 1.x platform includes the following open source components (TICK stack):
- Telegraf: collect data
- InfluxDB: store data
- Chronograf: visualize data
- Kapacitor: process data and alerts
InfluxData 1.x also includes the following commercial offerings:
- InfluxDB Enterprise
- Kapacitor Enterprise
- InfluxCloud 1.x (hosted cloud solution)
InfluxData 1.x TICK stack
Telegraf
Telegraf is a data collection agent that captures data from a growing list of sources and translates it into InfluxDB line protocol format for storage in InfluxDB. Telegraf’s extensible architecture makes it easy to create plugins that both pull data (input plugins) and push data (output plugins) to and from different sources and endpoints.
InfluxDB
InfluxDB stores data for any use case involving large amounts of timestamped data, including DevOps monitoring, log data, application metrics, IoT sensor data, and real-time analytics. It provides functionality that allows you to conserve space on your machine by keeping data for a defined length of time, then automatically downsampling or expiring and deleting unneeded data from the system.
Chronograf
Chronograf is the user interface for the TICK stack that provides customizable dashboards, data visualizations, and data exploration. It also allows you to view and manage Kapacitor tasks.
Kapacitor
Kapacitor is a data processing framework that enables you to process and act on data as it is written to InfluxDB. This includes detecting anomalies, creating alerts based on user-defined logic, and running ETL jobs.
InfluxData 1.x Enterprise versions
InfluxDB Enterprise and Kapacitor Enterprise provide clustering, access control, and incremental backup functionality for production infrastructures at scale. You’ll also receive direct support from the InfluxData support team.
InfluxDB Enterprise and Kapacitor Enterprise are compatible with open source versions of Telegraf and Chronograf.
InfluxDB Enterprise
InfluxDB Enterprise provides functionality necessary to run a high-availability (HA) InfluxDB cluster, providing clustering, horizontal scale out, and advanced access controls, including:
Hinted handoff
Data is written across nodes using an eventually consistent write model. All writes are added to the Hinted Handoff Queue (HHQ), then written to other nodes in the cluster.
Anti-Entropy
InfluxDB Enterprise’s Anti-Entropy (AE) process ensures data shards in the cluster are in sync. When “entropy” (out-of-sync data) is detected, AE will repair the affected shards, syncing the missing data.
Fine-grained authorization
In InfluxDB Enterprise, fine-grained authorization can be used to control access at the measurement or series levels rather than just the database level.
Cluster profiling
Enterprise meta nodes expose the /debug/pprof API endpoint that allows you to
profile and potentially diagnose performance bottlenecks in your cluster.
For more information about monitoring and profiling your cluster, see Monitor InfluxDB Enterprise.
Incremental backups
InfluxDB Enterprise allows for incremental backups that write only newly added data to existing backup files rather than backing up all data in a new backup.
For more information, see InfluxDB Enterprise clustering features
Kapacitor Enterprise
Kapacitor Enterprise provides functionality necessary to run a high-availability Kapacitor cluster, including:
- Kapacitor cluster management
- Alert deduplication
- Secure communication
Kapacitor cluster management
Kapacitor Enterprise is packaged with kapactorctl, a command line client for creating
and managing Kapacitor clusters.
Alert deduplication
As alerts are triggered in a multi-node Kapacitor cluster, Kapacitor Enterprise deduplicates alert data to prevent duplicate alert notifications from being sent.
Secure communication
Data is passed between InfluxDB and Kapacitor via subscriptions. Kapacitor Enterprise includes configuration options that let you encrypt communication between your Kapacitor Enterprise and InfluxDB Enterprise clusters.
Try InfluxData Platform Enterprise
Was this page helpful?
Thank you for your feedback!
Support and feedback
Thank you for being part of our community! We welcome and encourage your feedback and bug reports for and this documentation. To find support, use the following resources:
Customers with an annual or support contract can contact InfluxData Support.