Replace the Collibra logo

By default, Collibra Platform shows the Collibra logo on the sign-in page and in the upper-left corner of any page. You can, however, use your own images:

  • As the logo in the upper-left corner.
  • On the sign-in page and when opening Collibra.

Note This feature isn't available in the latest user interface. Additionally, in Collibra 2022.11 or newer versions, you can no longer edit the user interface configuration of new features such as Data Marketplace, homepage, and Usage Analytics.

Prerequisites

  • You have the ADMIN or SUPER role in Collibra Console.
  • You have knowledge of the JSON syntax.
  • You have images with the following properties:
    • The recommended image format is SVG, but JPG and PNG are also supported.
    • The dimensions of the image on the sign-in page must be 310 x 85 px (w x h).
    • The dimensions of the logo in Collibra must be 50 x 45 px (w x h).
    • If the custom image is larger, it will be resized to the mentioned dimensions. Therefore, ensure that the custom logo has the same width/height ratio.

Steps

  1. Add your images to the Collibra folder structure:
    1. Open Collibra Console with a user profile that has at least the ADMIN role.
      Collibra Console opens the Infrastructure page.
    2. Create a console export file for your cloud environment that includes only the customization and configuration.
    3. Download the export file.
      A ZIP file is downloaded to your hard disk.
    4. Edit the export file:
      1. Extract the ZIP file on your local computer.
        A folder with the name of the ZIP file is created.
      2. In the created folder structure, go to <export_file>/dgc/images.
        Note If any of these folders do not exist, create them.
      3. Copy your images to this folder.
      4. In your file browser, open the extracted export file folder with the new logos.
      5. Create a ZIP file of all the contents in this folder.
        Warning Do not create a ZIP file from the extracted directory itself. Doing so will result in an invalid export file.
    5. Apply the new export file:
      1. Upload the new ZIP file to Collibra Console.
      2. Apply the customization and configuration of the new ZIP file.
      3. Wait until your environment is up and running again.
  2. Edit the user interface configuration to use the images:
    1. Open Collibra Console with a user profile that has the SUPER role.
      Collibra Console opens the Infrastructure page.
    2. Click the Data Governance Center service of your environment.
    3. Click Configuration.
    4. Click Edit configuration.
    5. Go to the User interface configuration section.
    6. In the Page definition overrides field, paste the following between the curly brackets.
      "all": {
      	"headerLogo": "/resources/images/<image for the top-left corner>" ,
      	"signinLogo": "/resources/images/<image for the sign-in page>"
      	}

      Note 

      • If there is already content in this field, ensure that you add these lines as new key-value pair.
      • You do not need to use both images. If you want to change only the image on the sign-in page, omit the headerLogo line and vice versa.
      • If you want to use a publicly available image that is not stored in the Collibra folder structure, replace the path to the image with the public URL.
    7. Click Save all.

What's next

Sign in to Collibra to see the new images. If you signed in before, you may have to clear your browser cache.