Custom Resource Definitions
This document contains detailed information about the Custom Resource Definitions that the Logging operator uses.
You can find example yamls in our GitHub repository.
Namespace separation
A logging pipeline consist of two types of resources.
Namespacedresources:Flow,Output,SyslogNGFlow,SyslogNGOutputGlobalresources:ClusterFlow,ClusterOutput,SyslogNGClusterFlow,SyslogNGClusterOutput
The namespaced resources are only effective in their own namespace. Global resources are cluster wide.
You can create
ClusterFlow,ClusterOutput,SyslogNGClusterFlow, andSyslogNGClusterOutputresources only in thecontrolNamespace, unless theallowClusterResourcesFromAllNamespacesoption is enabled in the logging resource. This namespace MUST be a protected namespace so that only administrators can access it.
Available CRDs
Last modified August 31, 2023: Merge pull request #181 from kube-logging/lo-4.3-image-versions (2c7faf2)