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:
Naarcha-AWS 2022-06-15 14:36:43 -05:00 committed by GitHub
commit 674a9ae24b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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
```