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

**URL:** https://discuss.elastic.co/t/changing-kibana-logo-on-the-top-left-hand-side-version-6-5-4/166480
**Category:** Kibana
**Created:** [January 31, 2019, 6:41am UTC](https://discuss.elastic.co/t/changing-kibana-logo-on-the-top-left-hand-side-version-6-5-4/166480 "2019-01-31T06:41:34Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jagannathan](https://avatars.discourse-cdn.com/v4/letter/j/53a042/32.png) [@jagannathan](https://discuss.elastic.co/u/jagannathan)
#### Post date: [January 31, 2019, 6:41am UTC](https://discuss.elastic.co/t/changing-kibana-logo-on-the-top-left-hand-side-version-6-5-4/166480/1 "2019-01-31T06:41:34Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Joe\_Fleming](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/joe_fleming/32/3561_2.png) [@Joe\_Fleming](https://discuss.elastic.co/u/Joe_Fleming)
#### Post date: [January 31, 2019, 8:27pm UTC](https://discuss.elastic.co/t/changing-kibana-logo-on-the-top-left-hand-side-version-6-5-4/166480/2 "2019-01-31T20:27:23Z")

</div>

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](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](https://github.com/elastic/kibana/tree/master/packages/kbn-plugin-generator)

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 28, 2019, 8:27pm UTC](https://discuss.elastic.co/t/changing-kibana-logo-on-the-top-left-hand-side-version-6-5-4/166480/3 "2019-02-28T20:27:41Z")

</div>

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