All Questions
4 questions
1
vote
1
answer
1k
views
Fluentd to Kafka on Kubernetes connection Issues
I'm having issues connecting Fluentd to Kafka for a centralized logging PoC I'm working on.
I'm currently using the following configuration:
Minikube
Fluentd
fluent/fluentd-kubernetes-daemonset:v1....
2
votes
1
answer
4k
views
Get logs from kafka and send to loki
hope you're all well during this pandemic.
I've got a kubernetes cluster running. The comunication between pods is done through kafka. It is currently logging to stdout only. No files. no kafka topic. ...
1
vote
1
answer
2k
views
Fluentd is unable to establish connection with Kafka brokers: Errno::ECONNRESET: Connection reset by peer
I have configured a fluentd sidecar container to send logs to kafka.
Here is my fluent.conf file:
<source>
@type forward
bind 127.0.0.1
port 24224
</source>
<match log.default>...
0
votes
4
answers
926
views
Which server logging solution is less processor consuming among Kafka, Fluentd and Logstash?
I have a distributed logging system to monitor load-balanced server entities. It is basic for me, that the server does not invest a lot of processor time in the logging process, allowing the ...