You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When receiving a GELF event with an empty short_message and no full_message then it does not get remapped as expected. This is a consequence of PR #18 by @ggtools.
When receiving a GELF event with an empty
short_message
and nofull_message
then it does not get remapped as expected. This is a consequence of PR #18 by @ggtools.Removing the
&& !event.get("short_message").empty?
-part would fix it.Feed sample data to Logstash and observe that the output contains
short_message
instead ofmessage
.The text was updated successfully, but these errors were encountered: