Introduction

This is archived documentation for InfluxData product versions that are no longer maintained. For newer documentation, see the latest InfluxData documentation.

Kapacitor is a time series data processing engine. Kapacitor is the final piece of the TICK stack.

Kapacitor provides a way for you to define a pipeline for processing time series data. You can use Kapacitor to perform monitoring and alerting or to do large ETL jobs. Kapacitor can process both streaming data and batch data. Kapacitor will query data from InfluxDB on a schedule, as well as receive data via the line protocol and any other method InfluxDB supports.

  • T - Telegraf – Data collection
  • I - InfluxDB – Data storage
  • C - Chronograf – Data visualization
  • K - Kapacitor – Data processing

See the getting started guides for walk through on getting up and running with Kapacitor.