Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs again
  • Loading branch information
benclive committed Nov 8, 2024
commit 3f688a99fa5790a98afa5f84e252f708a0816970
6 changes: 1 addition & 5 deletions docs/sources/shared/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3150,10 +3150,6 @@ kafka_ingestion:
# 0 disables partitions deletion.
# CLI flag: -ingester.partition-ring.delete-inactive-partition-after
[delete_inactive_partition_after: <duration> | default = 13h]

# Whether the ingester write chunks to the store or discard them on flush.
# CLI flag: -ingester.kafka-partition
[partition: <int> | default = -1]
```

### ingester_client
Expand Down Expand Up @@ -3288,7 +3284,7 @@ The `limits_config` block configures global and per-tenant limits in Loki. The v
# When true an ingester takes into account only the streams that it owns
# according to the ring while applying the stream limit.
# CLI flag: -ingester.use-owned-stream-count
[use_owned_stream_count: <boolean> | default = true]
[use_owned_stream_count: <boolean> | default = false]

# Maximum number of active streams per user, per ingester. 0 to disable.
# CLI flag: -ingester.max-streams-per-user
Expand Down
Loading