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?
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…
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…
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…
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…