Kibana Plugin for Logo Neutralization
- Kibana 4.6+
bin/kibana plugin --install kibrand -u https://github.com/elasticfence/kibrand/archive/master.tar.gz
Add your custom branding preferences to config/kibana.yml
kibrand.enabled: true
kibrand.name: "NULL"
# kibrand.logourl: "http://127.0.0.2/some/logo.svg"
- Custom Brand
BRAND="NULL" bin/kibana
- Custom Logo (local svg)
LOGOURL="/bundles/src/ui/public/images/kibana.svg" bin/kibana
- Custom Logo (remote svg)
LOGOURL="http://127.0.0.2/some/logo.svg" bin/kibana
Optional custom LESS rules can be added in /etc/kibrand.less
-
Q: I did not add any settings, and Logo and Brands are gone!
- A: Correct. No values nullify top bar branding.
-
Q: I set a logo and now the brand name is gone!
- A: Correct. Once a logo is set, the brand will only be presented at small widths.
-
Q: Is this plugin compatible with Kibana 5.0?
- A: Likely not yet due to changes in K5 - if you are a Kibana 5 user please provide us feedback
-
Q: I installed the plugin and it caused issue X
- A: Please immediately open an issue on our tracker and provide full kibana error logs