<?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 Which kubernetes entites are enriched by &amp;quot;Metadata enrichment of all telemetry originating from kubernetes workloads&amp;quot;? in Container platforms</title>
    <link>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/271416#M2923</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to set dt.security_context using existing label with this feature:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#enrichment-options" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#enrichment-options&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;My dt.security_context is set to kubernetes events and to trace spans as expected, but I am not able to find any kubernetes entities with dt.security_context using DQL query&lt;/P&gt;
&lt;P&gt;In this document: &lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#which-data-will-be-enriched" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#which-data-will-be-enriched&lt;/A&gt;&lt;BR /&gt;there is a mention in "Which data will be enriched" -section:&lt;BR /&gt;"Kubernetes monitored entities (dt.security_context only)"&lt;/P&gt;
&lt;P&gt;Does anybody know exactly which kubernetes monitored entities should be enriched with this feature?&lt;/P&gt;</description>
    <pubDate>Tue, 06 May 2025 10:58:14 GMT</pubDate>
    <dc:creator>panumjp</dc:creator>
    <dc:date>2025-05-06T10:58:14Z</dc:date>
    <item>
      <title>Which kubernetes entites are enriched by "Metadata enrichment of all telemetry originating from kubernetes workloads"?</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/271416#M2923</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am trying to set dt.security_context using existing label with this feature:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#enrichment-options" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#enrichment-options&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;My dt.security_context is set to kubernetes events and to trace spans as expected, but I am not able to find any kubernetes entities with dt.security_context using DQL query&lt;/P&gt;
&lt;P&gt;In this document: &lt;A href="https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#which-data-will-be-enriched" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-telemetry-enrichment#which-data-will-be-enriched&lt;/A&gt;&lt;BR /&gt;there is a mention in "Which data will be enriched" -section:&lt;BR /&gt;"Kubernetes monitored entities (dt.security_context only)"&lt;/P&gt;
&lt;P&gt;Does anybody know exactly which kubernetes monitored entities should be enriched with this feature?&lt;/P&gt;</description>
      <pubDate>Tue, 06 May 2025 10:58:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/271416#M2923</guid>
      <dc:creator>panumjp</dc:creator>
      <dc:date>2025-05-06T10:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: which kubernetes entites are enriched by "Metadata enrichment of all telemetry originating from kubernetes workloads&amp;quot</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/271490#M2924</link>
      <description>&lt;P&gt;Well, I was able to find enriched kubernetes entities using entity selector using get entities API:&lt;/P&gt;&lt;P&gt;type("CLOUD_APPLICATION"),dt.security_context.exists()&lt;/P&gt;&lt;P&gt;Similar(?) DQL query in notebooks did not find anything:&lt;/P&gt;&lt;P&gt;fetch dt.entity.cloud_application | filter isNotNull(dt.security_context)&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 06:46:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/271490#M2924</guid>
      <dc:creator>panumjp</dc:creator>
      <dc:date>2025-03-04T06:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: which kubernetes entites are enriched by "Metadata enrichment of all telemetry originating from kubernetes workloads&amp;quot</title>
      <link>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/273941#M2966</link>
      <description>&lt;P&gt;I was finally able to find entities using DQL when I changed Destination property of dt.entity.cloud_application from managementZones to dt.security_context using this feature:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/manage/identity-access-management/use-cases/access-security-context#id-1-set-the-security-context-for-monitored-entities" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/identity-access-management/use-cases/access-security-context#id-1-set-the-security-context-for-monitored-entities&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Mar 2025 10:50:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Container-platforms/Which-kubernetes-entites-are-enriched-by-quot-Metadata/m-p/273941#M2966</guid>
      <dc:creator>panumjp</dc:creator>
      <dc:date>2025-03-31T10:50:31Z</dc:date>
    </item>
  </channel>
</rss>

