設定パラメーターのリスト
data-stewardship.propertiesファイル内のすべてのパラメーターは、Talend Data Stewardshipのインストール中にTalend Installerによってデフォルト設定されます。ただし、インストール環境に応じてカスタマイズすることもできます。
Talend Data Stewardshipのインストールと設定の詳細は、『Talendインストールガイド』を参照してください。
パラメーター |
説明 |
---|---|
server.instance.id=0 |
Talend Data Stewardshipの現在のインスタンスの識別コード |
spring.data.mongodb.host=<local machine ip> spring.data.mongodb.port=27017 spring.data.mongodb.database=tds pring.data.mongodb.username=tds-user spring.data.mongodb.password=<randomly generated password> |
MongoDB設定 |
frontend.url=http://<local machine ip>:19999/internal/frontend backend.url=http://<local machine ip>:19999/internal/data-stewardship schemaservice.url=http://<local machine ip>:8187/ historyservice.url=http://<local machine ip>:19999/internal/data-history-service |
ゲートウェイの構成 |
kafka.broker=<local machine ip>:9092 |
Kafka接続 |
tds.security=iam oidc.url=http://<local machine ip>:9080/oidc oidc.userauth.url=http://<local machine ip>:9080/oidc scim.url=http://<local machine ip>:9080/scim |
Talend Data Stewardshipのシングルサインオンプロパティ デフォルト値はiamです Talendで必要とされない限り、これらのパラメーターは変更しないでください。 |
oidc.gateway.id=<randomly generated identifier> oidc.gateway.secret=<encrypted password> oidc.tds.id=<randomly generated identifier> oidc.tds.secret=<encrypted password> oidc.history.id=<randomly generated identifier> oidc.history.secret=<encrypted password> oidc.schema.id=<randomly generated identifier> oidc.schema.secret=<encrypted password> |
シングルサインオンのセキュリティ設定パラメーター Talendで必要とされない限り、これらのパラメーターは変更しないでください。 |
tds.history.service.url=${historyservice.url} tds.history.kafka.topic=${history.kafka.topic} tds.cors.allowedOrigin=* schema.service.url=${schemaservice.url} |
Talend Data Stewardshipのバックエンド構成 |
persistence=MONGO history.kafka.topic=data-history history.kafka.group=history-service history.kafka.poll.timeout.ms=1000 history.kafka.max.poll.records=500 history.kafka.failures.directory=${java.io.tmpdir}/data-history-failures |
履歴-Talend Data Stewardshipのサービス設定 |
schema.kafka.broker=${kafka.broker} schema.kafka.enableAutoCommit=true schema.kafka.resetConfig=latest schema.security=${tds.security} |
スキーマ-Talend Data Stewardshipのサービス設定 |
schema.dq.server.enable=true datatype.lucene.root.folder.tds=${catalina.base}/data/tds datatype.lucene.root.folder.schema=${catalina.base}/data/schema |
データクオリティサーバー構成 |
tds.front.serverUrl=/data-stewardship tds.front.schemaServiceUrl=/schemaservice tds.front.semanticServiceUrl=/semantic service tds.front.schemaServiceApiVersion=v1 tds.front.apiVersion=v1 tds.front.enableDebug=false tds.front.pageSize=200 |
Talend Data Stewardshipのフロントエンド構成 |