elastic/kibana

Display "null" value better in filter panel

Open

#106,316 opened on Jul 20, 2021

View on GitHub
 (4 comments) (0 reactions) (0 assignees)TypeScript (19,065 stars) (8,021 forks)batch import
Feature:Unified searchTeam:Presentationenhancementgood first issueimpact:lowloe:small

Description

Kibana version: 7.14.0 BC3

Elasticsearch version: 7.14.0 BC3

Server OS version: darwin_x86_64

Browser version: chrome latest

Browser OS version: OS X

Original install method (e.g. download page, yum, from source, etc.): from staging

Describe the bug: If the field value is "null" or empty - we display an empty row in filter panel for values. This blends into the background and I am not sure if the UX is giving the user that message.

Please note I used kibana sample logs for this and the field I am filtering on is extension.keyword

On light theme -

On dark theme -

Contributor guide