How to replace Kibana Image in the @elastic node modules

Hello Mates,

I am facing the issue to replace 'kibana/node_modules/@elastic/eui/lib/components/icon/assets/logo_kibana.svg' file, as this logo is shown on the main page and management page.

Many Thanks
Tushar Garg

What version of kibana are you using?

Newer Kibana versions create DLLs during the build process so directly modifying node_modules may not get picked up in a production build.

You could try a developer build on the kibana version branch you are targeting. Just follow the build instructions here https://github.com/elastic/kibana/blob/master/CONTRIBUTING.md#setting-up-your-development-environment

Hi @Nathan_Reese

Hope you are doing well. Thank you for helping me on this issue.
I am using Kibana 6.6.1

Many Thanks
Tushar Garg

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