datalust / helm.datalust.co

Helm charts hosted on helm.datalust.co
Apache License 2.0
10 stars 16 forks source link

Update the sample to use Fluent Bit 2.x and Seq's HTTP API directly #44

Closed KodrAus closed 1 year ago

KodrAus commented 1 year ago

This PR updates our sample deployment to use Fluent Bit 2.x, which should fix up issues with changing container runtimes in recent Kubernetes versions.

I've also moved away from deploying a GELF container in favor of directly ingesting to Seq. This simplifies the deployment and makes it possible to set and use different API keys for different log sources.