You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# In the absense of this configmap, default value for enabled is true
17
-
enabled = true
17
+
enabled = false
18
18
# exclude_namespaces setting holds good only if enabled is set to true
19
19
# kube-system,gatekeeper-system log collection are disabled by default in the absence of 'log_collection_settings.stdout' setting. If you want to enable kube-system,gatekeeper-system, remove them from the following setting.
20
20
# If you want to continue to disable kube-system,gatekeeper-system log collection keep the namespaces in the following setting and add any other namespace you want to disable log collection to the array.
21
21
# In the absense of this configmap, default value for exclude_namespaces = ["kube-system","gatekeeper-system"]
# exclude_namespaces setting holds good only if enabled is set to true
28
28
# kube-system,gatekeeper-system log collection are disabled by default in the absence of 'log_collection_settings.stderr' setting. If you want to enable kube-system,gatekeeper-system, remove them from the following setting.
29
29
# If you want to continue to disable kube-system,gatekeeper-system log collection keep the namespaces in the following setting and add any other namespace you want to disable log collection to the array.
30
30
# In the absense of this configmap, default value for exclude_namespaces = ["kube-system","gatekeeper-system"]
# fluent-bit based multiline log collection for .NET, Go, Java, and Python stacktraces. Update stacktrace_languages to specificy which languages to collect stacktraces for(valid inputs: "go", "java", "python", "dotnet").
52
52
# NOTE: for better performance consider enabling only for languages that are needed. Dotnet is experimental and may not work in all cases.
53
53
# If enabled will also stitch together container logs split by docker/cri due to size limits(16KB per log line) up to 64 KB.
0 commit comments