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

elasticfence/kiBrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KiBrand

Kibana Plugin for Logo Neutralization


Requirements

  • Kibana 4.6+

Installation

bin/kibana plugin --install kibrand -u https://github.com/elasticfence/kibrand/archive/master.tar.gz

Configuration

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"

Alternative Runtime Usage

  • 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

LESS Override

Optional custom LESS rules can be added in /etc/kibrand.less


FAQ

  • 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

About

Kibana Plugin for Brand and Logo Management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published