Connections > MongoDB Mass Ingestion connection properties
  

MongoDB Mass Ingestion connection properties

When you set up a MongoDB Mass Ingestion connection, you must configure the connection properties.
The following table describes MongoDB Mass Ingestion connection properties:
Connection property
Description
Connection Name
The name of the connection. The name is not case sensitive and must be unique within the domain. You can change this property after you create the connection. The name cannot exceed 255 characters, contain spaces, or contain the following special characters:
~ ` ! $ % ^ & * ( ) - + = { [ } ] | \ : ; " ' < , > . ? /
Description
Optional. A description of the connection. The description cannot exceed 4,000 characters.
Type
Type of connection. You must select MongoDB Mass Ingestion.
Runtime Environment
The name of the runtime environment where you want to run the tasks.
Host and Port
An SRV record or a comma-separated list of host_name:port pairs.
Note: If you are using the MongoDB replica set mode, you can enter multiple host names for resilience. If one host is not available, another specified host will be used.
SRV
Select this check box if you specified an SRV record in Host and Port property.
User Name
User name for logging in to the database.
Password
Password for the specified database user.
Authentication Database
The name of the authentication database associated with the specified user.
Replica Set Name
The name of the replica set that is composed of the MongoDB servers with replicas of the source data. This field is relevant if you are using the MongoDB replica set mode.
Additional Connection Properties
One or more additional MongoDB connection string options that you want to use. Specify the properties as key-value pairs. If you specify more than one property, separate them with the ampersand symbol (&). The connection properties are case sensitive.
Example:
authSource=admin&replicaSet=rsprimary
For more information about the MongoDB connection string options, refer to: https://www.mongodb.com/docs/v5.2/reference/connection-string/#connection-string-options