19 Aug 2021
12:01 PM
- last edited on
18 May 2023
01:25 PM
by
Michal_Gebacki
Hi,
I want to create my own plugin or extension to get the perf mon or wmi data from few remote computers. I am reading this below link:
https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/wmi-extensions/
In that they have mentioned:
"When you have your initial extension YAML ready, package it, sign it, and upload it to your Dynatrace environment. For details, see Manage extension lifecyle".
But I don't see any document which will guide us how to package the YAML file. Can someone please help me to understand it.
Solved! Go to Solution.
19 Aug 2021 12:55 PM - edited 19 Aug 2021 12:57 PM
something is described here:
https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/extensions-concepts/
and here:
https://www.dynatrace.com/support/help/extend-dynatrace/extensions20/sign-extension/
19 Aug 2021 01:16 PM
I have already gone through that, it never tell how to create the extension ZIP package using YAML file .
19 Aug 2021 01:23 PM
for me it seems that you have to manually create zip file:
my-custom-extension.zip
│ extension.zip
│ extension.zip.sig
where extension.zip will contain yaml file (and zip.sig should be created according to sign-extension info):
extension.zip
│ extension.yaml
│
└───alerts
│ | alert.json
│
└───dashboards
│ dashboard.json
19 Aug 2021 01:27 PM
Hi rasitslav
what commands these are , are they cmd, powershell or shell something? I mean from where to run these commands?