Storing Data from the Dashboard Host Service on an External PostgreSQL Server
- Updated2025-05-23
- 1 minute(s) read
Storing Data from the Dashboard Host Service on an External PostgreSQL Server
Configure SystemLink Enterprise to store data from the Dashboard Host Service on an external PostgreSQL server.
- Create a database on your database server. The default name for this database is grafana. If you choose a different name, update dashboardhost.grafana.database.name in systemlink-values.yaml.
- Create a user with access to the database.
- If you are managing secrets with Helm, add your configuration to the dashboardhost.secrets.database group in systemlink-secrets.yaml.
- In systemlink-values.yaml, ensure that the default dashboardhost.grafana.extraSecretMounts and dashboardhost.grafana.extraConfigmapMounts configurations are enabled.
Related Information
- Components of SystemLink Enterprise System
SystemLink Enterprise implements a server-client architecture to transmit data over a connected network between your systems and server. Use the minimum required SystemLink Enterprise system components as a starting point for building your system.
- Preparing Certificates
Obtain certificate files for authentication. Reference these certificates when installing SystemLink Enterprise.
- Grafana Configuration