vertica / vertica-grafana-datasource

Official Vertica datasource plugin for Grafana.
https://grafana.com/grafana/plugins/vertica-grafana-datasource/
Apache License 2.0
3 stars 9 forks source link

Datasource error Connection: parse.... #19

Closed m5altamiranoroldan closed 1 year ago

m5altamiranoroldan commented 2 years ago

Hi guys, i´m a new user for this vertica plugin, after the installation process i get this error when try to test teh connection to the Vertica DB, even after set the correct credentilas and connection method:

logger=plugin.vertica-grafana-datasource t=2022-06-10T11:12:42.83-0500 lvl=info msg="CheckHealth :connection: parse \"vertica://username:password\": invalid port \":password\" after host"

Note. Bolded text were replaced, original erros shown user and password seted.

Can you please help me with thath?

thanks in advance!

tanvipise commented 2 years ago

Hi,

The connection string seems to be incorrect from the detail you provided. You can use this instead and let us know if you still face the error: vertica://host:port/databasename

Also, make sure that there is a port number(5433) included when you input the hostname image

Please provide a detailed log if the above solution doesn't resolve the issue.

Thanks!