Skip to main content
Version: 1.27.2

Logging operator configs for Loki

This package is a collection of logging operator Flow/ClusterFlow and Output/ClusterOutput configs to be used together with Loki.

Requirements

Configuration

⚠️ This package cannot be used together with configs package, one excludes the other.

Configurations available (patched from the base configs ) :

Deployment

You can deploy all the configurations by running the following command in the root of the project:

kustomize build | kubectl apply -f -

You can also deploy only a configuration subset by running some of the following commands (for example):

kustomize build kubernetes | kubectl apply -f -
kustomize build infra | kubectl apply -f -
kustomize build ingress-nginx | kubectl apply -f -
kustomize build audit | kubectl apply -f -
kustomize build events | kubectl apply -f -
kustomize build systemd | kubectl apply -f -
kustomize build systemd/common | kubectl apply -f -
kustomize build systemd/etcd | kubectl apply -f -