Dashboard Provisioning Overview
Dashboards in Keep are configured using JSON strings that define the layout, data sources, and visual components. These configurations can be managed through environment variables or configuration files.Environment Variables
To provision dashboards, you need to set the following environment variable:Environment Variable | Purpose |
---|---|
KEEP_DASHBOARDS | JSON string containing dashboard configurations |
Example Configuration
Here is an example of how to set theKEEP_DASHBOARDS
environment variable (dumped from the database):