Merge pull request #675 from brian-finisher/disable-security-server-host
Fix server.host to valid address to fix issue with Opensearch-Dashboards 2.0
This commit is contained in:
commit
674a9ae24b
|
@ -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…
Reference in New Issue