fluent-bit-kubernetes-logging
fluent-bit-kubernetes-logging copied to clipboard
Fluent Bit Kubernetes Daemonset
Need help with how to locate the problem blocking logs push by fluent-bit containers to elasticsearch. This setup works fine without any problems in one environment but does not in...
After changing the apiVersion value to apps/v1, now I have an issue with the missing selector for the spec section. What should the value be? I've tried with: ``` selector:...
Fixes Issue #67. Adds kustomization.yaml files; copies or moves some files to support valid kustomize syntax.
Had to shuffle some things around, but added kustomize and instructions on how to use in the README.

It's safe to add apps/v1 to Daemonset as it's stable from 1.9, Which I think almost all are.
Hi, I want to deploy fluent-bit on OKD 3.11 all in one cluster. The deployment creates pod successfully and does show logs on pod console. But when I attempt to...
With just "logstash_format On" it does create an index of value "logstash-". But if a prefix is specified, no index is created and logs do not get indexed. Using fluent-bit...
Hi I want to deploy fluent-bit as daemonset on all in one cluster. I have follow all the steps given on README.md file. but still not able to deploy the...
Problem: Log file is deleted but fluent-bit is still monitoring Question: How to fix it?