Data source parameters

Here’s a summary of the parameters you need to fill for each data source when you set it up.
Microsoft Exchange on Premise
Field
Description
Exchange User
A user who has read access to the data you want to crawl and the ability to read mailboxes using Microsoft Identity Impersonation †.
Exchange Password
Password for the Exchange user.
Directory User
User name for the connection to the Active Directory Server.
Directory Password
Password for the Directory user.
Exchange Protocol
HTTP or HTTPS.
Exchange Server
The IP address or fully qualified domain name of the target Exchange server.
Directory Server
The IP address or fully qualified domain name of the target Active Directory server.
Mailbox
Optional. Specify one mailbox to crawl. For example: me@example.com
If not specified, we crawl all mailboxes retrieved from the LDAP server that match the configured directory filter and for which the Exchange User has permissions.
† Therefore, we only support objects that are accessible through impersonation.
Microsoft Office 365 Exchange
Field
Description
Application Id
Application Id allocated in the Azure portal for the Exonar Crawler.
Exchange User
The user name for the Office 365 account.
Exchange Password
Password for the Office 365 account.
Mailbox
Optional. Specify one mailbox to crawl. For example: me@example.com. If not specified, we crawl all mailboxes the Exchange User has permission to impersonate.
Enterprise Vault
Field
Description
User Name
A user with read permissions to the Enterprise Vault archives you want to crawl.
Password
The password for the user.
Domain
The domain for the user.
HTTP Protocol
HTTP or HTTPS.
Service Host
The IP address or fully qualified domain name to the target server. Example: enterprisevault.mydomain.local
iManage
Field
Description
User Name
A user with read permissions on the data you want to crawl.
Password
The password for the user.
HTTP Protocol
HTTP or HTTPS.
Server
The IP address or fully qualified domain name of the target server.
Port
The port number for iManage.
Database
As required.
Client
Optional. As required.
Matter
Optional. As required.
Google Drive
Field
Description
Admin Account ID
The email address of the admin account you created. This is the account Exonar will impersonate for domain and group crawls. Required.
Service Account ID
The email address of the service account you created. This is the account Exonar will use for impersonation. Required.
Private Key PEM String
The private key for the service account. This is the content of the PEM file, not the file name. |Exonar| needs an exact copy of the content so be careful here. Required.
Crawl Level
Domain
Group
User
Domain
The domain where the crawl happens. Required for all crawl levels.
Group ID
The email address for the user group you will crawl. Required for user group crawls.
User Account ID
The email address for the individual user you will crawl. Required for individual user crawls.
MySQL
Field
Description
Host
The IP address or the fully qualified domain name of the target server.
Database/Schema
The name of the database you want to crawl. You can only target one database at a time.
Port
The port that MySQL is using. For example: 3306.
Username
A user who has read access to the data you want to crawl.
Password
The password for the user.
Microsoft SQL Server
Field
Description
Host
The IP address or fully qualified domain name of the target server. Can be server\instance or just server.
Database Name
The name of the database you want to crawl. You can only target one database at a time.
Port
The port that SQL Server is using. For example: 1433. Choose port 0 if SQL Server is using dynamic ports.
Schema Name
The schema name of the target database tables/views.
Username
A user who has read access to the data you want to crawl.
Password
The password for the user.
If you use port 0 you must include the \instance in the host
If you specify both a port and instance, the port will take precedence and the instance name will be ignored
For SQL to look up the port when specifying port 0:
The firewall must allow traffic on UDP port 1434
For Microsoft SQL Server 2005 or later the SQL Server Browser Service must be running
PostgreSQL
Field
Description
Host
The IP address or fully qualified domain name of the target server.
Database Name
The name of the database you want to crawl. You can only target one database at a time.
Port
The port that PostgreSQL is using. For example: 5432
Schema Name
The schema of the target database tables/views.
Username
A user who has read access to the data you want to crawl.
Password
The password for the user.
Oracle
Field
Description
Host
The server you want to crawl. For example: mydatabase.example.com
Database Name
The name of the database you want to crawl. You can only target one database at a time.
Port
The port that Oracle is using. For example: 1521.
Schema Name
The schema of the target database tables/views.
Username
A user who has read access to the data you want to crawl.
Password
The password for the user.