I'm Running Kibana on Docker | Kibana User Guide [5.6] | Elastic. Is there an guide (preferably official) on how to change/replace Kibana's logo with custom logo? Can SVG logo be used?
Please advise.
I'm Running Kibana on Docker | Kibana User Guide [5.6] | Elastic. Is there an guide (preferably official) on how to change/replace Kibana's logo with custom logo? Can SVG logo be used?
Please advise.
Hey!
The kibana default logo exists at ./src/ui/public/images/kibana.svg
under the kibana folder. As you can see, its an SVG to begin with and you can easily replace this with another custom SVG. The only caveat I would say is that whether you can do so w.r.t. copyright.
I am not sure whether you can have a kibana instance running publicly (or otherwise) that is marked as something other than kibana ... Please confirm this point before you do so
I'm hoping someone from Elastic team can weight in here)
There is no official guide to do this at this stage.
I renamed my logo into kibana.svg, follow by re-building and restarting container:
My Dockerfile looks like this:
root@elk11:/opt/elastic/kibana# cat Dockerfile
FROM docker.elastic.co/kibana/kibana:5.6.3
COPY kibana.svg ./src/ui/public/images/
root@elk11:/opt/elastic/kibana#
yet, still seeing original Kibana logo(
Please advise.
You need to update the optmised bundles as well.
There is a long thread about it here;
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.