[
https://issues.apache.org/jira/browse/IOTDB-531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17048582#comment-17048582
]
Julian Feinauer commented on IOTDB-531:
---------------------------------------
[~hxd] I found the issue.
It seems like
Utils:43 which is
{code:java}
String subURL = url.substring(Config.IOTDB_URL_PREFIX.length());
{code}
has to be changed to
{code:java}
String subURL = url.substring(Config.IOTDB_URL_PREFIX.length() - 1);
{code}
to work sucessfull.
> iotdb-grafana does not take domain as host
> ------------------------------------------
>
> Key: IOTDB-531
> URL: https://issues.apache.org/jira/browse/IOTDB-531
> Project: Apache IoTDB
> Issue Type: Bug
> Components: Connectors/Grafana
> Reporter: Julian Feinauer
> Priority: Critical
>
> When customizing the application.properties for iotdb-grafana it needs an ip
> + port as it does not work withn domain + port.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)