Graylog2 / Graylog2/graylog2-server

Display readable labels for all options in parameter dropdown.

Open
#16,037 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
8.1k
Forks
1.1k
Avg merge
1d 20h
Merged PRs (30d)
217

Description

## Description

When you create "Dropdown" -> "Values of field" parameter the suggested field values are not always readable:

- nodes, inputs and streams display the entity id like "000000000000001" instead of "Default Stream"
For aggregation this has been improved with https://github.com/Graylog2/graylog2-server/pull/15464

- booleans will be displayed as "1" or "0" instead of "true" or "false". This already works for field value suggestions in the query input.
![image](https://github.com/Graylog2/graylog2-server/assets/46300478/82eff4e7-9acf-4243-87e8-f49ab4656cec)

- timestamps will be displayed as unix time stamp instead of a readable format.
![image](https://github.com/Graylog2/graylog2-server/assets/46300478/9e587255-f022-45cd-90b1-fdae225372d3)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.