Talend Dictionary Service configuration parameters - 7.3

Talend Dictionary Service Administration Guide

Version
7.3
Language
English
Product
Talend Big Data Platform
Talend Data Fabric
Talend Data Management Platform
Talend Data Services Platform
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Data Preparation
Talend Data Stewardship
Content
Data Quality and Preparation > Managing semantic types
Last publication date
2023-01-05

All parameters in the data-quality.properties and audit.properties files are set by default during the installation of Talend Dictionary Service by Talend Installer. You can customize them according to your installation environment.

For further information about installing and configuring Talend Dictionary Service, see Talend Installation Guides.

Configurable data-quality.properties parameters

Parameter Description
spring.cloud.stream.kafka.binder.brokers Kafka server host
spring.cloud.stream.kafka.binder.defaultBrokerPort Kafka server port
spring.cloud.stream.kafka.binder.zkNodes Zookeeper server host
spring.cloud.stream.kafka.binder.defaultZkPort Zookeeper server port
spring.cloud.stream.bindings.output.destination

spring.cloud.stream.bindings.category.destination

spring.cloud.stream.bindings.regEx.destination

Target destinations of the channels on Kafka
spring.cloud.stream.bindings.output.group

spring.cloud.stream.bindings.category.group

spring.cloud.stream.bindings.regEx.group

Consumer groups of the channels
dq.mongo.host MongoDB server host
dq.mongo.port MongoDB server port
dq.mongo.username MongoDB dictionary server user name
dq.mongo.password MongoDB dictionary server password

Password is encrypted upon startup

dq.mongo.database.name Dictionary server database name
dq.mongo.mongodbUri URI of the MongoDB instance to connect to

If you connect to the MongoDB instance via a URI, the following parameters must be commented out: dq.mongo.host, dq.mongo.port, dq.mongo.username, dq.mongo.password, dq.mongo.database.name

Note: This configuration parameter is available only if you have installed the TPS-4354 patch delivered by Talend. For more information, check with your administrator.
dq.mongo.ssl Default value is false, put to true if you need to use the Secure Socket Layer protocol with MongoDB
dq.mongo.ssl.trust-store Trust store location
dq.mongo.ssl.trust-store-password Trust store password

Password is encrypted upon startup

logging.level.org.talend Default logging levels for the org.talend package. The levels are TRACE, DEBUG, INFO, WARN,ERROR and FATAL
spring.cloud.stream.kafka.binder.configuration.security.protocol Kafka security protocol

Default value is PLAINTEXT, put to SSL if you want to use a secured connection

spring.cloud.stream.kafka.binder.configuration.ssl.truststore.location Kafka trust store location
spring.cloud.stream.kafka.binder.configuration.ssl.truststore.password Kafka trust store password

Password is encrypted upon startup

spring.cloud.stream.kafka.binder.configuration.ssl.keystore.location Kafka key store location
spring.cloud.stream.kafka.binder.configuration.ssl.keystore.password Kafka key store password

Password is encrypted upon startup

spring.cloud.stream.kafka.binder.configuration.ssl.key.password Kafka key password

Password is encrypted upon startup

spring.cloud.stream.kafka.binder.configuration.ssl.endpoint.identification.algorithm Kafka endpoint

Empty by default, put to HTTP to enable the server host name verification, or leave it empty to disable the verification

tdq.security Technical parameter, should not be modified unless requested by Talend support

Authentication mode of the dictionary server

Default value is iam, put to NONE to change the authentication mode

oidc.url OIDC server URL
scim.url SCIM server URL
oidc.semanticservice.id Technical parameter, should not be modified unless requested by Talend support

OIDC application identifier

oidc.semanticservice.secret Technical parameter, should not be modified unless requested by Talend support

OIDC application password

Password is encrypted upon startup

iam.scim.url

security.scim.enabled

security.basic.enabled

security.oidc.client.expectedIssuer

security.oidc.client.keyUri

security.oauth2.client.clientId

security.oauth2.client.clientSecret

security.oauth2.resource.tokenInfoUri

security.oauth2.resource.tokenInfoUriCache.enabled

security.oauth2.client.access-token-uri

security.scim.cache.enabled

management.security.enabled

Technical parameters, should not be modified unless requested by Talend support

Parameters which enable the connection to the OIDC and SCIM services

spring.http.multipart.max-file-size

spring.http.multipart.max-request-size

Maximum file size you can upload to the dictionary server, and the maximum request size the server can handle
audit.log.enabled Default value is true, set it to false if you want to disable the audit capability in Talend Dictionary Service.
talend.logging.audit.config Path to the audit logging configuration file

Configurable audit.properties parameters

Parameter Description
root.logger Category of the events to be logged
application.name Name of the application which logs audit events
service.name Name of the service within the application which logs audit events
instance.name Service instance name
propagate.appender.exceptions Defines behaviour of API calls if one or more appenders could not process the event

Authorized values: none, all

log.appender Log appender type.

You can add a comma-separated list of values to use multiple appenders simultaneously.

Authorized values: socket, file, console, http

appender.file.path

appender.file.maxsize

appender.file.maxbackup

File appender configuration parameters: path to the audit log if written to a file, the maximum allowed size for the audit log file, the number of backups of the log.
appender.socket.host

appender.socket.port

Socket appender configuration parameters
appender.http.url

appender.http.async

HTTP appender configuration parameters