-
Repro steps:
Run:
`KAPACITOR_KAFKA_0_ID="kafka-cluster" KAPACITOR_KAFKA_0_BROKERS_0="192.168.99.100:31092" KAPACITOR_KAFKA_0_ENABLED=true kapacitord`
Kapacitor logs this and exits:
```
run:…
-
Relates to issue #679.
I have following configuration: all services run in AWS, 2 influxdb servers, kapacitor runs in a container ECS and had following env variables: `KAPACITOR_INFLUXDB_0_URLS_0=htt…
-
I'm getting the following error when trying to connect Kapacitor to InfluxDB (both running as Docker containers). When I disable subscriptions explicitly it seems to work, but why are subscriptions no…
-
I'm trying to use the [Load Directory](https://docs.influxdata.com/kapacitor/v1.5/guides/load_directory/) feature with the Kapacitor [Helm Chart](https://github.com/influxdata/helm-charts/tree/master/…
-
We run Kapacitor as a Docker container (`FROM kapacitor:1.5.1`). And as we see no need to persist any "runtime" data, we don't use any dedicated volume for it.
However, what we sometimes do is chan…
-
Found on Kapacitor 1.5.2.
A panic occurs when the `align` function is missing parentheses.
Trying to add this task template:
```
dbrp "telegraf"."two_days"
// Template parameters
var measu…
-
When using Kapacitor, transformed data can be sent to an influxdb server. Such a neat feature!
[Kapacitor](https://github.com/influxdata/kapacitor) has a single output plugin : [InfluxDbOut](https://…
-
When trying to fix a mistake in one template I've deleted first.
Now I'm trying to define again with the same name and this is the error.
````
> kapacitor define-template UMBRAL_2EX_CC_UA_FMEAN_…
-
The main log file `kapacitor.log` is currently assigned ownership to the `kapacitor` user. However, the `kapacitor.err` is assigned onwership to the `root` user. Since our other projects use `root`,…
-
I tried to run a rather simple tickScript:
```javaScript
var aggregationPeriod = 60s
var myScalarOut = 10.0
var dbName = 'simple'
var retentionPolicy = 'autogen'
var outputMeasurementName = 's…