...
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.
| |
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 |
...
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
The default settings block some large files, like videos. Files larger than 100 MB or compressed files larger than 500MB are blocked. You may change the settings. The settings will be effective in about an hour. |
Expand | ||
---|---|---|
| ||
Install the GDE as usual. The endpoint will be treated as new. The old data is preserved. |
Expand | ||
---|---|---|
| ||
|
...
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
<ClientMachineName>.json.
Code Block | ||
---|---|---|
| ||
{ "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 ",".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. |
...
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
...