Zion Boggan
repos/SOC Automation Lab/config/wazuh/dashboard/opensearch_dashboards.yml
zionboggan.com ↗
15 lines · yaml
History for this file →
1
server.host: 0.0.0.0
2
server.port: 5601
3
opensearch.hosts: https://wazuh.indexer:9200
4
opensearch.ssl.verificationMode: certificate
5
opensearch.username: kibanaserver
6
opensearch.password: kibanaserver
7
opensearch.requestHeadersWhitelist:
8
  - securitytenant
9
  - Authorization
10
server.ssl.enabled: true
11
server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
12
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
13
opensearch.ssl.certificateAuthorities:
14
  - "/etc/wazuh-dashboard/certs/root-ca.pem"
15
uiSettings.overrides.defaultRoute: /app/wz-home