Skip to content

Releases: newrelic-experimental/nr-account-migration

nr-account-migration-2.2.2

16 Sep 18:10
4f0b2fd
Compare
Choose a tag to compare

nr-account-migration-2.2.1

07 Jul 22:36
Compare
Choose a tag to compare

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

09 Jun 20:46
a2715e3
Compare
Choose a tag to compare
  • feat: host-policy-entity-report
  • feat: fetchalldatatypes for a list of hosts

nr-account-migration-2.1.0

28 May 22:31
1697b47
Compare
Choose a tag to compare
  • 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

20 Apr 14:19
3fcf66a
Compare
Choose a tag to compare

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

08 Oct 18:17
Compare
Choose a tag to compare
  • Migrates synthetic labels to tags
  • migratemonitors now requires personalApiKey (for using graphQL to migrate tags)
  • Additional script for storing alert violations