Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions output/kafka/fluent-bit-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ data:
Topics ops.kube-logs-fluentbit.stream.json.001
Timestamp_Key @timestamp
Retry_Limit false
# hides errors "Receive failed: Disconnected" when kafka kills idle connections
rdkafka.log.connection.close false
# producer buffer is not included in http://fluentbit.io/documentation/0.12/configuration/memory_usage.html#estimating
rdkafka.queue.buffering.max.kbytes 10240
# for logs you'll probably want this ot be 0 or 1, not more
rdkafka.request.required.acks 1

parsers.conf: |
[PARSER]
Expand Down
2 changes: 1 addition & 1 deletion output/kafka/fluent-bit-ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
memory: 10Mi
limits:
cpu: 50m
memory: 100Mi
memory: 60Mi
volumeMounts:
- name: varlog
mountPath: /var/log
Expand Down