From e9c92fb2866bff0cc0457dd3a0a5d87fc0bc2fb6 Mon Sep 17 00:00:00 2001 From: zhanghongqing Date: Fri, 8 Jul 2022 09:39:15 +0800 Subject: 增加Arango 入库相关操作 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- properties/service_flow_config.properties | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) (limited to 'properties') diff --git a/properties/service_flow_config.properties b/properties/service_flow_config.properties index cf73cf0..a0b7627 100644 --- a/properties/service_flow_config.properties +++ b/properties/service_flow_config.properties @@ -80,5 +80,26 @@ ck.pin=galaxy2019 #connection_record_log flink.watermark.max.orderness=10 -#s -log.aggregate.duration=30 \ No newline at end of file +#统计时间间隔 单位s +log.aggregate.duration=30 +log.aggregate.duration.graph=30 + +#arangoDB参数配置 +arangoDB.host=192.168.40.182 +#arangoDB.host=192.168.40.224 +arangoDB.port=8529 +arangoDB.user=upsert +arangoDB.password=ceiec2018 +arangoDB.DB.name=ip-learning-test +#arangoDB.DB.name=tsg_galaxy_v3 +arangoDB.batch=100000 +arangoDB.ttl=3600 + +arangoDB.read.limit= +update.arango.batch=10000 + +thread.pool.number=10 +thread.await.termination.time=10 + +sink.batch.time.out=5 +sink.batch=10000 \ No newline at end of file -- cgit v1.2.3