Skip to content

Commit 8de2831

Browse files
committed
Increase max event size to 1MB
1 parent 7287d1a commit 8de2831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fluent/plugin/out_cloudwatch_logs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class TooLargeEventError < Fluent::UnrecoverableError; end
6868
end
6969

7070
MAX_EVENTS_SIZE = 1_048_576
71-
MAX_EVENT_SIZE = 256 * 1024
71+
MAX_EVENT_SIZE = 1024 * 1024
7272
EVENT_HEADER_SIZE = 26
7373

7474
def initialize

0 commit comments

Comments
 (0)