Analytics admin portal
To configure data visualizations, click Analytics on the main navigation bar in OpenOps. When the Analytics view opens, click Admin Panel to proceed to the Analytics admin portal that is separate from the main OpenOps application.
admin
as the username and the password defined with the OPS_ANALYTICS_ADMIN_PASSWORD
variable in the .env
file in your OpenOps installation folder. (If you haven’t changed the password, the default is please-change-this-password-1
.)
Once you log in, you can see two built-in dashboards: FinOps and Homepage. Modifying the FinOps dashboard will affect the Analytics tab in OpenOps.


Building new charts
To configure a new chart to display in the Analytics view in OpenOps, do the following:- Create a new dataset for the OpenOps table that you want to source data from. To do this, navigate to Datasets and click + Dataset. This will allow you to create a dataset on top of one of your OpenOps tables:
- After the dataset has been created, create a new chart by navigating to Charts and clicking + Chart:
- Configure your chart. Refer to this Superset documentation page if you need help.
- When saving the chart, add it to the FinOps dashboard:
As a result, the chart will display in the Analytics view back in OpenOps:
Connecting to external data sources
Here’s what you can do to connect OpenOps Analytics to external data sources such as CSV files:- In the Analytics admin portal, go to Settings > Database Connections.
- Click on + Database to connect to an external data source, such as your own Postgres instance or Google Sheets.
- Once you have created a database connection, if you’d like to upload CSVs to it, click the Edit icon for the database connection:
- In the popup that displays, go to Advanced > Security, scroll down, and enable Allow file uploads.
- Click Finish. As a result, you should now be able to upload CSV files into your database: