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
Copy file name to clipboardExpand all lines: lib/logstash/codecs/json_lines.rb
+1
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,7 @@ class LogStash::Codecs::JSONLines < LogStash::Codecs::Base
57
57
58
58
defregister
59
59
if@decode_size_limit_bytes == "none"
60
+
deprecation_logger.deprecated"`none` default value for `decode_size_limit_bytes` setting is going to be moved to a defined limit in a future version. Set a reasonable value compatible with your lines size."
0 commit comments