Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction

As more complex features of Insights are being built there is a need to store files associated with every feature. We agreed on one common standard approach for storing and fetching the files using PostgreSQL database. We are providing Configuration File Management screen to store and maintain all the configuration files in the database.

 Fresh Installation (For Insights version 7.4 and greater)

For Insights version < 7.4, the configuration files related to the below mentioned modules were stored under INSIGHTS_HOME. The following modules are supported as of now.

  • Traceability

  • BulkUpload

  • Correlation

  • Data Enrichment

For the above mentioned modules, all of the modules except Data Enrichment can have only one file uploaded per module.

Here are the steps to store a Traceability file in Configuration File Management.

Click add button on the right top corner of the Configuration File Management page.

  • Name: Provide the name of the file.

  • File Type: Select the file type.

  • Module: Select the module of the file.

  • Upload File: Upload the file.

  • Click on the save button to save the file.

The file is saved in the Configuration File Management.

In case a file needs to be edited:

Download the file that needs to be edited by selecting the file and clicking on the download button on the top right end of the screen.

Edit the file locally and then click on the file and click on the edit option.

In edit mode, only the edited file can be uploaded. The rest of the fields are non editable. Upload the file and click on the save button.

The file is edited successfully.

 Steps to upgrade existing Insights Application
  • Configuration files are present in Insights_Home for Insights version < 7.4.

  • Deploy the latest Insights application.

  • Login to Insights

  • Go to Configuration File Management section in the side navigation.

  • Upload the configuration files present in Insights_Home to Configuration File Management using the steps provided in the above section.

  • No labels