Skip to content
This repository was archived by the owner on Jun 27, 2018. It is now read-only.
This repository was archived by the owner on Jun 27, 2018. It is now read-only.

unable to display logo #3

@enricomingardo

Description

@enricomingardo

in kibana.yml:

kibrand.enabled: true
kibrand.logourl: "/bundles/src/ui/public/images/logo-configureas.svg"

in log file i see that the customized logo was requested successfully

Dec  2 17:19:00 configureas kibana: {"type":"response","@timestamp":"2016-12-02T16:19:00Z","tags":[],"pid":7145,"method":"get","statusCode":200,"req":{"url":"/bundles/src/ui/public/images/logo-configureas.svg","method":"get","headers":{"host":"configureas.iks.local:5601","connection":"keep-alive","pragma":"no-cache","cache-control":"no-cache","user-agent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.98 Safari/537.36","accept":"image/webp,image/*,*/*;q=0.8","referer":"http://configureas.iks.local:5601/app/kibana","accept-encoding":"gzip, deflate, sdch","accept-language":"it-IT,it;q=0.8,en-US;q=0.6,en;q=0.4"},"remoteAddress":"192.168.43.1","userAgent":"192.168.43.1","referer":"http://configureas.iks.local:5601/app/kibana"},"res":{"statusCode":200,"responseTime":17,"contentLength":9},"message":"GET /bundles/src/ui/public/images/logo-configureas.svg 200 17ms - 9.0B"}

But at the end of commons.style.css:

.logo {
  display: none !important;
}
.logo-small {
  display: none !important;
}

so no logo is displayed

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions