Skip to content

Commit

Permalink
Modify opensearch_dashboards.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sreekarjami <[email protected]>
  • Loading branch information
sreekarjami committed May 3, 2021
1 parent b6df360 commit cfcfea5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
# Description:
# Default configuration for OpenSearch Dashboards

opensearch.hosts: ["http://localhost:9200"]
opensearch.ssl.verificationMode: full
opensearch.hosts: ["https://localhost:9200"]
opensearch.ssl.verificationMode: none
opensearch.username: "kibanaserver"
opensearch.password: "kibanaserver"
opensearch.requestHeadersWhitelist: [ authorization ]
Expand Down

0 comments on commit cfcfea5

Please sign in to comment.