Optimization
Watch specific resources
The Logging operator watches resources in all namespaces, which is required because it manages cluster-scoped objects, and also objects in multiple namespaces.
However, in a large-scale infrastructure, where the number of resources is large, it makes sense to limit the scope of resources monitored by the Logging operator to save considerable amount of memory and container restarts.
Starting with Logging operator version 3.12.0, this is now available by passing the following command-line arguments to the operator.
watch-namespace: Watch only objects in this namespace. Note that even if thewatch-namespaceoption is set, the operator must watch certain objects (likeFlowsandOutputs) in every namespace.watch-logging-name: Logging resource name to optionally filter the list of watched objects based on which logging they belong to by checking theapp.kubernetes.io/managed-bylabel.
Last modified January 15, 2026: Merge 5577547291e90495a90e1d6d0b91fa3572705954 into e6b6700e180c0d84b1f706e59d19f16be470081a (6c4670a)