GDE is a an agent-based discovery solution that allows indexing of data on endpoints and/or fileservers file servers without defining a requiring share definitions. It runs operates on Windows, Linux, macOS, and Pardus environments. The GDE agent indexes/discovers many PCs or FileServers w/o defining a shareFile Servers without requiring share definitions. The GDE agent runs on Windows, Linux, or MacOSmacOS. Additionally, GEODI may discover FileServers if there is a share. Then, GDE is not required.
Info |
---|
GDE crawls the EndPoint or FileServer and sends selected files to a GEODI Server. This way, you can discover and search local files w/o sharing any folder. GDE continuously crawls every 3 hours to find changed files. |
Info |
---|
With the GEODI Classifier, it is possible to classify the local files remotely. |
Info |
---|
After discovery, it is possible to remediate the local files remotely. |
Info |
---|
When a file is deleted from GDE, running "Purge Deleted Content" will remove the file from the GEODI index. |
Installation and Configuration
Info |
---|
A configuration file on the GEODI server determines which local folders and file types to include. This configuration may be customized by client IP, ClientUser, or ClientMachine name. So, you may target a different area for each FileServer or client. |
Info
The Agents can be manually installed on FileServers or EndPoints. But if you have many EndPoints, using a tool like ManageEngine or SCCM for deployment is suggested.
GDE agent software updates are auto. It may be set to update from a local source.
GEODI Server has a monitor panel to watch EndPoints. GEODI Agent Management Panel can discover remote servers without an agent.A connection is created by selecting Project Wizard/Feed Source/GDE. This page generates the necessary Batch file to install the GDE agent. You can copy and use it with tools like ManageEngine or SCCI. Manual installation is also possible if preferred.
GDE begins discovery with the default directories specified on this page. It repeats the process approximately every 3 hours on each machine. Content from different machines is queued and processed on the GEODI server.
Active agents can be monitored through the https://decesw.atlassian.net/wiki/spaces/geodien/pages/edit-v2/4184473601 Panel.
Table of Contents | ||
---|---|---|
|
Tip |
---|
Requirements for Connection
|
Gliffy | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Installation Checklist
...
Subject
...
Description
...
Create a new project or choose an existing project to index files.
...
A separate project is OK for discovery purposes, but adding PCs to an existing project is better if you have Enterprise Search.
This project URL must be accessible from the EndPoints.
The GDE recognizer(from discovery IT group), must be used in the project.
...
Create a token
...
Follow the procedure on this page to get the Token.
As a best practice, we suggest you create a separate user for the Token. And token users' passwords should not be changed.
...
Follow the procedures for different OSs
...
These pages will lead you to each OS.
Child pages (Children Display) |
---|
...
GDE Configuration Settings
...
The settings determine which local folders and file types to discover. There may be a single setting for all, or you may customize it by clients.
...
Client Monitoring
...
Activate GEODI Agent Management Panel
MSI Link and Update
GDE agents are automatically downloaded to the GEODI directory along with the GEODI Discovery module. The required MSI files can be found in the following directory.
Windows agents will automatically update themselves from this directory when a new version is released. If you are operating in an offline environment, it will be sufficient to manually update the modules on the GEODI server.
Info |
---|
The GDE Agent can be accessed at: <geodi_url>/GUI/Agents/GDE Here, |
Troubleshooting
Expand | ||
---|---|---|
| ||
|
...
Expand | ||
---|---|---|
| ||
|
FAQ
Expand | ||
---|---|---|
| ||
It is no different than the other. Add
|
...
Expand | ||
---|---|---|
| ||
|
...
GDE configuration settings
Settings should be GEODI server <GEODI_APP>/Settings/Geodi.DesktopExplorer folder named default.json. Installed GDEs will automatically retrieve this setting in about an hour.
...
Setting Name | Type | Description |
---|---|---|
FolderList | string[]* | Used to specify the folders to be scanned. Folders can be identified by separating them with ",".Windows, MacOS, and Linux client folders can be used interchangeably. The default directory is Values are case-sensitive. Subdirectories can also be defined as You can use ["*"] to scan all disks. |
ExplorerPort | int | The default is 1982. Alternatively, you may set the port value to 0. Discovery and search will be fine, but GEODI can not open the local files in this case. |
EnableLDAP | bool | If a true value is given, LDAP authorizations of the files are also indexed. Default value: false |
IgnoreFolders | string[] | List of folders to ignore. * is accepted. Used in combination with the settings under Geodi Settings/IgnoreFolders. Example: Default value: null GEODI central file/folder ignore rules always take precedence. The restrictions specified within the settings are applied additionally. By default, to safeguard the network resource, only the name and date of files larger than 100MB are indexed. This limit is set to 500MB for compressed file contents. These values can be modified on the GEODI server. |
IgnoreFiles | string[] | List of folders to ignore. * is accepted and used with the settings under Geodi Settings/IgnoreFileTypes. Default value: GEODI central file/folder ignore rules always take precedence. The restrictions specified within the settings are applied additionally. By default, to safeguard the network resource, only the name and date of files larger than 100MB are indexed. This limit is set to 500MB for compressed file contents. These values can be modified on the GEODI server. |
Metadata | You can define metadata for parsing files from clients. These metadata are specified in the settings file. The values used in the default settings can be seen in the example file. Searching with metadata is done with <metaname>:<value> Example The defined metadata and values will be visible in the GEODI search interface. |
GDE API
You may use a browser to make these calls.
<ClientIP>:<1982>/DEW?op=GetStatus | Gets the status of GDE Agent
Default port = 1982, may be different |
---|---|
<ClientIP>:<1982>/DEW?op=GetLastError | Gets the GDE agent errors. If no error, retuns null. Else
|
...
Log in with a user accessing the Source that GDEs will feed.
Open the page: <GEODI_URL>>/API/GeodiTokenApi.html?loginWithGuest=1
Select the Source's name using the AllowList.
Now you are ready to create the Token.
This page may be used to check if a token is valid: <GEODI_URL>/API/token_parser.html
...
Updating the GDE Agent
The agents check for updates every two days and, if available, automatically update themselves via the GEODI server. No manual intervention is required.
Installing GDE as a Windows Service
This option is used to index/discover FileServers with GDE.
Info |
---|
Requirements for InstallationIn addition to the Windows MSI requirements:
|
After installing GDE on Windows, it can be turned into a service using the WindowsServiceInstall.bat file located in the same directory.
The service mode can be removed using the WindowsServiceUninstall.bat file.
When running in service mode, no logged-in user is required for the service to function.