Skip to content

Commit

Permalink
Add default opensearch_dashboards.yml file for production (#53)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Ruiz Becerra <[email protected]>
  • Loading branch information
yenienserrano and AlexRuiz7 committed Jun 1, 2023
1 parent 8c15e30 commit 1191791
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config/opensearch_dashboards.prod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
server.host: 0.0.0.0
server.port: 443
opensearch.hosts: https://localhost:9200
opensearch.ssl.verificationMode: certificate
opensearch.requestHeadersAllowlist: ["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/dashboard-key.pem"
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
uiSettings.overrides.defaultRoute: /app/wazuh

opensearchDashboards.branding:
useExpandedHeader: false

0 comments on commit 1191791

Please sign in to comment.