cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Which kubernetes entites are enriched by "Metadata enrichment of all telemetry originating from kubernetes workloads"?

panumjp
Participant

Hello,

I am trying to set dt.security_context using existing label with this feature:
https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-tel...

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

In this document: https://docs.dynatrace.com/docs/ingest-from/setup-on-k8s/guides/metadata-automation/k8s-metadata-tel...
there is a mention in "Which data will be enriched" -section:
"Kubernetes monitored entities (dt.security_context only)"

Does anybody know exactly which kubernetes monitored entities should be enriched with this feature?

2 REPLIES 2

panumjp
Participant

Well, I was able to find enriched kubernetes entities using entity selector using get entities API:

type("CLOUD_APPLICATION"),dt.security_context.exists()

Similar(?) DQL query in notebooks did not find anything:

fetch dt.entity.cloud_application | filter isNotNull(dt.security_context)

panumjp
Participant

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:

https://docs.dynatrace.com/docs/manage/identity-access-management/use-cases/access-security-context#...

Featured Posts