How to change kibana logo during loading?

Hello folks,

Do you know how to replace the kibana logo during loading by my own as shown in the following picture ?
i achieved to replace the loading part but I can't achieve to find the picture or the text 'Kibana is loadiing, give me a moment ...'

Indeed, I am importing through iframe links some graphs in my page web and I want to disable this feature. i am using kibana 4.5.1.

Thanks.
Regards,

S

Here is a reference to the markup for the loading indicator: https://github.com/elastic/kibana/blob/master/src/ui/views/ui_app.jade#L26

You will need to do this within Kibana unless it's on the same domain do to the cross-origin policy. A plugin would most likely be the easiest/cleanest route.

1 Like

Thanks Tyler, it works fine for me now :slight_smile: !