03 Mar 2025 08:43 AM
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?
04 Mar 2025 06:46 AM
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)