Skip to main content

Questions tagged [fluentd]

Use this tag if a question is about fluentd

0 votes
0 answers
22 views

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> ...
khteh's user avatar
  • 101
0 votes
0 answers
114 views

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 ...
Naseer's user avatar
  • 1
3 votes
1 answer
5k views

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 ...
Grafana's user avatar
  • 33
1 vote
1 answer
591 views

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 ...
Vini's user avatar
  • 121
1 vote
1 answer
377 views

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 ...
anVzdGFub3RoZXJodW1hbg's user avatar