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:
parent
1197cfaa8f
commit
fcb84af481
@ -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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user