How to change UI of the Kibana like Kibana icon, Title, Left navigation in version 7.6. Is it possible to do so?

How to change UI of the Kibana like Kibana icon, Title, Left navigation in version 7.6. Is it possible to do so ?

Hi @pranay_bhatnagar,

that's currently not possible without forking Kibana and changing the source code directly.

An issue tracking the general feature request can be found here: https://github.com/elastic/kibana/issues/17879

Tell me how to change it from the source code directly.

Kindly provide with the steps to follow

That's a complex thing to do and out of scope for the forum format. To get started follow the steps outlined here - https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environment

This will give you a local development environment for Kibana, you now can edit files, reload the browser and check the updated version. You will have to learn how React and Typescript works to do changes. As a starter, the left navigation is defined in https://github.com/elastic/kibana/blob/master/src/core/public/chrome/ui/header/nav_drawer.tsx

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