@@ -38,40 +38,43 @@ remoteWrite: []
3838 # - url: https://victoria-logs:9428
3939 # tlsInsecureSkipVerify: true
4040
41- # -- List of fields to be used as `_time` field. The first found field will be used.
42- # See https://docs.victoriametrics.com/victorialogs/keyconcepts/#time-field for more details.
43- timeField :
44- - time
45- - ts
46- - timestamp
47-
48- # -- List of fields to be used as `_msg` field. The first found field will be used.
49- # See https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field for more details.
50- msgField :
51- - message
52- - msg
53-
54- # -- LogsQL filter for excluding container logs.
55- # The filter is applied to container metadata fields (e.g., kubernetes.namespace_name, kubernetes.container_name) before reading the log files.
56- # This significantly reduces CPU and I/O usage by skipping logs from unwanted containers.
57- # See https://docs.victoriametrics.com/victorialogs/vlagent/#filtering-kubernetes-logs
58- excludeFilter : " "
59-
60- # -- Include Pod labels as additional fields in the log entries.
61- # Even this setting is disabled, Pod labels are available for filtering via .Values.excludeFilter parameter
62- includePodLabels : true
63-
64- # -- Include Pod annotations as additional fields in the log entries.
65- # Even this setting is disabled, Pod annotations are available for filtering via .Values.excludeFilter parameter
66- includePodAnnotations : false
67-
68- # -- Include Node labels as additional fields in the log entries.
69- # Even this setting is disabled, Node labels are available for filtering via .Values.excludeFilter parameter
70- includeNodeLabels : false
71-
72- # -- Include Node annotations as additional fields in the log entries.
73- # Even this setting is disabled, Node annotations are available for filtering via .Values.excludeFilter parameter
74- includeNodeAnnotations : false
41+ # -- List of collector specific properties
42+ collector :
43+
44+ # -- List of fields to be used as `_time` field. The first found field will be used.
45+ # See https://docs.victoriametrics.com/victorialogs/keyconcepts/#time-field for more details.
46+ timeField :
47+ - time
48+ - ts
49+ - timestamp
50+
51+ # -- List of fields to be used as `_msg` field. The first found field will be used.
52+ # See https://docs.victoriametrics.com/victorialogs/keyconcepts/#message-field for more details.
53+ msgField :
54+ - message
55+ - msg
56+
57+ # -- LogsQL filter for excluding container logs.
58+ # The filter is applied to container metadata fields (e.g., kubernetes.namespace_name, kubernetes.container_name) before reading the log files.
59+ # This significantly reduces CPU and I/O usage by skipping logs from unwanted containers.
60+ # See https://docs.victoriametrics.com/victorialogs/vlagent/#filtering-kubernetes-logs
61+ excludeFilter : " "
62+
63+ # -- Include Pod labels as additional fields in the log entries.
64+ # Even this setting is disabled, Pod labels are available for filtering via .Values.excludeFilter parameter
65+ includePodLabels : true
66+
67+ # -- Include Pod annotations as additional fields in the log entries.
68+ # Even this setting is disabled, Pod annotations are available for filtering via .Values.excludeFilter parameter
69+ includePodAnnotations : false
70+
71+ # -- Include Node labels as additional fields in the log entries.
72+ # Even this setting is disabled, Node labels are available for filtering via .Values.excludeFilter parameter
73+ includeNodeLabels : false
74+
75+ # -- Include Node annotations as additional fields in the log entries.
76+ # Even this setting is disabled, Node annotations are available for filtering via .Values.excludeFilter parameter
77+ includeNodeAnnotations : false
7578
7679# -- Environment variables (ex.: secret tokens).
7780env : []
0 commit comments