Changing-kibana-logo-on-the-top-left-hand-side Version 6.5.4

Hello Folks ,

-> I installed the kibana Version 6.5.4.

-> Give me solution for changing the kibana logo on the top left hand side.

-> which file i need to modify for the logo changes.

It looks like that is defined here: https://github.com/elastic/kibana/blob/master/src/ui/public/chrome/directives/header_global_nav/components/header.tsx#L148-L161

There's not a way to change it directly without either 1) changing the Kibana source code or 2) changing it after the fact as part of your own plugin. The plugin option would be the easiest to work with, since you can still upgrade Kibana, but it's also the most likely to break, but fixing it probably wouldn't be very difficult.

If you're interested in writing a plugin, this is the best place to start: https://github.com/elastic/kibana/tree/master/packages/kbn-plugin-generator

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