collection
Collection
|
Collection Name
type: string
|
collections
Collections
|
The MongoDB collections to index, in the format 'databaseName.collection'. Default '*.*' means that all databases and all collections of each database will be crawled.
type: string
default value: '*.* '
minLength: 1
|
commit_on_finish
Commit on Finish?
|
Issue a commit command when job is finished. Default is true.
type: boolean
default value: 'true '
|
host
Host
required
|
The hostname of the MongoDB instance. Default 'localhost'
type: string
default value: 'localhost '
minLength: 1
|
password
Password
|
The password to use if the MongoDB instance requires a username and password.
type: string
minLength: 1
|
perform_initial_sync
Perform Initial Sync
required
|
type: boolean
default value: 'true '
|
port
Port
required
|
The port of the MongoDB instance. Default '27017'
type: integer
default value: '27017 '
|
process_oplog
Process OPLog
required
|
type: boolean
default value: 'true '
|
username
Username
|
The username to use if the MongoDB instance requires a username and password.
type: string
minLength: 1
|
verify_access
Verify Access?
|
Verify that the target system is accessible using this data source configuration.
type: boolean
default value: 'true '
|