Target | Protocol | Usual Ports |
|---|---|---|
Couchbase | Java SDK | 8091 |
Parameter | Expected value |
|---|---|
name | The name that will be displayed to catalog users for this connection. |
code | The unique identifier of the connection on the Zeenea platform. Once registered on the platform, this code must not be modified or the connection will be considered as new and the old one removed from the scanner. |
connector_id | The type of connector to be used for the connection. Here, the value must be couchbase and this value must not be modified. |
connection.url | Database address (example: couchbase://host:port) |
connection.username | Username |
connection.password | User password |
schema_analysis.sample.size | Limits the size of the sample for identifying the pattern of collections. Default value is 1000. |
tls.truststore.path | The Trust Store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Kafka servers are delivered by a specific authority. It must contain the certification chain. |
tls.truststore.password | Password of the trust store file |
tls.truststore.type | Type of the trust store file (PKCS12 or JKS). Default value is discovered from the file extension. |
tls.keystore.path | The key Store file path. This file must be provided in case TLS encryption is activated (protocol https) and when certificates of Couchbase servers are delivered by a specific authority. It must contain the certification chain. |
tls.keystore.password | Password of the key store file. |
tls.keystore.type | Type of the trust store file (PKCS12 or JKS). Default value is discovered from the file extension. |
Object | Identifier Key | Description |
|---|---|---|
Dataset | code/bucket/scope/dataset name | - code: Unique identifier of the connection noted in the configuration file - bucket: Bucket name - scope: Scope name - dataset name: Collection name |
Field | code/keyspace/dataset name/field name | - code: Unique identifier of the connection noted in the configuration file - bucket: Bucket name - scope: Scope name - dataset name: Collection name - field name |