Specify a database with an ON clause in the SHOW query, with USE <database_name> in the CLI, or with the db query string parameter in the InfluxDB API request.
Feb 14, 2020 · Sounds like we have a couple issues to sort out. As an aside, we are actually making some changes to the influxdb_listener plugin right now, and we are actually planning to remove the line limiter and use only the max body limit in 1.14.
Feb 11, 2021 · Hi, I’m using Grafana Cloud and InfluxDB Cloud On Grafana - I’m creating datasource connection Details used for creating connection string Query Language: InfluxQL URL: https://us-central1-1.gcp.cloud2.influxdata.com Basic Auth Username: xxxxx@gmail.clom Password: I created a token and used it. Forwarded OAuth Error: BadRequest… Not sure what is wrong… Appreciate all the help I can get…
16.02.2021 · Connecting to Grafana - InfluxDB Error: Bad Request #20761. C-monC opened this issue Feb 16, 2021 · 8 comments Labels. area/documentation area/2.x. Comments. Copy link C-monC commented Feb 16, 2021. Hi, I am trying to view Influxdb2 data in Grafana.
Dec 07, 2021 · I downgraded to InfluxDB 1.8 and now it's working but it's seem to be sending every single device value to InfluxDB and not just the onces I have selected... edit- I had ticked of this box :P
Jul 26, 2021 · Trying to get Grafana, InfluxDB and Talagraf working with Docker on my virtual host. Setting up the following: version: "2" services: grafana: image: grafana/grafana container_name: grafana restart: always ports: - 3000:3000 networks: - monitoring...
11.06.2021 · InfluxDB Error: Bad Request What did you expect to happen? Grafana is connected to InfluxDB Also, I tried to ping from docker with grafana 192.168.181.128. Ping ok. and netcat 192.168.181.128:8086 is ok too.
11.02.2021 · Hi, I’m using Grafana Cloud and InfluxDB Cloud On Grafana - I’m creating datasource connection Details used for creating connection string Query Language: InfluxQL URL: https://us-central1-1.gcp.cloud2.influxdata.com Basic Auth Username: xxxxx@gmail.clom Password: I created a token and used it. Forwarded OAuth Error: BadRequest… Not sure what is wrong…
Feb 16, 2021 · Connecting to Grafana - InfluxDB Error: Bad Request #20761. C-monC opened this issue Feb 16, 2021 · 8 comments Labels. area/documentation area/2.x. Comments. Copy link
204 Success: InfluxDB validated the request data format and accepted the data for writing to the bucket. 204 doesn’t indicate a successful write operation since writes are asynchronous. If some of your data did not write to the bucket, see how to troubleshoot rejected points. 400 Bad request: The line protocol data in the request was malformed.
25.11.2020 · Creating InfluxQL Datasource to InfluxDB v2 returns Unauthorized(401) or InfluxDB Error: Bad Request #29372. eaglejohn81 opened this issue Nov 25, 2020 · 2 comments Comments. Copy link eaglejohn81 commented Nov 25, 2020 ...
14.02.2020 · Sounds like we have a couple issues to sort out. As an aside, we are actually making some changes to the influxdb_listener plugin right now, and we are actually planning to remove the line limiter and use only the max body limit in 1.14.. A quick test seems to show that the string fields can be larger than 65KiB, I’ll ask around on if there is a maximum.
204 Success: InfluxDB validated the request data format and accepted the data for writing to the bucket. 204 doesn’t indicate a successful write operation since writes are asynchronous. If some of your data did not write to the bucket, see how to troubleshoot rejected points. 400 Bad request: The line protocol data in the request was malformed.
Mar 21, 2021 · InfluxDB Error: Bad Request. Both i have in docker, and I am using this tutorial where he wrote download and run. docker pull influxdb docker run \ -d \ --name influxdb \ -p 8086:8086 \ -e INFLUXDB_DB=sensordata \ -e INFLUXDB_ADMIN_USER=root \ -e INFLUXDB_ADMIN_PASSWORD=toor \ -e INFLUXDB_HTTP_AUTH_ENABLED=true \ influxdb and about Grafana
26.07.2021 · Than I tried to access influxdb with "docker exec -i influxdb sh", but it seems there is no database configured – comand "influx" delivers just the help-menu. How to get InfluxDB up and running? Source: Docker Questions
21.03.2021 · InfluxDB Error: Bad Request. Both i have in docker, and I am using this tutorial where he wrote download and run. docker pull influxdb docker run \ -d \ --name influxdb \ -p 8086:8086 \ -e INFLUXDB_DB=sensordata \ -e INFLUXDB_ADMIN_USER=root \ -e INFLUXDB_ADMIN_PASSWORD=toor \ -e INFLUXDB_HTTP_AUTH_ENABLED=true \ influxdb …