Relates to https://github.com/elastic/kibana/issues/64695
As part of the recent branding related changes in Kibana, the favicon has been updated to the Elastic cluster logo. It looks great, however it could be even better:
Pinging @elastic/kibana-core-ui (Team:Core UI)
cc @JessSmithSup who might have some ideas.
Thanks for including me @snide
On the branding side, we are trying to eliminate the use of secondary (monochromatic) logos where we can, especially in highly visible areas. I would suggest the full-color cluster for the main Kibana dashboard. I don't know that the consistency with web and product is a bad thing.
Maybe local environments can use the monochromatic versions if we need a differentiator there.
it would be great if this was a configurable item to allow a custom icon to be added (maybe in the kibana advanced settings UI?). If you only deal with one deployment, you'd never bother to change it - but when you have ~ 5 different deployments that you are jumping between, having a different icon per deployment would really help with tab sprawl.
I've written up a quick workaround with a browser plugin to go from this:
to that:
https://xeraa.net/blog/2020_custom-favicons-for-production-and-order/
It also gives you fine grained control to differentiate between different environments, projects,...
This feels related to some of the discussion in https://github.com/elastic/kibana/issues/35210
Most helpful comment
I've written up a quick workaround with a browser plugin to go from this:
to that:
https://xeraa.net/blog/2020_custom-favicons-for-production-and-order/
It also gives you fine grained control to differentiate between different environments, projects,...