Code Monkey home page Code Monkey logo

dashboard-utils's Introduction

Dashboard-Exporter

This app will export all dashboards from a New Relic account in the standard JSON format, storing each dashboard definition in a separate file named after the dashboard ID, which is an integer.

It expects one command line argument: -apikey (the API key for the account the dashboard is to be exported from)

Once you have these files, you can store them as backups, or edit them for importing into another account using the dashboard-importer.

Dashboard-Importer

This app will take a New Relic dashboard JSON definition and import it into New Relic Insights using the Dashboards API. It expects two command line arguments: -apikey (the API key for the account the dashboard is to be imported into) -defn (the path to and file name of the dashboard definition JSON file)

This app does not do any error checking. If you are transferring dashboards between accounts, be sure to remove all references to account_id and drilldown_dashboard_id.

See https://newrelic.jiveon.com/people/[email protected]/blog/2018/03/05/exporting-and-importing-insights-dashboards for more details and some helpful tips.

Dashboard-Cleaner

This app takes a New Relic dashboard JSON definition file and strips out the account info, URLs, and links so it can be imported into another account without leaking customer information or showing unexpected data. It expects one command line argument: -file (the name of the dashboard file to clean)

The cleaner outputs a new file named after the dashboard's title.

dashboard-utils's People

Contributors

alecisaacson avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.