Skip to main content

Questions tagged [influxdb-2]

The tag has no usage guidance, but it has a tag wiki.

influxdb-2
0 votes
0 answers
19 views

Arduino Giga and Influxdb cloud2 via Ethernet

I have an Arduino Giga WiFi board with a W5500 Ethernet shield, I want to post sensors data to influxdb cloud2. I have tried the code below to post random values for a test but it field. However, with ...
Hay packup's user avatar
0 votes
1 answer
20 views

How to duplicate panel with a variable in Grafana with InfluxDB data

In my Grafana, I retrieve data from InfluxDB. So for example Iretrieve memory value on two computer named WIN0 and LIN1 On my Grafana dashboard, I created a variable called "host" with this ...
guiguietben's user avatar
1 vote
0 answers
19 views

If multiple Python processes write data into InfluxDB, only parts are written

I have multiple Python processes, running on a server (RPI5) by cron, which read data from web API's, and write it then into a common InfluxDB database - on the same bucket. However, some of the data ...
lambruscoAcido's user avatar
0 votes
1 answer
21 views

Performance when using window function use influxDB 2.7.6

I am using influxdb 2.7.6, and created a measurement called cgm_glucose_history. I added a tag called device_sn, a field called glucose, and a field called device_time to record the exact time when ...
李旭光's user avatar
0 votes
0 answers
9 views

How to Include Sensor Value in InfluxDB Check Alert Message Template

I am transferring data from a sensor to InfluxDB. If the read value exceeds a threshold, I want to issue an alert message. I created a check for this purpose. The following status message template (...
Uğur Eren's user avatar
0 votes
1 answer
38 views

Facing error "panic has occurred: /api/v2/write?org=test\bucket=test\precision=s: runtime error: integer divide by zero" when writing to influxdb2.7.4

I have installed influxdb 2.7.4 docker container on AWS EC2 having AL2023 OS image. I copied the data from S3 to this docker container and this data file in compressed format is around 4 GB. I ...
tarankar tanushree's user avatar
0 votes
1 answer
41 views

Influx DB aggregate grouped data

I am very new to Influx DB, the flux query language, and time-series databases in general. I have a bucket filled with firewall log entries, and I'd like to count the number of entries grouped by ...
Frederik Hoeft's user avatar
0 votes
0 answers
19 views

How influx store tag in db?

I'm new to influx and just started to study it, and at the moment I'm worried about one question to which I can't find an affirmative answer - how does influx save tags, that is, it indexes them, but ...
UKRman's user avatar
  • 487
0 votes
0 answers
17 views

FLux Query with stateDuration. It does not seem to disaplay the actual duration of the change of state

I wrote this code on InfluxDB UI: from(bucket: "name_undisclosed") |> range(start: -10h) |> filter(fn: (r) => r["_measurement"] == "merge_requests") |> ...
Chantal Deguire's user avatar
1 vote
0 answers
30 views

How to get a JSON output when execute a InfluxDB query in the postman

How to get a JSON output when execute the below Flux query in postman Flux Query { "type": "flux", "spec": { "from": { "bucket": "...
Udara Manupriya 's user avatar
0 votes
0 answers
13 views

Python Pulsar Message to InfluxDB v2 Sink-Connector

i am trying to send a pulsar message with a python producer which should be processed by an InfluxDB v2 Sink-Connector. Especially the message content / payload in combination with the used producer ...
Sascha's user avatar
  • 1
0 votes
0 answers
22 views

How to merge two different Fields from different databases with INFLUX?

i will make it shorter possible... I have renamed some entities in homeassistant and moved to a new database, and wish to merge the old with the new one. I wish to merge the results of those two ...
user23704875's user avatar
0 votes
1 answer
49 views

influxd TypeError: <lambda>() got an unexpected keyword argument 'key_key_password'

I am using the guide and copying the lines and token from the generated code in the document but when I run I face this error which refers to this line write_api.write(bucket=bucket, org=org, record=...
Gray's user avatar
  • 579
-1 votes
1 answer
15 views

Full outer join complains about Return being a Function

I use the following Query to get a table from my InfluxDB from(bucket: "external") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) =&...
SirGamsay's user avatar
0 votes
2 answers
37 views

Ansible Extract JSON Dased Off List

Trying to write a task to parse through the json data (influxdb buckets) to create api tokens for each bucket identified in a the influxdb.yml file where api_token=yes. Here is the influxdb.yml that ...
cstewart28's user avatar

15 30 50 per page
1
2 3 4 5
21