Graylog2 / graylog2-server

Free and open log management
https://www.graylog.org
Other
7.22k stars 1.05k forks source link

Syslog decorated mapper target not present in fields drop-down menu #19491

Open hydrapolic opened 1 month ago

hydrapolic commented 1 month ago

Expected Behavior

Add a dashboard where a syslog severity mapper is used for a message table. The target field should be in the FIELDS with other fields (like timestamp, source...).

Current Behavior

The mapped field (severity in my case) is not in the list (when clicked on Add a field).

image

Possible Solution

Steps to Reproduce (for bugs)

  1. Create a new dashboard.
  2. Create message table, edit, decorators syslog severity mapper: source field: level target field: severity
  3. Severity is not in the list of FIELDS

Context

Your Environment

hydrapolic commented 1 month ago

A workaround is to click on a random message in the table, expand, click on the field and select "Add to table".

image