Collibra Console
Architecture
The management console is a Java web application. It runs independently and does not rely on any other components. It uses a local file-based database to store some of its data, like the environment configuration and the user information.
Data storage
The data of the Collibra Console is located in:
- Linux with root permission: /opt/collibra_data/console
- Linux without root permission: ~/collibra_data/console
- Windows: C:\collibra_data\console
Collibra Console contains the following data directories:
Directory or file |
Purpose |
---|---|
cache | Contains the cache files of Collibra Console. |
config | Contains the configuration files used by Collibra Console. |
email-templates | Overrides the built-in email templates to customize the emails that are sent to the users. |
images | Contains images that can be referenced directly as a URL, for example to set another logo. |
logs |
Contains the log files of Collibra Console. The log files are important to troubleshoot possible problems in Collibra Console. |
modules |
Custom UI modules to extend or override the existing UI. |
page-definitions |
Overrides page definitions to customize pages in Collibra Console. |
pgsql-data |
The data that is stored by Collibra Console. It contains the information of all resources that are managed by Collibra Console, such as environments and nodes. |
security |
Contains security related files such as SSL and SAML metadata files. You should not change anything in this directory. |
styling |
Overrides the CSS styling of the web interface. |
translations |
Used to override the built-in user interface labels or to add new languages. |
backups | All the backups that are taken via Collibra Console. The folder size depends on the number of backups and the database size. |