Questions tagged [fluentd]

Use this tag if a question is about fluentd

5 questions
3
votes
1 answer

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 over the other or am I missing something?
Grafana
  • 33
  • 1
  • 3
1
vote
1 answer

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 it and I can curl to external elasticsearch…
1
vote
1 answer

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 namespaces and not all the namespaces I have. How do I…
Vini
  • 121
  • 6
0
votes
0 answers

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 of fluentd config? I have tried: @type tail #dummy [{"python_log": "2025-04-04 05:16:07…
khteh
  • 101
0
votes
0 answers

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 for fluentd both composed in a same file(Hence both…
Naseer
  • 1