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

Unified Analysis on Platform - EntityDetailsInjection

stevene1900
Participant

There is simple example as of 7/24/2026 https://docs.dynatrace.com/docs/ingest-from/extensions/develop-your-extensions/unified-analysis

 

It says to specify json like below and reference it in your extensions.yaml. I cannot get this to work. Does this work for anyone else?

 

And I am unclear what version of Dynatrace we need to be on for this to work. The extension.yaml says 1.343 but above in dcoument it says that dynatrace.infraops app has been available since 1.25.0. And is it the SAAS version or is it the oneagent version?

 

{
"version": "1.3.0",
"type": "EntityDetailsInjection",
"target": {
"app": "dynatrace.infraops",
"nodeType": "dt.entity.host",
"tabId": "overview"
},
"content": {
"type": "message",
"id": "my-welcome-card",
"cardTitle": "Welcome",
"content": "This card was injected from a document."
}
}

1 REPLY 1

sujit_k_singh
Champion

Hi @stevene1900 

Verion confusion is real, and both numbers refer to different components:

The dynatrace.infraops app supports document-based Unified Analysis screens from app version 1.25.0 onward. This is the version of the Infrastructure & Operations app, not the OneAgent version.


The minDynatraceVersion: "1.343" shown in the extension example is the Dynatrace platform version requirement for the extension package that includes the documents.screens section. The documentation shows documents being bundled through extension.yaml and uploaded during extension installation. Unified Analysis on Platform — Dynatrace Docs


Based on the documentation, this feature is part of the Dynatrace Platform/SaaS Unified Analysis experience, while the JSON document is rendered by the target app (dynatrace.infraops).

Thanks,

Sujit

Dynatrace Professional Certified

Featured Posts