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
I'm trying to create a new datasource via the Grafana API for redis. When calling the API, the plugin gets created, but the password field is blank, and therefore the plugin can't connect to our redis instance. I'm able to fix this manually by logging in to the Grafana web app, and manually pasting in the password.... which is incredibly annoying :)
Here's how I'm creating the schema for redis. I've also included the schema for InfluxDB, which works correctly (i.e. the password is getting set when passed via the API)
The password gets set for InfluxDB, but not for redis. Should I be using a different parameter for the redis_schema, is password not the correct parameter? And yes, the environment variables are all defined.
Hey there,
I'm trying to create a new datasource via the Grafana API for redis. When calling the API, the plugin gets created, but the password field is blank, and therefore the plugin can't connect to our redis instance. I'm able to fix this manually by logging in to the Grafana web app, and manually pasting in the password.... which is incredibly annoying :)
Here's how I'm creating the
schema
for redis. I've also included theschema
for InfluxDB, which works correctly (i.e. the password is getting set when passed via the API)I then just make the REST call:
The password gets set for InfluxDB, but not for redis. Should I be using a different parameter for the redis_schema, is
password
not the correct parameter? And yes, the environment variables are all defined.My redis instance is running via docker-compose:
Thanks!
The text was updated successfully, but these errors were encountered: