
Security News
Browserslist-rs Gets Major Refactor, Cutting Binary Size by Over 1MB
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
dt-extension-migrator
Advanced tools
Helps with moving the configurations of select Extensions 1.0 extensions to their 2.0 equivalents.
pip install dt-extension-migrator
Each supported EF1 extension has a subcommand e.g. dt-ext-migrator remote-unix --help
Each will have a similar set of commands for pulling the EF1 configurations and pushing the converted EF2 extensions to the Dynatrace environment.
You can specify the Dynatrace environment URL and API token either in the --dt-url
and --dt-token
options or in DT_URL and DT_TOKEN environment variables (recommended).
When pulling EF1 configurations you can specify the output file (optional) and one or more "indexes" by specifying the --index
option for each field you want to 'group' configurations on. For example, if you want to group just on the 'group' in the EF1 configuration you can run:
dt-ext-migrator remote-unix pull --index group
If you want to group by the group and the configured username you can run:
dt-ext-migrator remote-unix pull --index group --index username
You will have an Excel spreadsheet generated with a tab for each set of grouped dimensions you will be able to use when pushing the converted configs.
Once you have the spreadsheet generated you can use this to convert and push the configurations to their EF2 equivalents.
dt-ext-migrator remote-unix push --input-file .\custom.remote.python.remote_agent-export.xlsx --sheet group1-myuser --version 1.0.0 --ag-group ag_group-default
ag_group-
prefixA summary will be printed after a successful push. E.g.:
2 endpoints will attempt to be added to the monitoring configuration.
Configs created successfully. Response: 200
Link to monitoring configuration: https://<environment>/ui/hub/ext/listing/registered/<extensionId>/fe14090c-4bfe-30b5-b88b-84a8e6f65607/read
The configuration will be disabled by default so you can review it, add authentication, and making any other needed chagnes before enabling.
FAQs
Unknown package
We found that dt-extension-migrator demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.
Security News
The official Go SDK for the Model Context Protocol is in development, with a stable, production-ready release expected by August 2025.