The GDE agent indexes/discovers many PCs or FileServers w/o defining a share. The GDE agent runs on Windows, Linux, or MacOS.
GEODI may discover FileServers if there is a share. Then, GDE is not required.
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.
With the GEODI Classifier, it is possible to classify the local files remotely.
After discovery, it is possible to remediate the local files remotely.
Installation and Configuration
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.
The Agents can be manually installed on FileServers or EndPoints. But if you have many EndPoints, then using a tool like ManageEngine or SCCM for deployment is suggested.
GDE 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
Conditions for connection
GEODI Server
Server URL → This URL must be accessible from the endpoints
A GEODI project or a source in an existing project to index files
A token with permission to feet the GEODI Projesi or the source
Folder and file types to index on the endpoints. Configuration may be customized per server or IP.
Endpoints
Access to the server URL
Port 1982 must be open for request from the server
You may install it manually for a File Server or a few PCs, but you will need a tool like ManageEngine or SCCM if there are many endpoints.
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 it is better to add PCs to an existing project if you have Enterprise Search. This project URL must be accessible from the EndPoints. The recognizer, GDE must be on the project. Find GDE recognizer from IT group. |
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. |
Follow the procedures for different OSs | These pages will lead you to each OS. |
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 |
Troubleshooting
FAQ
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.
Any changes will be effective in about an hour. You may change the settings while GEODI is running.
To define different rules for each machine, you may use additional files named <ClientIP>.json, <ClientUserName>.json, or <ClientMachineName>.json.
{ "FolderList": ["%UserProfile%"],// "*" scan all directory // "ExplorerPort": 1982, "IgnoreFiles":["*.MP4","*.MOV","*.MP3"], "MetaData": { "LDAPDN":"=d.CurrentUser!=null?d.CurrentUser.DistinguishedName:null", "IP":"=d.ClientIP", "ComputerName":"=d.ClientMachineName", "UserName":"=d.ClientUserName" } }
Setting Name | Type | Description |
---|---|---|
FolderList | string[]* | Used to specify the folders to be scanned. Folders can be identified by separating them with "," The default directory is %UserProfile% (includes documents, downloads, desktops, etc.). A complete list can be found at https://docs.microsoft.com/tr-tr/dotnet/api/system.environment.specialfolder?view=netframework-4.0. Values are case-sensitive. Subdirectories can also be defined as %UserProfile%\\Desktop. You can use ["*"] to scan all disks. |
ExplorerPort | int | If a value above 0 is entered, Explorer will run in APP→GEODI→APP mode. Firewall settings must be made in this mode. When a port to be used is defined, as long as the client is open, the content can be viewed on Geodi. |
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 |
IgnoreFiles | string[] | List of folders to ignore. * is accepted and used with the settings under Geodi Settings/IgnoreFileTypes. Default value: |
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. |
Token Creation
Log in with a user accessing the Source that GDEs will feed.
Open the page: Generating a GEODI Token.
Check the Feed Checkbox and enter the Source's name in the AllowList.
Now you are ready to create the Token.