You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While there's an Auth token generated during the InfluxDB Setup phase, it doesn't look like the same is passed to the HTTP Client in TSBS, thus breaking API Compat.
Any further clarity on how to fix this (or even a WONTFIX) will be greatly appreciated. Thank you for your time!
The text was updated successfully, but these errors were encountered:
anirudhRowjee
changed the title
[influx] API Compatibility Broken
[influx] API Request "Unauthorized"
Sep 29, 2023
@anirudhRowjee I had the same problem. After some research and testing i found out that InfluxDB 2.x is currently not supported. TSBS only supports InfluxDB 1.x and since the newer versions had major changes to the whole structure, the load scripts won't work anymore. I dont know if this will be updatet in the future but for now i would recommend testing with an InfluxDB 1.8 instance.
In the latest release of TSBS, on attempting to call
tsbs_load_influx
, I am faced with the following error -Upon inspecting the source code, I tracked it down to this line (`cmd/tsbs_load_influx/creator.go:64) -
Upon hitting the API Endpoint used to list all databases -
http://localhost:8086/query?q=show%%20databases
I see the following responsehere are my headers -
While there's an Auth token generated during the InfluxDB Setup phase, it doesn't look like the same is passed to the HTTP Client in TSBS, thus breaking API Compat.
Any further clarity on how to fix this (or even a WONTFIX) will be greatly appreciated. Thank you for your time!
The text was updated successfully, but these errors were encountered: