Questions tagged [fluentd]
Use this tag if a question is about fluentd
5 questions
0 votes
0 answers
22 views
fluentd config for a simple Python logging format
My python flask/Quart app has the following log format: ## 2025-04-04 05:16:07 INFO Running app... How can I configure the <source> of fluentd config? I have tried: <source> ...
0 votes
0 answers
114 views
Fluentd is not detecting the .log buffer files. Hence it is not able to flush/purge them to a output file
I have my django application proxied with nginx and using fluentd(logging solution) to collect the logs written by nginx and just write them to a output file. I am using docker images for nginx and ...
3 votes
1 answer
5k views
What is the difference between Fluent Bit and Prometheus?
From what I've seen, Prometheus scrapes data and metrics and displays them and Fluent Bit collects logs and metrics and can output them. So, are they doing the same thing, i.e. should I choose one ...
1 vote
1 answer
591 views
Fluentd unable to read logs from all namespaces
I have a cluster installed on Openshift and used the Cluster Logging Operator and Elasticsearch Operator to enable logging on the cluster. On Kibana, I am only able to see the logs from certain ...
1 vote
1 answer
377 views
elasticsearch-fluentd helm chart on Openshift 3.11 pod failing
I install a fluentd chart on OKD 3.11 with: helm install kiwigrid/fluentd-elasticsearch \ --name fluentd \ -f ../../tools/fluentd/values.yaml \ --namespace logging The pod is created, I can enter in ...