Skip to content

Commit

Permalink
make doc
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-d committed Jan 30, 2025
1 parent 4502005 commit 79c4758
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -2377,15 +2377,15 @@ tenant_topic:
# Prefix to prepend to tenant IDs to form the final Kafka topic name
# CLI flag: -distributor.tenant-topic-tee.topic-prefix
[topicprefix: <string> | default = "loki.tenant"]
[topic_prefix: <string> | default = "loki.tenant"]
# Maximum number of bytes that can be buffered before producing to Kafka
# CLI flag: -distributor.tenant-topic-tee.max-buffered-bytes
[maxbufferedbytes: <int> | default = 100MiB]
[max_buffered_bytes: <int> | default = 100MiB]
# Maximum size of a single Kafka record in bytes
# CLI flag: -distributor.tenant-topic-tee.max-record-size-bytes
[maxrecordsizebytes: <int> | default = 15MiB249KiB]
[max_record_size_bytes: <int> | default = 15MiB249KiB]
# Topic strategy to use. Valid values are 'simple' or 'automatic'
# CLI flag: -distributor.tenant-topic-tee.strategy
Expand Down

0 comments on commit 79c4758

Please sign in to comment.