Yes I'm still lost as to where they come from and if they're stored somewhere as log files also. They're not stored with the container logs. It looks like it's related to this monitor agent. On the configMap.yaml I can see this command: (sorry for formatting... insert code/edit button doesn't seem to work... and no Markdown option?) {{- if .Values.global.monitoring_agent_enabled }} # = filters for monitor agent = <filter monitor_agent> @type jq_transformer jq ".record.source = \"namespace:#{ENV['MY_NAMESPACE']}/pod:#{ENV['MY_POD_NAME']}\" | .record.sourcetype = \"fluentd:monitor-agent\" | .record.cluster_name = \"{{ or .Values.kubernetes.clusterName .Values.global.kubernetes.clusterName | default "cluster_name" }}\" | .record.splunk_index = \"{{ or .Values.global.monitoring_agent_index_name .Values.global.splunk.hec.indexName .Values.splunk.hec.indexName | default "main" }}\" {{- if .Values.customMetadata }}{{- range .Values.customMetadata }}| .record.{{ .name }} = \"{{ .value }}\" {{- end }}{{- end }} | .record" </filter>
... View more