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

Plugin or extension - clarification needed

roopeshs
Visitor

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.

 

4 REPLIES 4

I have already gone through that, it never tell how to create the extension ZIP package using YAML file .

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

Alanata a.s.

Hi rasitslav

 

what commands these are , are they cmd, powershell or shell something? I mean from where to run these commands?

Featured Posts