Skip to content

Commit

Permalink
Enable new home page feature in OpenSearch Dashboards configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Jan 22, 2025
1 parent daa566b commit cfe3b47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/osd-dev/config/2.x/osd/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ opensearch.ssl.verificationMode: certificate
opensearch.requestHeadersAllowlist: ['securitytenant', 'Authorization']
#
opensearch_security.multitenancy.enabled: false
uiSettings:
overrides:
'home:useNewHomePage': true
opensearch_security.readonly_mode.roles: ['kibana_read_only']
server.ssl.enabled: true
server.ssl.key: '/home/node/kbn/certs/osd.key'
Expand Down

0 comments on commit cfe3b47

Please sign in to comment.