From 3a32191bc9b148fd501d38a5d652d2d36d93d5ee Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Tue, 9 Jul 2024 12:05:11 +0800 Subject: [PATCH] add instruction for force enable new navigation for workspace (#7186) Signed-off-by: Hailong Cui --- config/opensearch_dashboards.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/opensearch_dashboards.yml b/config/opensearch_dashboards.yml index 7e53551deeb4..61f7522b5dae 100644 --- a/config/opensearch_dashboards.yml +++ b/config/opensearch_dashboards.yml @@ -337,7 +337,11 @@ # Set the value to true to enable workspace feature # Please note, workspace will not work with multi-tenancy. To enable workspace feature, you need to disable multi-tenancy first with `opensearch_security.multitenancy.enabled: false` +# Please uncomment below uiSettings to enable new home/navigation experience when workspace is enabled # workspace.enabled: false +# uiSettings: +# overrides: +# "home:useNewHomePage": true # Optional settings to specify saved object types to be deleted during migration. # This feature can help address compatibility issues that may arise during the migration of saved objects, such as types defined by legacy applications.