We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1ba23a commit 7c85150Copy full SHA for 7c85150
plugins/out_cloudwatch_logs/cloudwatch_api.h
@@ -43,8 +43,8 @@
43
/* Maximum number of character limits including both the Attributes key and its value */
44
#define ATTRIBUTES_MAX_LEN 300
45
46
-/* 256KiB minus 26 bytes for the event */
47
-#define MAX_EVENT_LEN 262118
+/* 1MiB minus 26 bytes for the event */
+#define MAX_EVENT_LEN 1048550
48
49
/* Prefix used for entity fields only */
50
#define AWS_ENTITY_PREFIX "aws_entity"
0 commit comments