Fix server.host to valid address to fix issue with Opensearch-Dashboards 2.0

Signed-off-by: Brian Saghy <brian@finishbot.com>
This commit is contained in:
Brian Saghy 2022-06-15 14:53:54 -04:00
parent 1197cfaa8f
commit fcb84af481

View File

@ -46,7 +46,7 @@ If you disable the security plugin in `opensearch.yml` (or delete the plugin ent
```yml
---
server.name: opensearch-dashboards
server.host: "0"
server.host: "0.0.0.0"
opensearch.hosts: http://localhost:9200
```