Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom branding: opensearch dashboard overview #5222

Open
nikkiProgrammer opened this issue Oct 5, 2023 · 3 comments
Open

Custom branding: opensearch dashboard overview #5222

nikkiProgrammer opened this issue Oct 5, 2023 · 3 comments
Assignees
Labels

Comments

@nikkiProgrammer
Copy link

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
@ananzh
Copy link
Member

ananzh commented Oct 10, 2023

@abbyhu2000 could you help here?

@abbyhu2000
Copy link
Member

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: Custom Branding #826 (comment) Currently, we do not support the branding configurations for the overview page title. There is a proposal for custom branding v2: Custom branding v2 #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 Custom branding v2 #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

@AdaptiveStep
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants