Difference between revisions of "Kapacitor"

From air
Jump to navigation Jump to search
(Created page with " Kapacitor is a data processing engine. It can process both stream (subscribe realtime) and batch (bulk query) data from InfluxDB. Kapacitor lets you define custom logic t...")
 
Line 2: Line 2:
 
Kapacitor is a data processing engine. It can process both stream (subscribe realtime) and batch (bulk query) data from [[InfluxDB]]. Kapacitor lets you define custom logic to process alerts with dynamic thresholds, match metrics for patterns, compute statistical anomalies, etc.
 
Kapacitor is a data processing engine. It can process both stream (subscribe realtime) and batch (bulk query) data from [[InfluxDB]]. Kapacitor lets you define custom logic to process alerts with dynamic thresholds, match metrics for patterns, compute statistical anomalies, etc.
 
* [https://influxdata.com/time-series-platform/kapacitor/ site]
 
* [https://influxdata.com/time-series-platform/kapacitor/ site]
  +
  +
=Installation=
  +
<pre>
  +
  +
</pre>
  +
  +
  +
=Configuration=
  +
<pre>
  +
  +
</pre>
  +
  +
  +
=Utilisation=
  +
<pre>
  +
  +
</pre>

Revision as of 20:18, 4 February 2016

Kapacitor is a data processing engine. It can process both stream (subscribe realtime) and batch (bulk query) data from InfluxDB. Kapacitor lets you define custom logic to process alerts with dynamic thresholds, match metrics for patterns, compute statistical anomalies, etc.

Installation



Configuration



Utilisation