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: config/connect-scalyr-sink.properties
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,3 +34,6 @@ api_key=<log write api key from https://app.scalyr.com/keys>
34
34
35
35
#Maximum time to wait in millisecs between batch sends. This ensures events are sent to Scalyr in a timely manner on systems under light load where `batch_send_size_bytes` may not be reached for longer periods of time.
36
36
#batch_send_wait_ms=5000
37
+
38
+
#If true, send the entire Kafka Connect record value serialized to JSON as the message field.
0 commit comments