OpenSearch-Dashboards
OpenSearch-Dashboards copied to clipboard
Custom branding: opensearch dashboard overview
Hi
I am facing issues customizing the following:
(1) OpenSearch dashboard overview title (2) OpenSearch descriptive sidebar title and plugins (3) OpenSearch admin icon background colour
I am receiving a spelling error wit the setting: opensearchDashboardsOverview.header.title: "test" . The recommended sidebar custom branding is also not working , and I am uncertain how to change the background colour of the admin icon. Can anyone assist with the settings?
@abbyhu2000 could you help here?
Hi @nikkiProgrammer, the branding configuration for opensearch dashboard currently only has the following options: (config/opensearch_dashboards.yml
)
# opensearchDashboards.branding:
# logo:
# defaultUrl: ""
# darkModeUrl: ""
# mark:
# defaultUrl: ""
# darkModeUrl: ""
# loadingLogo:
# defaultUrl: ""
# darkModeUrl: ""
# faviconUrl: ""
# applicationTitle: ""
# useExpandedHeader: false
For your questions:
- You can use the
applicationTitle
config above to change some of the titles, ex. welcome page title, loading page title, home page title, and favicon title. See details here: https://github.com/opensearch-project/OpenSearch-Dashboards/pull/826#issue-1010075451 Currently, we do not support the branding configurations for the overview page title. There is a proposal for custom branding v2: https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1250 @seanneumann Should we add more title configurations by utilizing the i18n plugin? - For the sidebar descriptions, this is the recommended solution in this issue https://github.com/opensearch-project/OpenSearch-Dashboards/issues/1250, it is not implemented yet.
- We do not support configurations on the background color of the admin logo. We directly render the logo that is saved here:
OpenSearch-Dashboards/src/core/server/core_app/assets/default_branding/opensearch_mark_default_mode.svg
cant I just mount new css files , react files or something?