Describe the issue:
I need to connect Dashboard through a tunnel SSH (or Jump Host or Bastion).
Configuration: Dashboard on win10 => jump Host (21.22.23.24:1234) => host with OpenSearch DB (192.168.1.2: 9200)
Windows PC => tunnel_user@21.22.23.24:1234 => db_user@192.168.1.2:9200
Using a SSH key. Path = F:\key_ssh\id_ed25519
I think it’s by configuring the opensearch_dashboards.yml on this line, but how?
opensearch.hosts: [htttps://localhost:9200] (add a “t” to avoid link creation)
@Nash I think you should create a network routing rule inside the OpenSearch Dashboards host that would redirect the traffic to 192.168.1.2 through the tunnel.