...
Tip |
---|
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 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 |
Gliffy | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Table of Contents |
---|
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
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. And tokenusers password should not be changed. | |
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
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
...
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
...
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 GeodiDefault is 1982. Optionally you may set port value to 0. Discovery and search will be fine but But in this case GEODI can not open the local files. |
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. |
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
|
Token Creation
Anchor | ||||
---|---|---|---|---|
|
Log in with a user accessing the Source that GDEs will feed.
Open the page: Generating a GEODI Token. <GEODI_URL>>/api/GeodiTokenApi.html?loginWithGuest=1
Check the Feed Checkbox and enter the Source's name in 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
...