Skip to content
This repository was archived by the owner on Sep 26, 2025. It is now read-only.

Commit deb737a

Browse files
committed
Update docs
1 parent 0a6fbb4 commit deb737a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

website/cue/reference/components/sources/generated/kubernetes_logs.cue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
package metadata
22

33
generated: components: sources: kubernetes_logs: configuration: {
4+
add_namespace_fields: {
5+
description: """
6+
Specifies whether or not to enrich with namespace fields.
7+
8+
This can be useful to make Vector not pull in namespaces to reduce load on
9+
kube-apiserver and daemonset memory usage in clusters with lots of namespaces.
10+
"""
11+
required: false
12+
type: bool: default: true
13+
}
414
auto_partial_merge: {
515
description: """
616
Whether or not to automatically merge partial events.

0 commit comments

Comments
 (0)