fluent-bit-kubernetes-logging
fluent-bit-kubernetes-logging copied to clipboard
Fluent Bit Kubernetes Daemonset
add fluent bit on OpenShift to OpenSearch solution test on fluent bit 1.9.2, OpenShift 4.9, Open Search 1.3.1
We tested it in our OCP4 env which is use CoreOS as the worker hosts. But always get permssion deny error for dir "/var/log/containers/*.log" ``` 2021/02/01 08:10:44] [ warn] [input:tail:tail.0]...
## Bug Report **Describe the bug** Openshift 4 CoreOS cri-o fluent-bit v1.8.10 deployed in logging namespace as HOWTO. Role, Rolebinding and serviceaccount created as HOWTO. Deploying daemonset and following errormessage...
Hi I'm using this config form your examples: [output/elasticsearch/fluent-bit-configmap.yaml](https://github.com/fluent/fluent-bit-kubernetes-logging/blob/master/output/elasticsearch/fluent-bit-configmap.yaml) but when my python program runs in kubernetes and throws an exception (multiple lines) - the logs are inserted as individual...
I organized ek stack by elastic cloud. But i can't found any field for elastic cloud user and password. I tried this but i can't get any connections. ``` output-elasticsearch.conf:...
Update fluent bit version to 1.8.8
I got the following error when creating the fluent-bit role on a 1.22 cluster: ```` error: error parsing https://raw.githubusercontent.com/fluent/fluent-bit-kubernetes-logging/master/fluent-bit-role-1.22.yaml ```` This is due to a remaining "git diff" at the...
As of 1.22 `rbac.authorization.k8s.io/v1beta1` is removed, instead `rbac.authorization.k8s.io/v1` must be used: https://kubernetes.io/docs/reference/using-api/deprecation-guide/#rbac-resources-v122 Affected files: - fluent-bit-role.yaml - fluent-bit-role-binding.yaml
We have installed fluent-bit as daemon set in our kubernetes cluster for forwarding logs to our centralized logging cluster. Every thing is working fine except some of the pods run...