Skip to main content
Version: 1.23.X

Logging Operated

The Logging operated package deploys the Fluentd and Fluent-bit stack via Logging operator CRDs. It also deploys a MinIO instance for storing all the logs rejected from the configured outputs.

Requirements

Image repository and tag

  • Logging operator: ghcr.io/banzaicloud/logging-operator:3.17.10

Configuration

See the file fluentd-fluentbit.yaml in the root of the project for the stack configuration.

Deployment

You can deploy Logging operated by running the following command in the root of the project:

kustomize build | kubectl apply -f -

Error logs

All logs with errors in being sent to their outputs are collected by two MinIO instances. These instances serve for debugging purposes and to understand why the collected logs are not being sent. These MinIO instances are configured to have a 7-day file retention.