Does anyone know if it is possible to replace Kibana icon with my company icon as well as the title text ?
We are using Kibana 5.4.0 version.
It's not possible as built-in functionality, but you could modify the source assets https://github.com/elastic/kibana/blob/master/src/ui/public/assets/favicons/favicon.ico and replace the fav-icon with your own.
thx,
U can use this page for generating favicon .
http://realfavicongenerator.net/ (prefer size 2256x256px)
after that, copy all file to
[kibana directory]/src/ui/public/assets/favicons/
Try to remove or install new plugin, kibana will rebuild.
Are u vietnamese?
Thanks all.
After attempting your advice, we are able to change to our company logo.
How about the title text "Kibana" in the Web pages tabs? Can we change it to our company name?
@tatdat: yes
@TrungNguyen3010 in same file, line 12
title Kibana
keep "title" , change kibana
to your text.
Cũng VN :3
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.