mirror of
https://github.com/wazuh/wazuh-docker.git
synced 2025-11-02 13:03:23 +00:00
14 lines
682 B
YAML
14 lines
682 B
YAML
server.host: 0.0.0.0
|
|
server.port: 443
|
|
opensearch.hosts: https://localhost:9700
|
|
opensearch.ssl.verificationMode: certificate
|
|
opensearch.username: kibanaserver
|
|
opensearch.password: kibanaserver
|
|
opensearch.requestHeadersWhitelist: ["securitytenant","Authorization"]
|
|
opensearch_security.multitenancy.enabled: false
|
|
opensearch_security.readonly_mode.roles: ["kibana_read_only"]
|
|
server.ssl.enabled: true
|
|
server.ssl.key: "/etc/wazuh-dashboard/certs/wazuh-dashboard-key.pem"
|
|
server.ssl.certificate: "/etc/wazuh-dashboard/certs/wazuh-dashboard.pem"
|
|
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
|
|
logging.dest: "/var/log/wazuh-dashboard/wazuh-dashboard.log" |