-
I have PopOS 18.04 installed which is based off of Ubuntu 18.04. I had the default version of node (8.10.0) installed using `apt` and this was too old to build InfluxDB. It would be good to mention …
-
# Problem
Hi, I'm using the terraform modules to run a chronograf and a kapacitor server on AWS. I encountered the problem, that terraform apply would remove the target group from the auto scaling gr…
-
I have the tick script below registered in Kapacitor and the IP in question is not up, so the alert - I assume should immediately fire - but no alert is generated. Kapacitor is on it's own VM separate…
-
Hello guys,
data and query generation works fine, but by using the tsbs_load_influx binary, following error occurs:
![data_queries_gen](https://user-images.githubusercontent.com/52494925/66110421-…
-
__Steps to reproduce:__
List the minimal actions needed to reproduce the behavior.
1. Create more than 18 buckets in InfluxDB2
2. Run the Flux query
```
buckets()
|> rename(columns: {"na…
-
## docker-compose.yml
```
version: '3.5'
services:
influxdb:
image: influxdb:1.8.1-alpine
ports:
- "8086:8086"
restart: always
healthcheck:
test: ["CMD-SHELL"…
-
Hello.
Trying to create alert via Chronograf web interface. All queries with 'group by' enabled like
SELECT median("load1") AS "median_load1" FROM "telegraf"."autogen"."system" WHERE time > …
-
I'm using the Telegraf plugin on Windows to send some messages to InfluxDB.
The messages are getting there but when I use Chronograf to drill through to the value, the filters are not working properl…
-
Hello Everyone,
Recently I have been experimenting with LoudML & Chronograf to take advantage of the Machine Learning capabilities.
I read in the official documentation that there is a way to use …
-
If someone could point me in the right direction it would be appreciated. When subscribing to Telemetry via OpenConfig instead of Native, what needs to be changed to use the prebuilt Grafana graphs? …