<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Inconsistent Logs - Dynatrace Managed in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291752#M4617</link>
    <description>&lt;P&gt;The most common reason, since it's Dynatrace Managed, is the limit of log message for the environment. Default is typically too low, and the also the cluster also has some log processing power which needs to be distributed across the environments.&lt;BR /&gt;&lt;BR /&gt;First, check what you have in the Cluster Management Console for the environment - in this case, I have 0, so no log messages will be processed in this environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1766006226807.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31266iE476383B9382986B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1766006226807.png" alt="Julius_Loman_0-1766006226807.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then in the environment, check two metrics in Data Explorer:&lt;BR /&gt;Server - Log And Events Monitoring - Events Rejected Count&lt;BR /&gt;Server - Log And Events Monitoring - Events Incoming Count&lt;BR /&gt;&lt;BR /&gt;If you have any events rejected, you are receiving more events than the environment is allowed to process or the cluster itself can process and you need to raise the environment limit and maybe also scale your cluster.&lt;BR /&gt;&lt;BR /&gt;See more&amp;nbsp;&lt;A href="https://docs.dynatrace.com/managed/shortlink/log-monitoring-limits#lmc-limit-logs-per-minute-managed" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/log-monitoring-limits#lmc-limit-logs-per-minute-managed&lt;/A&gt;&amp;nbsp; and this&amp;nbsp;&lt;A href="https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Dec 2025 21:25:08 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-12-17T21:25:08Z</dc:date>
    <item>
      <title>Inconsistent Logs from containers on Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291699#M4612</link>
      <description>&lt;P&gt;&lt;STRONG&gt;Versions&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Dynatrace Managed&amp;nbsp;1.324.60.20251007-165512&lt;BR /&gt;dynatrace-operator:v1.7.1&lt;BR /&gt;oneagent:1.323.46-raw&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Problem&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;We're seeing inconsistent logs from our containers. We get logs fine from the Kubernetes API. But I can only get logs from containers sometimes. I have a test pod called log-writer-pod. It writes a message every 31 seconds with a JSON body containing timestamp and count:&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;▶ k logs log-writer-pod
Defaulted container "log-writer" out of: log-writer, dynatrace-operator (init)
Starting log writer pod...
{"timestamp":"2025-12-17 11:50:48","level":"INFO","message":"Log entry number 1","pod":"log-writer-pod","counter":1}
{"timestamp":"2025-12-17 11:51:19","level":"INFO","message":"Log entry number 2","pod":"log-writer-pod","counter":2}
{"timestamp":"2025-12-17 11:51:50","level":"INFO","message":"Log entry number 3","pod":"log-writer-pod","counter":3}
{"timestamp":"2025-12-17 11:52:21","level":"INFO","message":"Log entry number 4","pod":"log-writer-pod","counter":4}
... and so on ...&lt;/LI-CODE&gt;
&lt;P&gt;In the Dynatrace UI I see these logs get through only sometimes. Like from yesterday until today we got 2.4k of them, then they stopped at 0816 this morning. Since then, despite restarting oneagent and the log-writer-pod pods I have only managed to get logs from it once again. And then it only ingested about 20 of them whilst the pod itself continued writing logs.&lt;/P&gt;
&lt;P&gt;Here is our pod being described just now. Showing injection and no errors.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;Name:             log-writer-pod
Namespace:        hosting
Priority:         0
Service Account:  default
Node:             &amp;lt;redact&amp;gt;-bw2sp-worker-7vwjs/&amp;lt;redact&amp;gt;
Start Time:       Wed, 17 Dec 2025 11:50:44 +0000
Labels:           app=log-writer
                  environment=dev
Annotations:      dynakube.dynatrace.com/injected: true
                  k8s.ovn.org/pod-networks:
                    {"default":{"ip_addresses":["&amp;lt;redact&amp;gt;/23"],"mac_address":"&amp;lt;redact&amp;gt;","gateway_ips":["&amp;lt;redact&amp;gt;"],"routes":[{"dest":"&amp;lt;redact&amp;gt;...
                  k8s.v1.cni.cncf.io/network-status:
                    [{
                        "name": "ovn-kubernetes",
                        "interface": "eth0",
                        "ips": [
                            "&amp;lt;redact&amp;gt;"
                        ],
                        "mac": "&amp;lt;redact&amp;gt;",
                        "default": true,
                        "dns": {}
                    }]
                  metadata-enrichment.dynatrace.com/injected: true
                  metadata.dynatrace.com: {}
                  metadata.dynatrace.com/k8s.workload.kind: pod
                  metadata.dynatrace.com/k8s.workload.name: log-writer-pod
                  oneagent.dynatrace.com/inject: true
                  oneagent.dynatrace.com/injected: true
                  openshift.io/scc: anyuid
Status:           Running
IP:               &amp;lt;redact&amp;gt;
IPs:
  IP:  &amp;lt;redact&amp;gt;
Init Containers:
  dynatrace-operator:
    Container ID:  cri-o://7e6d08f59fdff895843f623dd749017af7f8c991a2b81a63389e202375cc6c5c
    Image:         registry.connect.redhat.com/dynatrace/dynatrace-operator:v1.7.1
    Image ID:      registry.connect.redhat.com/dynatrace/dynatrace-operator@sha256:c9887132746ba6c387dbdc3d12defe488963a7ddd75ea961ccd413c4f3b547dc
    Port:          &amp;lt;none&amp;gt;
    Host Port:     &amp;lt;none&amp;gt;
    Args:
      bootstrap
      --config-directory=/mnt/config
      --input-directory=/mnt/input
      --suppress-error
      --source=/opt/dynatrace/oneagent
      --target=/mnt/bin
      --install-path=/opt/dynatrace/oneagent-paas
      --fullstack
      --tenant=&amp;lt;redact&amp;gt;
      --attribute=k8s.workload.kind=pod
      --attribute=k8s.workload.name=log-writer-pod
      --metadata-enrichment
      --attribute-container={"container_image.repository":"busybox","container_image.tags":"latest","k8s.container.name":"log-writer"}
      --attribute=k8s.pod.name=$(K8S_PODNAME)
      --attribute=k8s.pod.uid=$(K8S_PODUID)
      --attribute=k8s.node.name=$(K8S_NODE_NAME)
      --attribute=k8s.namespace.name=hosting
      --attribute=k8s.cluster.uid=&amp;lt;redact&amp;gt;
      --attribute=k8s.cluster.name=&amp;lt;redact&amp;gt;
      --attribute=dt.entity.kubernetes_cluster=KUBERNETES_CLUSTER-&amp;lt;redact&amp;gt;
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Wed, 17 Dec 2025 11:50:44 +0000
      Finished:     Wed, 17 Dec 2025 11:50:45 +0000
    Ready:          True
    Restart Count:  0
    Limits:
      cpu:     100m
      memory:  60Mi
    Requests:
      cpu:     30m
      memory:  30Mi
    Environment:
      K8S_PODNAME:    log-writer-pod (v1:metadata.name)
      K8S_PODUID:      (v1:metadata.uid)
      K8S_NODE_NAME:   (v1:spec.nodeName)
    Mounts:
      /mnt/bin from oneagent-bin (ro)
      /mnt/config from dynatrace-config (rw)
      /mnt/input from dynatrace-input (ro)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-tmlt2 (ro)
Containers:
  log-writer:
    Container ID:  cri-o://d9fce9802290a1e9b9f7b81328f9673dc9367df0da2ad6a2077acdb0857f6ebc
    Image:         busybox:latest
    Image ID:      docker.io/library/busybox@sha256:870e815c3a50dd0f6b40efddb319c72c32c3ee340b5a3e8945904232ccd12f44
    Port:          &amp;lt;none&amp;gt;
    Host Port:     &amp;lt;none&amp;gt;
    Command:
      /bin/sh
    Args:
      -c
      echo "Starting log writer pod..."
      counter=1
      while true; do
        timestamp=$(date '+%Y-%m-%d %H:%M:%S')
        echo "{\"timestamp\":\"$timestamp\",\"level\":\"INFO\",\"message\":\"Log entry number $counter\",\"pod\":\"log-writer-pod\",\"counter\":$counter}"
        counter=$((counter + 1))
        sleep 31
      done
      
    State:          Running
      Started:      Wed, 17 Dec 2025 11:50:48 +0000
    Ready:          True
    Restart Count:  0
    Environment:
      DT_DEPLOYMENT_METADATA:  orchestration_tech=Operator-cloud_native_fullstack;script_version=v1.7.1;orchestrator_id=&amp;lt;redact&amp;gt;
      LD_PRELOAD:              /opt/dynatrace/oneagent-paas/agent/lib64/liboneagentproc.so
      DT_STORAGE:              /var/lib/dynatrace/oneagent
    Mounts:
      /etc/ld.so.preload from dynatrace-config (rw,path="oneagent/ld.so.preload")
      /opt/dynatrace/oneagent-paas from oneagent-bin (ro)
      /var/lib/dynatrace from dynatrace-config (rw,path="log-writer")
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-tmlt2 (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 True 
  Ready                       True 
  ContainersReady             True 
  PodScheduled                True 
Volumes:
  kube-api-access-tmlt2:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       &amp;lt;nil&amp;gt;
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       &amp;lt;nil&amp;gt;
  oneagent-bin:
    Type:              CSI (a Container Storage Interface (CSI) volume source)
    Driver:            csi.oneagent.dynatrace.com
    FSType:            
    ReadOnly:          true
    VolumeAttributes:      dynakube=&amp;lt;redact&amp;gt;
                           mode=app
                           retryTimeout=10m0s
  dynatrace-input:
    Type:                Projected (a volume that contains injected data from multiple sources)
    SecretName:          dynatrace-bootstrapper-config
    SecretOptionalName:  0xc001462a95
    SecretName:          dynatrace-bootstrapper-certs
    SecretOptionalName:  0xc001462a96
  dynatrace-config:
    Type:        EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:      
    SizeLimit:   &amp;lt;unset&amp;gt;
QoS Class:       Burstable
Node-Selectors:  &amp;lt;none&amp;gt;
Tolerations:     node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                 node.kubernetes.io/not-ready:NoExecute op=Exists for 300s
                 node.kubernetes.io/unreachable:NoExecute op=Exists for 300s
Events:
  Type    Reason          Age   From               Message
  ----    ------          ----  ----               -------
  Normal  Scheduled       48m   default-scheduler  Successfully assigned hosting/log-writer-pod to &amp;lt;redact&amp;gt;-i-bw2sp-worker-7vwjs
  Normal  AddedInterface  48m   multus             Add eth0 [&amp;lt;redact&amp;gt;/23] from ovn-kubernetes
  Normal  Pulled          48m   kubelet            Container image "registry.connect.redhat.com/dynatrace/dynatrace-operator:v1.7.1" already present on machine
  Normal  Created         48m   kubelet            Created container: dynatrace-operator
  Normal  Started         48m   kubelet            Started container dynatrace-operator
  Normal  Pulling         48m   kubelet            Pulling image "busybox:latest"
  Normal  Pulled          48m   kubelet            Successfully pulled image "busybox:latest" in 2.032s (2.032s including waiting). Image size: 4680654 bytes.
  Normal  Created         48m   kubelet            Created container: log-writer
  Normal  Started         48m   kubelet            Started container log-writer&lt;/LI-CODE&gt;
&lt;P&gt;Here I can see that Dynatrace is being injected by the dynatrace-operator container:&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;▶ k logs log-writer-pod -c dynatrace-operator
{"level":"info","ts":"2025-12-17T11:50:45.274Z","logger":"bootstrap","msg":"starting configuration","config-directory":"/mnt/config","input-directory":"/mnt/input"}
{"level":"info","ts":"2025-12-17T11:50:45.274Z","logger":"bootstrap","msg":"configuring ld.so.preload","config-directory":"/mnt/config","install-path":"/opt/dynatrace/oneagent-paas"}
{"level":"info","ts":"2025-12-17T11:50:45.274Z","logger":"bootstrap","msg":"starting to configure the container","path":"/mnt/config/log-writer"}
{"level":"info","ts":"2025-12-17T11:50:45.274Z","logger":"bootstrap","msg":"creating ruxitagentproc.conf","source":"/mnt/bin/agent/conf/ruxitagentproc.conf","destination":"/mnt/config/log-writer/oneagent/agent/config/ruxitagentproc.conf"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"configuring container.conf","config-directory":"/mnt/config/log-writer"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"fullstack flag detected, configuring accordingly","tenant":"8d6bd164-b1be-44b0-ba2e-563c97cfca43"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"input file not present, skipping curl options configuration","path":"/mnt/input/initial-connect-retry"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"creating cert file","path":"/mnt/config/log-writer/oneagent/agent/customkeys/custom.pem"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"finished oneagent configuration","config-directory":"/mnt/config","input-directory":"/mnt/input"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"starting enrichment","config-directory":"/mnt/config","input-directory":"/mnt/input"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"starting to enrich the container","path":"/mnt/config/log-writer"}
{"level":"info","ts":"2025-12-17T11:50:45.275Z","logger":"bootstrap","msg":"finished enrichment","config-directory":"/mnt/config","input-directory":"/mnt/input"}&lt;/LI-CODE&gt;
&lt;P&gt;I have the following UI settings:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Settings
&lt;UL&gt;
&lt;LI&gt;Log Monitoring
&lt;UL&gt;
&lt;LI&gt;Set up log ingest
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Ingest logs from custom log sources&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Kubernetes default namespaces logs&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Windows system, application, and security logs&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Linux system logs&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;Ingest all detected log sources&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Log ingest rules
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Capture Container Output (custom) -&amp;nbsp;&lt;STRONG&gt;Log source&lt;/STRONG&gt; is any of:&amp;nbsp;&lt;EM&gt;Container Output&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;[Built-in] Ingest all logs&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Log drop rules&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Matcher: `content="GET /v1/sys/health"&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Log module feature flags
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Collect all container logs&amp;nbsp;&lt;EM&gt;requires OneAgent 1.309*&lt;/EM&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;&amp;nbsp;&lt;/EM&gt;Collect Journald logs&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Advanced log settings
&lt;UL&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Detect open log files&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Detect systel logs&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Detect logs of containerized applications&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Detect IIS logs&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;Detect logs on network file systems&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":cross_mark:"&gt;❌&lt;/span&gt;Allow OneAgent to monitor Dynatrace logs - I've just enabled this to see if it tells me anything&lt;/LI&gt;
&lt;LI&gt;&lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt;Detect container time zones&lt;/LI&gt;
&lt;LI&gt;Maximum of log group instances per entity limit - count -&amp;nbsp;&lt;STRONG&gt;200&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Our DynaKube, it's probably overly redacted, happy to provide specific items from it if needed.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;apiVersion: v1
items:
- apiVersion: dynatrace.com/v1beta5
  kind: DynaKube
  metadata:
    annotations:
      kubectl.kubernetes.io/last-applied-configuration: |
        &amp;lt;redact&amp;gt;
    creationTimestamp: "2025-10-19T08:47:10Z"
    generation: 1
    name: &amp;lt;redact&amp;gt;
    namespace: dynatrace
    resourceVersion: "50852550"
    uid: &amp;lt;redact&amp;gt;
  spec:
    activeGate:
      capabilities:
      - routing
      - kubernetes-monitoring
      - dynatrace-api
      resources:
        limits:
          cpu: "1"
          memory: 1536Mi
        requests:
          cpu: 500m
          memory: 512Mi
    apiUrl: https://&amp;lt;redact&amp;gt;/e/&amp;lt;redact&amp;gt;/api
    metadataEnrichment:
      enabled: true
      namespaceSelector: {}
    oneAgent:
      cloudNativeFullStack:
        namespaceSelector: {}
        oneAgentResources: {}
        tolerations:
        - effect: NoSchedule
          key: node-role.kubernetes.io/master
          operator: Exists
        - effect: NoSchedule
          key: node-role.kubernetes.io/control-plane
          operator: Exists
      hostGroup: &amp;lt;redact&amp;gt;
    skipCertCheck: true
    templates:
      extensionExecutionController:
        imageRef: {}
        resources: {}
      kspmNodeConfigurationCollector:
        imageRef: {}
        nodeAffinity: {}
        resources: {}
      otelCollector:
        imageRef: {}
        resources: {}
  status:
    activeGate:
      connectionInfoStatus:
        endpoints: https://&amp;lt;redact&amp;gt;:443/communication,https://&amp;lt;redact&amp;gt;:443/communication
        tenantTokenHash: "935154033"
        tenantUUID: &amp;lt;redact&amp;gt;
      imageID: &amp;lt;redact&amp;gt;/linux/activegate:1.323.29-raw
      lastProbeTimestamp: "2025-12-17T12:24:19Z"
      serviceIPs:
      - &amp;lt;redact&amp;gt;
      source: tenant-registry
      version: 1.323.29.20251002-173724
    codeModules:
      lastProbeTimestamp: "2025-12-17T12:24:19Z"
      source: tenant-registry
      version: 1.323.46.20251015-192739
    conditions:
    - lastTransitionTime: "2025-10-19T08:55:45Z"
      message: settings.read optional scope available
      reason: ScopePresent
      status: "True"
      type: ApiTokenSettingsRead
    - lastTransitionTime: "2025-10-19T08:55:45Z"
      message: settings.write optional scope available
      reason: ScopePresent
      status: "True"
      type: ApiTokenSettingsWrite
    - lastTransitionTime: "2025-11-06T17:14:24Z"
      message: Token ready
      reason: TokenReady
      status: "True"
      type: Tokens
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: &amp;lt;redact&amp;gt;-activegate-tenant-secret created
      reason: SecretCreated
      status: "True"
      type: ActiveGateConnectionInfo
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: Kubernetes Cluster MEID is up to date
      reason: StatusUpdated
      status: "True"
      type: MonitoredEntity
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: &amp;lt;redact&amp;gt;-oneagent-tenant-secret created
      reason: SecretCreated
      status: "True"
      type: OneAgentConnectionInfo
    - lastTransitionTime: "2025-10-21T02:25:38Z"
      message: Version verified for component.
      reason: Verified
      status: "True"
      type: ActiveGateVersion
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: &amp;lt;redact&amp;gt;-pull-secret created
      reason: SecretCreated
      status: "True"
      type: PullSecret
    - lastTransitionTime: "2025-12-16T09:01:37Z"
      message: secret created 1 day(s) ago, token:dt0g02.&amp;lt;redact&amp;gt;
      reason: SecretCreated
      status: "True"
      type: ActiveGateAuthTokenSecret
    - lastTransitionTime: "2025-10-21T05:03:22Z"
      message: Version verified for component.
      reason: Verified
      status: "True"
      type: CodeModulesVersion
    - lastTransitionTime: "2025-10-19T09:16:58Z"
      message: Namespaces mapped and secrets created
      reason: SecretsCreated
      status: "True"
      type: CodeModulesInjection
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: Metadata-enrichment rules are up-to-date in the status
      reason: StatusUpdated
      status: "True"
      type: MetadataEnrichmentRules
    - lastTransitionTime: "2025-10-19T09:16:58Z"
      message: Namespaces mapped and secrets created
      reason: SecretsCreated
      status: "True"
      type: MetadataEnrichment
    - lastTransitionTime: "2025-12-17T12:24:19Z"
      message: &amp;lt;redact&amp;gt;-bootstrapper-config created/updated
      reason: SecretCreatedOrUpdated
      status: "True"
      type: BootstrapperConfig
    - lastTransitionTime: "2025-10-19T09:16:59Z"
      message: &amp;lt;redact&amp;gt;-bootstrapper-config created/updated
      reason: SecretCreatedOrUpdated
      status: "True"
      type: BootstrapperCertsConfig
    - lastTransitionTime: "2025-10-21T02:25:39Z"
      message: Version verified for component.
      reason: Verified
      status: "True"
      type: OneAgentVersion
    - lastTransitionTime: "2025-10-21T00:39:59Z"
      message: &amp;lt;redact&amp;gt;-activegate created
      reason: StatefulSetCreated
      status: "True"
      type: ActiveGateStatefulSet
    - lastTransitionTime: "2025-10-21T00:40:01Z"
      message: The OneAgent DaemonSet was created successfully.
      reason: DaemonSetCreated
      status: "True"
      type: OneAgentDaemonSet
    dynatraceApi:
      lastTokenScopeRequest: "2025-12-17T12:24:19Z"
    kspm: {}
    kubeSystemUUID: &amp;lt;redact&amp;gt;
    kubernetesClusterMEID: KUBERNETES_CLUSTER-&amp;lt;redact&amp;gt;
    kubernetesClusterName: &amp;lt;redact&amp;gt;
    metadataEnrichment:
      rules:
      - source: app
        target: dt.cost.product
        type: LABEL
      - source: dt.owner
        target: dt.cost.costcenter
        type: LABEL
    oneAgent:
      connectionInfoStatus:
        communicationHosts:
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: cib-dynaag-02
          port: 9999
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 9999
          protocol: https
        - host: &amp;lt;redact&amp;gt;-activegate.dynatrace
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: cib-ocp-dev-activegate.dynatrace
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;-01
          port: 9999
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 9999
          protocol: https
        - host: &amp;lt;redact&amp;gt;-dev-activegate.dynatrace
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: cib-ocp-shared-activegate.dynatrace
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;
          port: 443
          protocol: https
        - host: &amp;lt;redact&amp;gt;-dev-trusted-activegate.dynatrace
          port: 443
          protocol: https
        endpoints: https://&amp;lt;redact&amp;gt;/communication;https://&amp;lt;redact&amp;gt;/communication;https://&amp;lt;redact&amp;gt;:9999/communication;https://&amp;lt;redact&amp;gt;:9999/communication;https://&amp;lt;redact&amp;gt;:443/communication;https://&amp;lt;redact&amp;gt;-activegate.dynatrace:443/communication;https://&amp;lt;redact&amp;gt;:443/communication;https://&amp;lt;redact&amp;gt;-activegate.dynatrace:443/communication;https://&amp;lt;redact&amp;gt;:9999/communication;https://&amp;lt;redact&amp;gt;:9999/communication;https://&amp;lt;redact&amp;gt;:443/communication;https://&amp;lt;redact&amp;gt;-activegate.dynatrace:443/communication;https://&amp;lt;redact&amp;gt;:443/communication;https://&amp;lt;redact&amp;gt;-activegate.dynatrace:443/communication;https://&amp;lt;redact&amp;gt;:443/communication;https://&amp;lt;redact&amp;gt;:443/communication
        tenantTokenHash: "935154033"
        tenantUUID: &amp;lt;redact&amp;gt;
      healthcheck:
        Interval: 10000000000
        Retries: 3
        StartPeriod: 1200000000000
        Test:
        - /usr/bin/watchdog-healthcheck64
        Timeout: 30000000000
      imageID: &amp;lt;redact&amp;gt;/linux/oneagent:1.323.46-raw
      instances:
        &amp;lt;redact&amp;gt;-dev-bw2sp-master-0:
          ipAddress: 10.100.110.16
          podName: &amp;lt;redact&amp;gt;-oneagent-jtlcd
        &amp;lt;redact&amp;gt;-dev-bw2sp-master-1:
          ipAddress: 10.100.110.15
          podName: &amp;lt;redact&amp;gt;-oneagent-gqh4r
        &amp;lt;redact&amp;gt;-dev-bw2sp-master-2:
          ipAddress: 10.100.110.17
          podName: &amp;lt;redact&amp;gt;-oneagent-45jkz
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-2dh8h:
          ipAddress: 10.100.110.23
          podName: &amp;lt;redact&amp;gt;-oneagent-hxvlr
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-52qvp:
          ipAddress: 10.100.110.31
          podName: &amp;lt;redact&amp;gt;-oneagent-z2pkc
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-5sg7n:
          ipAddress: 10.100.110.20
          podName: &amp;lt;redact&amp;gt;-oneagent-5f4s2
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-5zjjr:
          ipAddress: 10.100.110.19
          podName: &amp;lt;redact&amp;gt;-oneagent-phd58
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-7vwjs:
          ipAddress: 10.100.110.32
          podName: &amp;lt;redact&amp;gt;-oneagent-kvkqm
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-8xhlv:
          ipAddress: 10.100.110.30
          podName: &amp;lt;redact&amp;gt;-oneagent-hg2rk
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-9mk4g:
          ipAddress: 10.100.110.34
          podName: &amp;lt;redact&amp;gt;-oneagent-kr5kv
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-b2lfg:
          ipAddress: 10.100.110.24
          podName: &amp;lt;redact&amp;gt;-oneagent-bgwd5
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-br875:
          ipAddress: 10.100.110.35
          podName: &amp;lt;redact&amp;gt;-oneagent-b2f5l
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-dn95b:
          ipAddress: 10.100.110.28
          podName: &amp;lt;redact&amp;gt;-oneagent-5flpk
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-dqp9q:
          ipAddress: 10.100.110.29
          podName: &amp;lt;redact&amp;gt;-oneagent-742t5
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-gmdqm:
          ipAddress: 10.100.110.25
          podName: &amp;lt;redact&amp;gt;-oneagent-wjbwl
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-hrvht:
          ipAddress: 10.100.110.21
          podName: &amp;lt;redact&amp;gt;-oneagent-z4xb2
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-sklx7:
          ipAddress: 10.100.110.22
          podName: &amp;lt;redact&amp;gt;-oneagent-gv5hk
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-tzqvv:
          ipAddress: 10.100.110.26
          podName: &amp;lt;redact&amp;gt;-oneagent-bv7ql
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-xwgqs:
          ipAddress: 10.100.110.27
          podName: &amp;lt;redact&amp;gt;-oneagent-724hr
        &amp;lt;redact&amp;gt;-dev-bw2sp-worker-zcgfk:
          ipAddress: 10.100.110.33
          podName: &amp;lt;redact&amp;gt;-oneagent-9vcck
      lastInstanceStatusUpdate: "2025-12-17T12:24:19Z"
      lastProbeTimestamp: "2025-12-17T12:24:19Z"
      source: tenant-registry
      version: 1.323.46.20251015-192739
    phase: Running
    updatedTimestamp: "2025-12-17T12:24:19Z"
kind: List
metadata:
  resourceVersion: ""&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Our pods&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;▶ k get pods
NAME                                  READY   STATUS    RESTARTS   AGE
dynatrace-oneagent-csi-driver-2rnx5   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-4swzt   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-5x85r   4/4     Running   0          6h20m
dynatrace-oneagent-csi-driver-6c89w   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-7jckb   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-826lq   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-82x2h   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-85fmz   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-bz5gv   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-crbfh   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-j2xk2   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-mspq9   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-pxqc8   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-qfmck   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-s7rlp   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-tc2bc   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-v4djn   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-w6859   4/4     Running   8          59d
dynatrace-oneagent-csi-driver-x699g   4/4     Running   0          16d
dynatrace-oneagent-csi-driver-z7fv9   4/4     Running   8          59d
dynatrace-operator-7cbb87cc9c-ng64z   1/1     Running   0          26h
dynatrace-webhook-55c7d8b74b-x9vq9    1/1     Running   0          16d
dynatrace-webhook-55c7d8b74b-zlk2q    1/1     Running   0          16d
&amp;lt;redact&amp;gt;-activegate-0        1/1     Running   0          27h
&amp;lt;redact&amp;gt;-oneagent-45jkz      1/1     Running   0          69m
&amp;lt;redact&amp;gt;-oneagent-5f4s2      1/1     Running   0          67m
&amp;lt;redact&amp;gt;-oneagent-5flpk      1/1     Running   0          83m
&amp;lt;redact&amp;gt;-oneagent-724hr      1/1     Running   0          65m
&amp;lt;redact&amp;gt;-oneagent-742t5      1/1     Running   0          55m
&amp;lt;redact&amp;gt;-oneagent-9vcck      1/1     Running   0          63m
&amp;lt;redact&amp;gt;-oneagent-b2f5l      1/1     Running   0          82m
&amp;lt;redact&amp;gt;-oneagent-bgwd5      1/1     Running   0          76m
&amp;lt;redact&amp;gt;-oneagent-bv7ql      1/1     Running   0          80m
&amp;lt;redact&amp;gt;-oneagent-gqh4r      1/1     Running   0          71m
&amp;lt;redact&amp;gt;-oneagent-gv5hk      1/1     Running   0          56m
&amp;lt;redact&amp;gt;-oneagent-hg2rk      1/1     Running   0          58m
&amp;lt;redact&amp;gt;-oneagent-hxvlr      1/1     Running   0          62m
&amp;lt;redact&amp;gt;-oneagent-jtlcd      1/1     Running   0          78m
&amp;lt;redact&amp;gt;-oneagent-kr5kv      1/1     Running   0          51m
&amp;lt;redact&amp;gt;-oneagent-kvkqm      1/1     Running   0          53m
&amp;lt;redact&amp;gt;-oneagent-phd58      1/1     Running   0          72m
&amp;lt;redact&amp;gt;-oneagent-wjbwl      1/1     Running   0          85m
&amp;lt;redact&amp;gt;-oneagent-z2pkc      1/1     Running   0          60m
&amp;lt;redact&amp;gt;-oneagent-z4xb2      1/1     Running   0          74m&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not sure what else to offer at this moment. Very much going round in circles and I'm sure it will be a trivial issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have followed this:&lt;BR /&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/Logs-Ingest-on-K8s-with-Dynatrace/ta-p/285827" target="_blank" rel="noopener"&gt;https://community.dynatrace.com/t5/Troubleshooting/Logs-Ingest-on-K8s-with-Dynatrace/ta-p/285827&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2026 10:56:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291699#M4612</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2026-01-05T10:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291734#M4614</link>
      <description>&lt;P&gt;Twice today i've managed to get logs through.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unchanged pod spec.&lt;/P&gt;&lt;P&gt;Same namespace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once 22 messages made it, the next time 43 messages. As stated, it's pushing a log message every 31 seconds. They should be flowing continuously.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 15:15:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291734#M4614</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2025-12-17T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291743#M4616</link>
      <description>&lt;P&gt;Hi Matt,&lt;BR /&gt;&lt;BR /&gt;If this is Dynatrace Managed and the logs flow inconsistently, do you see any trimmed events in your &lt;A href="https://docs.dynatrace.com/managed/shortlink/navigation#cluster-management-console-cmc" target="_self"&gt;Cluster Management Console&lt;/A&gt;?&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;A href="https://community.dynatrace.com/t5/Troubleshooting/quot-Ingested-log-data-is-trimmed-quot-message-in-Dynatrace/ta-p/230269" target="_blank"&gt;https://community.dynatrace.com/t5/Troubleshooting/quot-Ingested-log-data-is-trimmed-quot-message-in-Dynatrace/ta-p/230269&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting#general-troubleshooting" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting#general-troubleshooting&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 17 Dec 2025 17:35:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291743#M4616</guid>
      <dc:creator>jgrant</dc:creator>
      <dc:date>2025-12-17T17:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291752#M4617</link>
      <description>&lt;P&gt;The most common reason, since it's Dynatrace Managed, is the limit of log message for the environment. Default is typically too low, and the also the cluster also has some log processing power which needs to be distributed across the environments.&lt;BR /&gt;&lt;BR /&gt;First, check what you have in the Cluster Management Console for the environment - in this case, I have 0, so no log messages will be processed in this environment&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_0-1766006226807.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31266iE476383B9382986B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_0-1766006226807.png" alt="Julius_Loman_0-1766006226807.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Then in the environment, check two metrics in Data Explorer:&lt;BR /&gt;Server - Log And Events Monitoring - Events Rejected Count&lt;BR /&gt;Server - Log And Events Monitoring - Events Incoming Count&lt;BR /&gt;&lt;BR /&gt;If you have any events rejected, you are receiving more events than the environment is allowed to process or the cluster itself can process and you need to raise the environment limit and maybe also scale your cluster.&lt;BR /&gt;&lt;BR /&gt;See more&amp;nbsp;&lt;A href="https://docs.dynatrace.com/managed/shortlink/log-monitoring-limits#lmc-limit-logs-per-minute-managed" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/log-monitoring-limits#lmc-limit-logs-per-minute-managed&lt;/A&gt;&amp;nbsp; and this&amp;nbsp;&lt;A href="https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting" target="_blank"&gt;https://docs.dynatrace.com/managed/shortlink/lmc-troubleshooting&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Dec 2025 21:25:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291752#M4617</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-17T21:25:08Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291766#M4618</link>
      <description>&lt;P&gt;I will make enquiries with the service provider.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 09:02:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291766#M4618</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2025-12-18T09:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291772#M4619</link>
      <description>&lt;P&gt;QQ&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will &lt;STRONG&gt;Log Drop Rules&lt;/STRONG&gt; help with this or should things be shut off at source?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 09:39:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291772#M4619</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2025-12-18T09:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291775#M4620</link>
      <description>&lt;P&gt;Nope. As it says&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;SPAN&gt;Logs matched by rules below are not stored in the logs backend. They are still processed by log metrics and log events. Learn more by visiting our&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" href="https://dt-url.net/bu234gf" target="_blank" rel="noopener"&gt;documentation&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;So those are ingested and are processed in the queue. They are not stored. Those matching Log drop rules count toward the environment limit. You need to set the log ingest rules properly not to collect log entries which you don't want to or set the environment limit high enough to process the volume.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 10:06:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291775#M4620</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-18T10:06:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291795#M4621</link>
      <description>&lt;P&gt;We want logs though, not events and metrics. I don't quite understand right now why these things are linked. If there were millions of events and a handful of log messages, I'd expect all log messages to be captured.&lt;/P&gt;&lt;P&gt;Thinking out loud. Don't worry about this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm working hard to reduce the amount of events captured, and so far have only managed to increase the number of events by turning things off.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I will report back when there is a tangible result.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 11:13:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291795#M4621</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2025-12-18T11:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291804#M4622</link>
      <description>&lt;P&gt;If&amp;nbsp;&lt;STRONG&gt;Collect all container logs&lt;/STRONG&gt; in&amp;nbsp;&lt;STRONG&gt;Kubernetes Settings&lt;/STRONG&gt; is &lt;EM&gt;enabled&lt;/EM&gt; but&amp;nbsp;&lt;STRONG&gt;[Built In] Ingest All Logs&lt;/STRONG&gt; is &lt;EM&gt;disabled&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;Are container logs enabled, or disabled.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 11:44:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291804#M4622</guid>
      <dc:creator>mattcanty</dc:creator>
      <dc:date>2025-12-18T11:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291832#M4623</link>
      <description>&lt;P&gt;First rule matches, so it depends on the order and types of rules.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 13:12:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291832#M4623</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-18T13:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Inconsistent Logs - Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291853#M4624</link>
      <description>&lt;P&gt;To add, &lt;STRONG&gt;Collect all container logs&lt;/STRONG&gt; is a log module feature flag and&amp;nbsp;&lt;STRONG&gt;[Built In] Ingest All Logs&amp;nbsp;&lt;/STRONG&gt;is a log ingest rule. This log module feature flag enables a new log container detector, but LogAnalytics still needs a matching &lt;A href="https://docs.dynatrace.com/docs/analyze-explore-automate/logs/lma-log-ingestion/lma-log-ingestion-via-oa/lma-log-storage-configuration#log-ingest-rule" target="_blank"&gt;log ingest rule&lt;/A&gt; to send discovered logs to Dynatrace. This can be a relevant &lt;STRONG&gt;Built-in&lt;/STRONG&gt; rule, an unconditional rule or any matching rule. To sends logs to storage, the logs need to match any rule of type &lt;STRONG&gt;Include&lt;/STRONG&gt; first. To determine if a log source (aka &lt;A href="https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-location-node" target="_blank"&gt;container output on k8s&lt;/A&gt;) is allowed, LogAnalytics stops checking the rules after the first match, from host to environment scopes, top-down in the ordered log ingest rules list.&lt;/P&gt;&lt;P&gt;If you enabled&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/lma-feature-flags#collect-all-container-logs" target="_blank"&gt;Collect all container logs&lt;/A&gt;&amp;nbsp;&lt;/STRONG&gt;feature flag on a cluster, then you may need to add &lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/reference/dynakube-parameters" target="_self"&gt;dynakube parameter&lt;/A&gt; `.spec.logMonitoring: {}` to your Dynakube, so LogAnalytics is allowed to ingest logs. Dynatrace Operator will add an unconditional rule to your k8s cluster Settings &amp;gt; Log monitoring &amp;gt; Log ingest rules. If that rule was created and was not deleted, you may disable it, but you will need to enable or add log ingest rules to ingest logs from the namespaces, pods or containers that you want to monitor.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Dec 2025 16:34:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Inconsistent-Logs-from-containers-on-Dynatrace-Managed/m-p/291853#M4624</guid>
      <dc:creator>jgrant</dc:creator>
      <dc:date>2025-12-18T16:34:01Z</dc:date>
    </item>
  </channel>
</rss>

