Provides a centralized Couchbase connection and bucket passwords management. Bucket passwords can be specified via dynamic properties.
nosql, couchbase, database, connection
In the list below, the names of required properties appear in bold. Any other properties (not in bold) 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 |
---|---|---|---|---|
Connection String | Connection String | The hostnames or ip addresses of the bootstraping nodes and optional parameters. Syntax) couchbase://node1,node2,nodeN?param1=value1¶m2=value2¶mN=valueN Supports Expression Language: true (will be evaluated using variable registry only) | ||
User Name | user-name | The user name to authenticate NiFi as a Couchbase client. This configuration can be used against Couchbase Server 5.0 or later supporting Roll-Based Access Control. Supports Expression Language: true (will be evaluated using variable registry only) | ||
User Password | user-password | The user password to authenticate NiFi as a Couchbase client. This configuration can be used against Couchbase Server 5.0 or later supporting Roll-Based Access Control. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) |
Supports Sensitive Dynamic Properties: No
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|---|---|
Bucket Password for BUCKET_NAME | bucket password | Specify bucket password if necessary. Couchbase Server 5.0 or later should use 'User Name' and 'User Password' instead. Supports Expression Language: false |