fluentd-kubernetes-sumologic
fluentd-kubernetes-sumologic copied to clipboard
FluentD plugin to extract logs from Kubernetes clusters, enrich and ship to Sumo logic.
The current reduce methods are great, but it would great if we could say exactly what we want to include/exclude. For example, the current implementation does not allow you to...
If KUBERNETES_META is set to false and KUBERNETES_META_REDUCE is set to true, the second condition will fail as the value will not exist anymore when the first if is matched....
The current implementation check-in fluentd .conf files into GitHub directly. Which means any change in the `.conf` file need to be built into docker image for taking effective. This change...
The `KUBERNETES_META` envariable is documented as: "Include or exclude Kubernetes metadata such as namespace and pod_name if using JSON log format." So, if the default is true, does that mean...
Ruby gem httpclient, which is used by Fluentd, has embedded its own trusted cert store, instead of using the system's. In the current Docker images, the file is located at...
## what Support `deployment` as a variable for sourceName and sourceCategory ## why The following variables are already supported: %{namespace}, %{pod}, %{container}. There are uses for being able to refer...
Would love to see an example where containers on a k8s cluster are set to use the fluentd logging driver.
Background ------------ We noticed that some log messages were never delivered to SumoLogic. Those same log messages *did* end up in StackDriver, despite similar log collection setups. (k8s -> fluentd...
## Primary Concern I'd like some help to understand whether or not I've missed something when following the [README](https://github.com/SumoLogic/fluentd-kubernetes-sumologic/blob/master/README.md) and the guides on [help.sumologic.com ... kubernetes](https://help.sumologic.com/Send-Data/Applications-and-Other-Data-Sources/Kubernetes). I seem to have...