MongoDBControllerService¶

Description¶

Provides a controller service that configures a connection to MongoDB and provides access to that connection to other Mongo-related components.

Tags¶

mongo, mongodb, service

Properties¶

In the list below required Properties are shown with an asterisk (*). Other properties are considered optional. The table also indicates any default values, and whether a property supports the NiFi Expression Language.

Display Name

API Name

Default Value

Allowable Values

Description

Database User

Database User

Database user name

Password

Password

The password for the database user

Mongo URI *

mongo-uri

MongoURI, typically of the form: mongodb://host1[:port1][,host2[:port2],…]

Write Concern *

mongo-write-concern

ACKNOWLEDGED

  • ACKNOWLEDGED

  • UNACKNOWLEDGED

  • FSYNCED

  • JOURNALED

  • REPLICA_ACKNOWLEDGED

  • MAJORITY

  • W1

  • W2

  • W3

The write concern to use

SSL Context Service

ssl-context-service

The SSL Context Service used to provide client certificate information for TLS/SSL connections.

State management¶

This component does not store state.

Restricted¶

This component is not restricted.

System Resource Considerations¶

This component does not specify system resource considerations.