I tried to fetch the data from the InfluxDB via the Data Manipulation plugin. Without header params, the console returned Unauthorized (HTTP 401). After that, I added the Token on the request params then it returned “Request header field token is not allowed by Access-Control-Allow-Headers.”. My current Grafana version is “9.0.0”. Please tell me how to fix it
Thanks for your reply, I solved it already. I have another question. Now, I need to insert data back into the InfluxDB, how can I do it on the Data Manipulation Plugin?
@quangvdm00 You can
- Use API following the example:
- Use the Data Source directly in the latest version:
Thanks for your great help. I fixed it!!!
1 Like