How can I change all the Kibana logos to other logos??
I tried the link method below and other methods, but they didn't work.
https://discuss.elastic.co/t/replace-the-kibana-logo/27547
My Goals
I circled what I was trying to change in Kibana.
@Miokael Amidi update post (Loading logo and text)
const logo = _react.default.createElement("svg", {…
could not find code.
Result:
const logo = _react.default.createElement("img", {src:'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAqkAAAK … 5CYII=',width:'100px'});
-> Also, I don't know how to write the code.
-> Can I copy and paste it as it is?
Also,I can't see it.(Navbar Logo)
Locate string and replace with own base64 or SVG image
"EuiHeaderLogo"],{"data-test-subj":"logo”,iconType:"logoElastic"
Result:
EuiHeaderLogo"],{"data-test-subj":"logo”, iconType:"data:image/png;base64,iVBORw0
… SUVORK5CYII="
-> help me plz..



