Loading

Banner settings in Kibana

Banners are disabled by default. You need to manually configure them in order to use the feature.

You can configure the xpack.banners settings in your kibana.yml file.

Note

Banners are a subscription feature.

All settings

xpack.banners.placement

Supported on:

Set to top to display a banner above the Elastic header.

Datatype: enum

Default: disabled

Options:

  • disabled
  • top
xpack.banners.textContent

Supported on:

The text to display inside the banner, either plain text or Markdown.

Datatype: string

xpack.banners.textColor

Supported on:

The color for the banner text.

Datatype: string

Default: #8A6A0A

xpack.banners.linkColor

Supported on:

The color for the banner link text.

Datatype: string

Default: #0B64DD

xpack.banners.backgroundColor

Supported on:

The color of the banner background.

Datatype: string

Default: #FFF9E8

xpack.banners.disableSpaceBanners

Supported on:

If true, per-space banner overrides will be disabled.

Datatype: bool

Default: false