Log level field showing it's code. How to show log level as ,WARN, ERROR..etc

I am injesting some logs from syslog from another server.
I want to show log level as WARN, CRIC, FATAL …etc not just the codes. so user that might not know syslog can easily understand the severity.
Please let me know how i can achieve this.

multiple options to solve this.

  1. use the decorator to make this only on search/display of the message
  2. use a processing pipeline to add this information to a new field
  3. use a processing pipeline to replace the number with the text.

Thank You

I am very new to GrayLog.
could you please share some articles like how can we do this?

take the keywords from my previous post and search the community or the documentation.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.