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

Vertica Data Source Test Connection Fails #34

Closed das0110 closed 1 year ago

das0110 commented 1 year ago

Hi Tanvi,

Appreciate your Support !!

I am using grafana-enterprise-9.3.6 on Windows & am facing the below mentioned issue while trying to configure Vertica the connection:

parse "vertica://vertica:Report": invalid port ":Report" after host

image

Can you please help me understand where I went wrong?

Regards, Das

tanvipise commented 1 year ago

Hi,

You need to make sure that the hostname/IP is in the correct format followed by a colon with the port number(5433)- eg. 10.20.30.40:5433

What is the IP or hostname that you are trying to use?

tanvipise commented 1 year ago

If your database password contains '#' in it, you will need to use escape characters i.e., replace '#' with '%23'. https://github.com/vertica/vertica-sql-go/issues/158