Skip to content

Commit d0fa2fd

Browse files
authored
docs: outputs: kafka: document otlp_logs_partition_by_resource parameter (#2573)
1 parent d40c7eb commit d0fa2fd

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pipeline/outputs/kafka.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ This plugin supports the following parameters:
2424
| `group_id` | Consumer group ID. | _none_ |
2525
| `message_key` | Optional key to store the message. | _none_ |
2626
| `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` |
2728
| `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` |
2829
| `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_ |
2930
| `rdkafka.{property}` | `{property}` can be any [librdkafka property](https://github.com/confluentinc/librdkafka/blob/master/CONFIGURATION.md). | _none_ |

0 commit comments

Comments
 (0)