Chronograf is the user interface of the InfluxDB platform. It offers dashboards to visualize time series data, administrative tools, and is also the user interface for Kapacitor.
Questions tagged [chronograf]
53 questions
0
votes
1 answer
Chronograf set Alert for Gmail
I need to set up a Chronograf alert for Gmail, but I can't do it.
What I've done are the following steps:
I created a new Alert rules
In the Alert Handlers section I have imported "email" and insert the alert threshold value
I went to edit…

broke31
- 9
- 6
0
votes
1 answer
Enabling authentication for Kapacitor breaks Chronograf
I just installed the entire TICK stack, but I ran into a silly issue.
When I leave influx with auth_enabled = false, I can get Telegraf to talk to Influx and Chronograf works perfectly.
Then, I changed auth_enabled to true and set a username and…

Mulciber Coder
- 127
- 9
0
votes
1 answer
panic: invalid page type: 2: 10 & page 5 already freed on Kubed Chronograf
I have influx v1.7.9 on Azure kubernetes service and I tried to add chronograf but failed to start, it has a PVC to store data using an azure storage account.
panic: invalid page type: 2: 10
goroutine 1 [running]:
…

Isma90
- 661
- 2
- 14
- 30
0
votes
1 answer
How to pass name of the host into tick script .exec() event handler
I am currently working in tick script, I want to pass host name as an argument when alert triggers from that specific host, so I am unable to find the exact variable to pass to that script.
var trigger = data
|alert()
…

pavan kp
- 69
- 1
- 4
- 13
0
votes
1 answer
Chronograf line chart increase decimal
I am using Chronograf to analyze some stock data, the original data has 5 decimals, but when they are shown in Chronograf, only 2 decimals are shown:
How can I set and increase the number of decimals in Chronograf?

yuyue007
- 1,219
- 3
- 14
- 25
0
votes
1 answer
Having trouble importing InfluxDB backup
I've recently backed up my Influx database from a docker container and have now a backup file in the format of .tar.gz. I wanted to import the data from this file into another Influx database that is also running inside of a docker container.
What…

wappa
- 149
- 1
- 12
0
votes
2 answers
How can I monitor both metrics and log messages on same dashboard?
Right now I use Grafana and Chronograf with InfluxDB. But I also want to show the logs of my application.
I tried using Loki, but it only works on explore and can't be used on a dashboard. Do you know if this is possible currently?

madmax
- 1,803
- 3
- 25
- 50
0
votes
1 answer
faster updating of chronograf
I use chronograf influxdb and telegraf for some projects, and I would like to know if it's possible on chronograf to refresh more quickly, since the minimum refresh time is 5 seconds.

Kangting
- 31
- 8
0
votes
1 answer
Customizing the UI of Chronograf
I am trying to use Chronograf in my project. I would like to change the UI of the Chronograf to suit the project.
I couldn't find any documents related to this. Can we customize the Chronograf UI to suit the requirement? If so, how can we do it?

Triple B
- 13
- 4
0
votes
1 answer
How can I compare current value in my stream with previous value in tickscript?
I am working on kapacitor alerts to generate alerts on data in influxDB. I am receiving a new value from the stream when a request has been made. I want to compare the current value in my stream I received with the previous value I received just…

Karthik Gullapalli
- 53
- 2
- 10
0
votes
1 answer
TICK stack - adding multiple influxdb sources to chronograf / kapacitor
This is my first time posting to stackoverflow, so I apologize in advance if I am not following certain protocols. I will fix and / or expand my question as needed.
I am trying to add 2 different influxdb sources that are hosted on 2 different…

Ian
- 1
- 2
0
votes
1 answer
In TICKscript (Kapacitor), how will you split the string?
For example,
var str1 = "abc.test.com:8080"
I need something as follows,
var splitted = split(str1,":")
var only_hostname = splitted[0] //will give abc.test.com*
How can we actually achieve the same in TICKscript?
0
votes
0 answers
Your query is syntactically correct but returned no results
Your query is syntactically correct but returned no results
SELECT mean("tup_inserted") AS "mean_tup_inserted"
FROM "telegraf"."autogen"."postgresql"
WHERE time > '2018-10-04T13:08:00.000Z'
AND time < '2018-10-04T13:08:00.000Z'
AND…

Marcos M
- 1
- 1
0
votes
1 answer
Data written with correct timestamp does not get visualized in Chronograf InfluxDB
I have an embedded board which sends information from IMU sensors along with a timestamp received from a RTC Module.
The Timestamps are obtained from Adafruit's RTClib
The code has a function called unixtime() which provides me timestamps as…

Shan-Desai
- 3,101
- 3
- 46
- 89
0
votes
1 answer
Create Kapacitor alert error
I get following error while creating an Kapacitor alert. Alert is created but not triggered.
ts=2018-08-21T15:01:05.329Z lvl=error msg="failed to create database" service=kapacitor task_master=main…

stebetko
- 735
- 1
- 8
- 24