-
I am using Grafana 8.5.2 and Ubuntu 20.04.3 LTS operating system.
-
I am trying to achieve data from InfluxDB.
-
I followed all steps one by one but I am getting an error in “not found no buckets found in the organization”. I also add custom HTTP then I am getting an error of unauthorized. So, I removed it. I also try to write ID in the organization but same error. Even I tried to change the bucket name but same error.
Error is
not found no buckets found in organization
- I am testing any data which is captured by InfluxDB.
Grafana log:
logger=tsdb.influx_flux t=2022-05-12T03:04:33.85-0700 lvl=warn msg="Flux query failed" err="not found: no buckets found in organzation .... " query=buckets()
logger=context traceID=000000000000000000000000000 userId=1 orgID=1 uname=admin t=2022:05-12T03:04:33.85-0700 lvl=info msg="Request Completed" method=POST path=/api/ds/query status=400 remote_addr=127.0.0.1 time_ms=141 duration=141.375326ms size=209 refere=http://grafana.staged-by-discourse.com/datasource/edit/J_sei9_nk traceID=000000000000000000000000000
- I followed this link.
How to solve this problem?