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
Added ecs_compatibility behavior The deafault value for 'source_ip_fieldname' is 'host' if ecs is disabled, '[host][ip]' otherwise. The dafult value of 'source_ip_fieldname' couldbe customized, in that case no ECS compatibilty renames is applied, is responsability of the user.
Work around memory issue with jruby/jruby#5148 (#39) on JRuby 9k, a read from the UDP socket will not truncate unused buffer space so we have to force it using String#s ensure the cloned string is UTF_8 encoded