Please try setting server.host: 0.0.0.0 to make OpenSearch Dashboards listen on all IPs. After making changes to opensearch_dashbords.yml, please restart OpenSearch Dashboards.
Thanks for the suggestion. Unfortunately this doesn’t work : it only listens
to all IPv4 addresses. In opensearch we can use an array listing all
interfaces which works fine.
Hi Eugene, thanks for your experiments.
I can confirm that server.host: "::" causes opensearch to listen both to 4 and 6 connections.
Unfortunately, setting server.host this way also breaks our openid connection.
I’m guessing server.host is both being used for resolving the listener address, and forwarding the redirect_uri for openid connect.
If my analysis is correct, it would require splitting the setting into two values.
For instance: