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 running Grafana on-premise and the application installs nice and smooth via
$ grafana-cli plugins install ns1-app
Configuring the plugin is also very easy since it only asks for both my Grafana API key and my NS1 API key.
But after that, the generated dashboards won't work since there is something funky going on with the authentication with the datasources created by the app.
raintank
raintankEvents
These are the two datasources created but they somehow won't work. I guess it's trying to reach to a certain endpoint in the API that doesn't exist or needs some sort of authorisation? I have tried setting the Basic HTTP auth for both data sources but to no avail.
I'm running Grafana on-premise and the application installs nice and smooth via
Configuring the plugin is also very easy since it only asks for both my Grafana API key and my NS1 API key.
But after that, the generated dashboards won't work since there is something funky going on with the authentication with the datasources created by the app.
These are the two datasources created but they somehow won't work. I guess it's trying to reach to a certain endpoint in the API that doesn't exist or needs some sort of authorisation? I have tried setting the Basic HTTP auth for both data sources but to no avail.
Specs:
Grafana v4.4.2 (commit: 6d9cbdd)