/
GEODI System Management

GEODI System Management

The page can be accessed from <geodiurl>/manager or the system tray icon(bottom-right) menu with "System Management Page".

This is the entry point for features like new project creation, classification settings, DECE-STORE, installation, and more. The GEODI architecture is highly modular, so features may change depending on your license. Here, we will mention the basic features.

 

 

image-20240728-065718.png

1. Projects

This tab is where you manage projects. Create new projects, start/stop indexing, get system reports, and maintenance.

https://decesw.atlassian.net/wiki/spaces/geodien/pages/4845305857

 

2. Dictionaries

Dictionaries and Recognizers are the actors behind the discovery. This tab is only for managing dictionaries you define and dictionaries some recognizers use.

Most of the definitions will be supplied through DECE-STORE. However, you may need a dictionary in some cases, such as to modify some classification rules. More about DECE-STORE DECE-STORE

3. Settings

The Settings tab has subtabs for various purposes. The settings affect GEODI and all projects.

For details

4. Support Area

This area has shortcuts to access courses and support pages(including this page).

 

Centrally Managing GEODI Servers

Many organizations may need multiple GEODI servers. Here are some reasons:

BigData: Massive data distributed in various FilseServers, Databases, Sharepoint, e-Mails, Hive, ElasticSearch, and more; you will need multiple GEODI Servers to complete the discovery in a reasonable time scale.

 

Auto Classification: Auto Classification requires CPU resources, so we suggest separating the Classification servers from the discovery servers. You may also choose to use multiple servers behind a load balancer.

 

A central login provider like LDAP or Microsoft is required for this method to work.

 

The following jSettings definition should be in GEODI\Settings\DeceServers. You may define more than one setting. Every server you add will be listed on the project list as Displayname:WSName.

  1. Check the URL with a browser before using it and eliminate any network problem caused by the firewall or any other reason. An error message will be shown if the URL is inaccessible or for authorization problems.

  2. You may leave GenericSettings as shown or change it to override the workspace and report matching.

 

[ { "Url":"https:/...", "DisplayName":"ClassificationServer1", "GenericSettings":{ "DefaultWorkspace":null, "DefaultReportID":null } }, { "Url":"https:/...", "DisplayName":"OracleHive05", "GenericSettings":{ "DefaultWorkspace":null, "DefaultReportID":null } } ]

 

Consolidated Report

Master GEODI can generate a consolidated report from others. Each GEODI may have discovered different sources with different settings.

Workspace names and reports should be matched, or You may override match rules with "DefaultWorkspace":<proje> ve "DefaultReportID":<raporID> values. When you change these values GEODI will match the selected ones with that values.

 

image-20240109-122845.png