summaryrefslogtreecommitdiffstats
path: root/system/kapacitor/README
blob: 10151a24edf53dd8f337fd01c195ae2c83540627 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
kapacitor (An Open-Source Real-Time Streaming Data Processing Engine)

Kapacitor is a native data processing engine in the TICK Stack. It
can process both stream and batch data from InfluxDB. It lets you
plug in your own custom logic or user-defined functions to process
alerts with dynamic thresholds, match metrics for patterns, compute
statistical anomalies, and perform specific actions based on these
alerts like dynamic load rebalancing. It also integrates with HipChat,
OpsGenie, Alerta, Sensu, PagerDuty, Slack, and more.

Groupname and Username

You must have the "kapacitor" group and user to run this script, for example:

  groupadd -g 351 kapacitor
  useradd -u 351 -s /bin/false -d /var/lib/kapacitor -g kapacitor kapacitor