Accelerate the Value of Data

Use custom entity type icons, images and graphs

Learn how to manage entity type icons, images and graphs in the hub.

You may want to use custom icons, images or graphs for each entity type in the hub instead of using the preconfigured ones. You can upload your custom icons, images or graphs by updating the Metadata Configuration for the entity type you desire.

To upload your custom icons, images or graphs:
  1. Create a folder on your S3 storage bucket and upload the desired files to it.
    The folder should be public.
  2. Update the Metadata Configuration for a given entity by changing the typeIcon, typeImage and typeGraphIcon parameters.
    For example:
    
    {
        "uri": "configuration/entityTypes/Organization",
        "label": "Organization",
        "description": "Organization entity type details",
        "typeColor": "#056B97",
        "typeIcon": "https://s3.amazonaws.com/reltio.qa.ih/thumbnailInew/test.png",
        "typeImage": "images/defaultImage/no-org.png",
        "typeGraphIcon": "images/graphIcon/organization-icon.png"
    }
    
    The example above is used to upload custom icons, images or graphs in the Organization entity type.
In the Hub you see the icons, images, or graphs updated with the files you uploaded for the respective entity types.