...
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 that features may change depending on your license. Here, we will mention the basic features.
There are 4 sections on the management page.
Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
minLevel | 1 | |||||||||||
maxLevel | 6 | outline | false||||||||||
Child pages (Children Display) | ||||||||||||
|
1. Projects
This tab is where you manage projects. Create new projects, start/stop indexing, get system reports, and maintenance.
...
Info |
---|
New Project+ creates a new project. Before creating a project, we suggest that you finish choosing suitable templates for your needs, PCI/DSS, GDPR, SAMA, or any other discovery or classification rules. The details in Project Wizard . Once you create a project you may change the project. The project setting options may be limited once you start indexing. |
Info |
---|
Project ListThe tab listed all projects. Unless you seek an Enterprise Search application, we suggest that to separate each data source and classification projects into separate projects. This is not mandatory but is easier to manage. The settings for all projects are kept in %appdata% or a preferred folder. This is mentioned on the installation page. https://decesw.atlassian.net/wiki/spaces/geodien/pages/3968073736/GEODI+Server+Installation#GEODI-Data-Folder |
Info |
---|
Indexingİndexing starts or stops with > icon. Once it starts, you may monitor the activity. Details are in Indexing |
You create and edit projects with the project wizard. Project Wizard
2. Dictionaries
This is the area where the dictionaries you will use in projects are managed. Options may look different according to authorizations.
...
3. Settings
The Settings area is where user settings and other settings are collected. Tabs may look different according to authorization.
...
4. Support Area
This area has shortcuts to access courses and support pages(including this page).
...
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:
Info |
---|
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. |
Info |
---|
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. |
Tip |
---|
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
.
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.
You may leave GenericSettings as shown or change it to override the workspace and report matching.
Code Block |
---|
[
{
"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.