288 questions
0
votes
0
answers
47
views
Scraping/chaining InfluxDB 1.8 data to InfluxDB 2.7
Is there a way to mirror or scrape data from an InfluxDB 1.8 database to a v 2.7.x database?
If I were given two v. 2 databases I think the case would be covered by the (edge) data replication. But I ...
-1
votes
1
answer
37
views
Using Telegraf input for influxdb 2 [closed]
I have an external productive influxdb v2 OSS, I cannot alter or change. There is a second Influxdb 2 I use for analytics, so I try to sync the databases by ingesting from the first and outgesting to ...
0
votes
0
answers
38
views
Grafana showing InfluxDB field name with tag value after it
I'm new to Grafana and currently trying to show stats for a given week on a dashboard with InfluxDB as the source.
I'm using a query as below to retrieve a metric for visualization where a grafana ...
0
votes
0
answers
40
views
InfluxDB CSV Upload via the UI for InfluxDB version 2.7.11 OSS
I'm trying to upload some data via the InfluxDB UI. The current data format is in .csv format.
As i understand correctly it needs to follow a certain format like adding annotations to it. Currently i'...
0
votes
0
answers
20
views
InfluxDB2 flux tasks scheduling
I have these two Flux tasks:
# 24-hour policy hits aggregation
influx task create -o myorg -t "$API_TOKEN" -n "task_policy_hits_24h" --every 10m -f <(echo '
option task = {name: ...
0
votes
0
answers
16
views
InfluxDB/fluxquery unexpected token trying to calculate the percent
I tried to calculate the percentage for fields: ldevID with the query below:
from(bucket: v.bucket)
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r....
0
votes
0
answers
28
views
Getting unexpected poor performance in influxDB with 17,280,000 records
I have the following setting:
I expect data from a combined sensor at a rate of 200/s. The record consists of acceleration data (a.X, a.Y) and GPS- data (Lat, Lon). In addition there is data from two ...
0
votes
0
answers
27
views
Why CLI influx backup does not work on my Raspberry Pi?
I have installed influxDB 2.7.6, and the shell version 1.6.7-rc0. When I try to run a backup, I get an error:
influx backup
unknown arguments: backup
Is there any other extension or add-on I have ...
0
votes
0
answers
17
views
install influxDB in Rockylinux9, but can't use WebUI
I use docker to install rockylinux9 as container, then install influxDB in rockylinux9.
After start influxDB, I'd like to use Web UI. But it shows error.
(If I install influxDB as container, Web UI ...
1
vote
0
answers
95
views
Error in Telegraf Plugin: "invalid character "'c'" looking for beginning of value" When Parsing MQTT JSON Data
I'm new to the community, so please pardon any beginner mistakes. Here's the problem I'm experiencing:
Setup:
I have set up Mosquitto, InfluxDB, and Telegraf on my VPS. When running Telegraf, I ...
0
votes
0
answers
17
views
changing kapacitor batch query to work with influx2.7.10
since influx2 does not work with db and retention policies, instead it defines buckets, I am trying to update the following kapacitor batch query (which works with influx1) to work with influx2:
batch
...
0
votes
0
answers
47
views
influx notification rule does not send the http request out
I have the following notification rule:
curl -X POST http://influx:8086/api/v2/notificationRules -H "Authorization: Token <my token>" -H "Content-Type: application/json" -d '{...
0
votes
1
answer
101
views
The Telegraf plugin inputs.docker is not executed in the interval
I have the problem that in Telegraf the plugin inputs.docker is not executed in the time interval. However, other plugins (e.g. inputs.file or inputs.socket_listener) work.
When I start Telegraf once (...
1
vote
2
answers
82
views
JMeter 5.6.2 timing out while communicating to InfluxDB 2.7.7 Container instance
I got below error when implemented "jmeter-influxdb2-listener-plugin"
2024-08-16 13:47:46,389 ERROR i.g.m.i.v.InfluxDatabaseBackendListenerClient: Error has occurred, batch with size 4 was ...
0
votes
1
answer
811
views
Error: Job for telegraf.service failed because the control process exited with error code
I have already installed InfluxDB on my Ubuntu instance. After that, I installed Telegraf. But when I checked the status of Telegraf, it said: Failed to Start Telegraf
See below image for better ...