Howto distinguish Kibana Instances visually

Hello,
is there a configuration option (navigator background color, own logo or other) to distinguish a Kibana instance for e.g. test system from prod system?
I specified server.name, but couldn't find it on the display.
I need a visual separation to avoid doing things on the wrong target system.

hi @kaem2111,

that's an interesting request. Usually, customers modify the look&feel of Kibana by modifying the CSS. It's somewhat of a hack, but it's done fairly frequently. You might start here: https://github.com/elastic/kibana/blob/eb22e373f5ab7b72e14daee01b511af30fcd7336/src/ui/public/styles/base.less

You could also submit an enhancement request here: https://github.com/elastic/kibana/issues/new.

Hi Thomas,

Thx for the advice, I changed background-color for the Kibana logo, that works for me.
I believe branding will come in the next years anyway, so no enhancement request from my side now.