OpenSearch-Dashboards icon indicating copy to clipboard operation
OpenSearch-Dashboards copied to clipboard

Custom branding: opensearch dashboard overview

Open nikkiProgrammer opened this issue 1 year ago • 3 comments

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?

Screenshot 2023-10-05 at 6 56 14 Screenshot 2023-10-05 at 6 51 04

nikkiProgrammer avatar Oct 05 '23 04:10 nikkiProgrammer

@abbyhu2000 could you help here?

ananzh avatar Oct 10 '23 16:10 ananzh

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:

  1. 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?
  2. 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.
  3. 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

abbyhu2000 avatar Oct 17 '23 00:10 abbyhu2000

cant I just mount new css files , react files or something?

AdaptiveStep avatar Apr 30 '24 10:04 AdaptiveStep