fluent-bit-kubernetes-logging icon indicating copy to clipboard operation
fluent-bit-kubernetes-logging copied to clipboard

Fluent Bit Kubernetes Daemonset

Results 47 fluent-bit-kubernetes-logging issues
Sort by recently updated
recently updated
newest added
trafficstars

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.

![image](https://user-images.githubusercontent.com/6709636/75237212-410d9280-57bf-11ea-97f9-3b39e21dd694.png)

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?