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
The elasticsearch catalog property only support the host name and port.
It need to support the URI path for the elasticsearch cluster behind http proxy.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The elasticsearch catalog property only support the host name and port.
It need to support the URI path for the elasticsearch cluster behind http proxy.
The kibana supports URI path.
If I set environment in kibana as below:
elasticsearch.hosts: "http://myproxy.some.com/data/mart/elasticsearch/search/api"
it works.
But if I set property in elasticsearch catalog as below:
elasticsearch.host=http://myproxy.some.com/data/mart/elasticsearch/search/api
or
elasticsearch.host=myproxy.some.com/data/mart/elasticsearch/search/api
it doesn't work.
The error message is
io.trino.spi.TrinoException: http://myproxy.some.com/data/mart/elasticsearch/search/api: Name or service not known
Caused by: java.net.UnknownHostException: http://myproxy.some.com/data/mart/elasticsearch/search/api: Name or service not known
Beta Was this translation helpful? Give feedback.
All reactions