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: pipeline/outputs/kafka.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ This plugin supports the following parameters:
24
24
|`group_id`| Consumer group ID. |_none_|
25
25
|`message_key`| Optional key to store the message. |_none_|
26
26
|`message_key_field`| If set, the value of `message_key_field` in the record will indicate the message key. If not set or not found in the record, `message_key` is used if set. |_none_|
27
+
|`otlp_logs_partition_by_resource`| When using `otlp_json` or `otlp_proto` format for logs, send each OTLP resource's logs as a separate Kafka message. |`false`|
27
28
|`queue_full_retries`| Number of local retries to enqueue data when the `rdkafka` queue is full. The interval between retries is 1 second. Set to `0` for unlimited retries. |`10`|
28
29
|`raw_log_key`| When using the `raw` format, the value of `raw_log_key` in the record is sent to Kafka as the payload. |_none_|
29
30
|`rdkafka.{property}`|`{property}` can be any [librdkafka property](https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md). |_none_|
0 commit comments