Skip to content

JupiterOne/insights-dashboards

Repository files navigation

insights-dashboards

This repo contains a set of sample dashboards in JSON format can be easily imported into JupiterOne Insights app.

List of dashboards:

Importing a dashboard to your J1 account

To import a dashboard template to your own JupiterOne account, simply add a new dashboard in your Insights app, and upload (or drag-n-drop) the desired board.json file to your new board.

j1-insights-upload

Contributing your dashboard template

We welcome and appreciate your contribution to this repository of dashboard templates. You can download the dashboard JSON using the download button near the top right of your selected Insights board in the JupiterOne web app, and make a pull request to this repo. Alternatively, feel free to share that JSON directly to our support team or in the jupiterone-community Slack.

The JSON download only contains the widget definitions and layout. It does NOT contain any of your actual data.

J1 Managed Boards

Boards added to the mapping in src/index.ts MANAGED_BOARDS will be added to every account as "J1 Managed Boards".

This mapping allows specifying the name for the boards title and a category for the default category this board will appear in. This category can be overriden by admin users of an account.

Managed boards will be static and match the board/widget config defined in this repo exactly for each account.

How deploying of this package works

When changes are ready to be deployed to the frontend insights page the package.json version of this repo needs to be manually bumped. This triggers a Jenkins action once merged that publishes a new @jupiterone/insights-dashboard package version.

Note - Only boards exported from src/index.ts will be available in the frontend application.

Finally, the applications team will need to bump the dependency version in the insights SPA.

About

A library of data visualization dashboard templates that can be imported into JupiterOne.

Resources

Stars

Watchers

Forks

Packages

No packages published