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 July 21, 2026: Merge 370578499f5e85ddb1e62b267b86d1aaf6c804aa into 3399d4d3bad17e3d9c4de6822c75a4ad4858b610 (7d8eee4)