Releases: newrelic-experimental/nr-account-migration
Releases · newrelic-experimental/nr-account-migration
nr-account-migration-2.2.2
- Bunch of minor fixes related to region handling and param processing
- fetchentities now can list workloads
- Added support for overriding and resetting workload golden signals
https://github.com/newrelic-experimental/nr-account-migration#19-python3-wlgoldensignalspy
nr-account-migration-2.2.1
fix: region parameters were not handled correctly
Dev Note: Scripts wrapped with nrmig utility end up with _ separated param names in args instead of camel case. e.g. source_region instead of sourceRegion.
nr-account-migration-2.2.0
- feat: host-policy-entity-report
- feat: fetchalldatatypes for a list of hosts
nr-account-migration-2.1.0
- feat: Added ability to migrate policies by entity conditions that reference them
example: --fromFileEntities containing entityNames for migrating policies and conditions - feat: nrmig wrapper to allow migrating policies and conditions via a config.ini file
- fix: Use GraphQL for NRQL conditions instead of REST API
- feat: Support region flag and EU endpoints for all scripts
nr-account-migration-2.0.0
The 2.0 version of nr-account-migration has substantial improvements and additional utility scripts
Updates
- Fix for handling policies with no notification channels (migratepolcies.py)
- Migrate dashboards uses GraphQL API, handles pages and deletes (migrate_dashboards.py)
- API Keys ported to use the new user API Keys (nearly all scripts)
Additions - Support for migrating infrastructure alerts (migrateconditions.py)
- Removed migration of labels and added support for migrating tags (migrate_apm.py and migratemonitors.py)
- Option to migrate conditions based on original state(enabled/disabled) (migrateconditions.py)
- Added script for generating entity names based on different criterion which can be used as imput --fromFile for most scripts (fetchentities.py)
Refer to README for full details on new and updated options.
Shout out and much Thanks to @bpeckNR and @sdewitt-newrelic
nr-account-migration-1.0.1
- Migrates synthetic labels to tags
- migratemonitors now requires personalApiKey (for using graphQL to migrate tags)
- Additional script for storing alert violations