File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
server.host : 0.0.0.0
2
2
server.port : 443
3
- opensearch.hosts : https://127.0.0.1 :9200
3
+ opensearch.hosts : https://localhost :9200
4
4
opensearch.ssl.verificationMode : certificate
5
+ # opensearch.username:
6
+ # opensearch.password:
5
7
opensearch.requestHeadersAllowlist : ["securitytenant","Authorization"]
6
8
opensearch_security.multitenancy.enabled : false
7
9
opensearch_security.readonly_mode.roles : ["kibana_read_only"]
8
10
server.ssl.enabled : true
9
- server.ssl.key : " /etc/wazuh-dashboard/certs/wazuh- dashboard-key.pem"
10
- server.ssl.certificate : " /etc/wazuh-dashboard/certs/wazuh- dashboard.pem"
11
+ server.ssl.key : " /etc/wazuh-dashboard/certs/dashboard-key.pem"
12
+ server.ssl.certificate : " /etc/wazuh-dashboard/certs/dashboard.pem"
11
13
opensearch.ssl.certificateAuthorities : ["/etc/wazuh-dashboard/certs/root-ca.pem"]
12
14
uiSettings.overrides.defaultRoute : /app/wz-home
13
- opensearch_security.cookie.secure : true
You can’t perform that action at this time.
0 commit comments