Transform data - Rename fields by regex
Version: Grafana v11.2.2+security-01 (dc86a9eafb) Hello, what is the correct match to rename: kostal-piko-ba.0.Power.AC1Voltage kostal-piko-ba.0.Power.AC2Voltage kostal-piko-ba.0.Power.AC3Voltage to...
View ArticleLPAREN error for Flux query
import "math" from(bucket: "Lybover") |> range(start: v.timeRangeStart, stop: v.timeRangeStop) |> filter(fn: (r) => r["topic"] == "RAGG_UF_Flow") |> filter(fn: (r) => r["_field"] ==...
View ArticleInfluxDB SQL query error with Filter "contains"
What Grafana version and what operating system are you using? Grafana v11.6.0 in a Desktop Docker container on Windows Backend is InfluxDB v3 Core What are you trying to achieve? Building a dashboard...
View ArticleExtract a distinct value from a measurement based on day and time? (Utility...
What Grafana version and what operating system are you using? Grafana v11.6.1 (ae23ead4d9) via docker container and influxdb v1 What are you trying to achieve? Extract a distinct value from a...
View ArticleGrafana Flux Query
Hello All, am using Grafana 11.4.0 and InfluxDB v2.7 with Telegraf. am trying to get interface information from Cisco IOS XR devices by using variables queries. I can get the source devices by using...
View ArticleR.bucket reserved? Replaced with "" in dashboards
Grafana v10.2.6 (NA) I have a influxdb instance with a table where one of the tags are called “bucket”. I can use it in other fluxql functions like sort, map etc. But when trying to use it in filter...
View ArticleErro de "Acesso negado" ao tentar comunicar com o InfluxDB
Estou com problemas para conectar o Grafana com o InfluxDB, e quando conecta, ele não consegue acessar os dados do influx 1 post - 1 participant Read full topic
View ArticleLegend change issue with Grafana/Flux
I am having an issue with changing the legend of my graph to something meaningful. I have this flux query: from(bucket: “xianenergyd”) |> range(start: v.timeRangeStart, stop:v.timeRangeStop) |>...
View Article