Replace kibana title in web page tab

I had referenced lots of similar topics, but only can find how to replace the kibana logo.
Does anyone know how to replace the word "Kibana" in the web page tab?

image

Thanks!

The code is here: https://github.com/elastic/kibana/blob/master/src/ui/views/chrome.jade#L12

You could accomplish this with a plugin by settings document.title.

thanks a lot !!

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.