From 605f735b25d938259a6937e1af4269c0cc59c9ec Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Sun, 7 Apr 2024 10:38:29 +0800 Subject: [PATCH] restore yml Signed-off-by: Hailong Cui --- config/opensearch_dashboards.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 69a8d2bfc5d8..11e772087749 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -290,16 +290,3 @@ # Set the value to true to enable workspace feature # workspace.enabled: false - -opensearch.hosts: [https://localhost:9200] -opensearch.ssl.verificationMode: none -opensearch.username: kibanaserver -opensearch.password: kibanaserver -opensearch.requestHeadersWhitelist: [authorization, securitytenant] - -opensearch_security.multitenancy.enabled: true -opensearch_security.multitenancy.tenants.preferred: [Private, Global] -opensearch_security.readonly_mode.roles: [kibana_read_only] -# Use this setting if you are running opensearch-dashboards without https -opensearch_security.cookie.secure: false -server.host: '0.0.0.0' \ No newline at end of file