Hi,
I wanted to use a custom image for sidebar navigation (instead of kibana). Can anyone help me out with this?
Thanks,
Nishant
Hi,
I wanted to use a custom image for sidebar navigation (instead of kibana). Can anyone help me out with this?
Thanks,
Nishant
There’s no easy way to white label. You can either compile yourself, or after the optimize bundle operation has run you can replace optimize/bundles/ebdca7741674eca4e1fadeca157f3ae6.svg
with your own SVG.
Hi, @Nishant!
You can just map your own logo to /usr/share/kibana/src/ui/public/images/kibana.svg
in Docker container.
Something like this:
docker run -d --name odfe-kibana -v /etc/kibana/ui/kibana_logo_custom.svg:/usr/share/kibana/src/ui/public/images/kibana.svg -e ELASTICSEARCH_URL=https://odfe-node1:9200 -p 5601:5601 --network odfe-net docker.nexus.yamoney.ru/amazon/opendistro-for-elasticsearch-kibana:0.8.0
This works in my case