question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Enhancement] Extend `opensearchDashboards.branding.applicationTitle` customization to app/opensearch_dashboards_overview

See original GitHub issue

Describe the bug

when configuring brainding, and specifically opensearchDashboards.branding.applicationTitle , the string is not applied to the page app/opensearch_dashboards_overview

To Reproduce

  1. configure opensearchDashboards.branding.applicationTitle: 'something'
  2. open dashbaords home page and navigate to “https://<dashboard-url/app/opensearch_dashboards_overview”
  3. the title doesn’t match the branding configuration

Expected behavior Branding should be applied

OpenSearch Version 2.4.0

Dashboards Version 2.4.0

Screenshots

image

Issue Analytics

  • State:open
  • Created 9 months ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

2reactions
kgcreativecommented, Dec 9, 2022

@joshuarrrr This feels like a missed string replacement.

1reaction
anubisg1commented, Dec 12, 2022

I don’t think it’s a matter of more configurations - just a matter of which strings can be customized with applicationTitle and which can’t. Personally, I don’t see much harm in extending the applicationTitle (given it’s what @anubisg1 and other folks would prefer).

If i may, the reason why i reported this is because the actual home page has the application title changed, specifically here:

image

when a user clicks on “visualize and Analyze” he/she’s then redirected to the page in question… notice that the Icon remains branded, but not the application title. As such, it looks like a miss (regardless if it was intentional or not) but more important it “breaks” the immerision provided by the branding and to a simple user (that has no idea of the configuration and what is supposed to change etc), it looks like a mistake

image

Therefore, in my opinion, this simple string should change when application title branding is applied

Read more comments on GitHub >

github_iconTop Results From Across the Web

OpenSearch Dashboards custom branding
OpenSearch Dashboards custom branding Introduced 1.2. ... Dashboards and uses custom branding elements to replace the OpenSearch logo and application title.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found