summaryrefslogtreecommitdiff
path: root/properties
diff options
context:
space:
mode:
authorzhanghongqing <[email protected]>2022-07-08 09:39:15 +0800
committerzhanghongqing <[email protected]>2022-07-08 09:39:15 +0800
commite9c92fb2866bff0cc0457dd3a0a5d87fc0bc2fb6 (patch)
tree1c6ad982119ce3e50a6a1943c8ee3fc21acb28e3 /properties
parentf552793230d0428cbc63714ee296c1ce4971a31b (diff)
增加Arango 入库相关操作
Diffstat (limited to 'properties')
-rw-r--r--properties/service_flow_config.properties25
1 files changed, 23 insertions, 2 deletions
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