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
Fix: json parsing compatibility + freeze event.original value (#38) Pulling in logstash-plugins/logstash-mixin-event_support#3 on top of #37 The desired behavior is to parse `""` as a `nil` and raise no error while doing so (to behave like `Event.from_json` impl). Also added `value.dup.freeze` for `event.original`'s value.