summaryrefslogtreecommitdiff
path: root/properties/service_flow_config.properties
diff options
context:
space:
mode:
Diffstat (limited to 'properties/service_flow_config.properties')
-rw-r--r--properties/service_flow_config.properties64
1 files changed, 27 insertions, 37 deletions
diff --git a/properties/service_flow_config.properties b/properties/service_flow_config.properties
index 06a33b3..d212526 100644
--- a/properties/service_flow_config.properties
+++ b/properties/service_flow_config.properties
@@ -4,64 +4,50 @@ source.kafka.servers=192.168.44.12:9094
#百分点输出kafka地址
percent.sink.kafka.servers=192.168.44.12:9094
-
#文件源数据topic输出kafka地址
-file.data.sink.kafka.servers=192.168.44.12:9094
-
-#zookeeper 地址 用于配置log_id
+sink.file.data.kafka.servers=192.168.44.12:9094
+#用于分配log_id、连接hbase的zookeeper地址
zookeeper.servers=192.168.44.12:2181
-#hbase zookeeper地址 用于连接HBase
-hbase.zookeeper.servers=192.168.44.12:2181
+#hdfs地址用于获取定位库
+hdfs.servers=192.168.40.151:9000,192.168.40.152:9000
#--------------------------------HTTP/定位库------------------------------#
-#定位库地址
-tools.library=C:\\workspace\\dat\\
+#工具库地址,存放秘钥文件等。
+tools.library=D:\\workerspace\\dat\\
#--------------------------------nacos配置------------------------------#
#nacos 地址
-nacos.server=192.168.44.12:8848
-
-#nacos namespace
-nacos.schema.namespace=P19
+nacos.server=192.168.44.67:8848
-#nacos topology_common_config.properties namespace
-nacos.common.namespace=P19
+#schema namespace名称
+nacos.schema.namespace=f507879a-8b1b-4330-913e-83d4fcdc14bb
-#nacos data id
-nacos.data.id=security_event.json
-
-#------------------------------------OOS配置------------------------------------#
-#oos地址
-oos.servers=10.3.45.100:8057
+#schema data id名称
+nacos.schema.data.id=session_record.json
#--------------------------------Kafka消费/生产配置------------------------------#
-
#kafka 接收数据topic
source.kafka.topic=test
-#百分点对应的topic
-percent.kafka.topic=PERCENT-RECORD
-
-#文件源数据topic
-file.data.kafka.topic=test-file-data
+sink.percent.kafka.topic=PERCENT-RECORD
+sink.file.data.kafka.topic=test-file-data
#读取topic,存储该spout id的消费offset信息,可通过该拓扑命名;具体存储offset的位置,确定下次读取不重复的数据;
-group.id=flinktest-1
-#--------------------------------topology配置------------------------------#
+group.id=session-record-log-20211114-test-2
+#--------------------------------topology配置------------------------------#
#consumer 并行度
source.parallelism=1
#转换函数并行度
transform.parallelism=1
-#percent producer 并行度
-percent.sink.parallelism=1
+deal.file.parallelism=1
+sink.file.data.parallelism=1
+sink.percent.parallelism=1
-#filedata producer 并行度
-file.data.sink.parallelism=1
#数据中心,取值范围(0-31)
data.center.id.num=0
@@ -69,9 +55,13 @@ data.center.id.num=0
hbase.tick.tuple.freq.secs=180
#--------------------------------默认值配置------------------------------#
-
-#0不需要补全原样输出日志,1需要补全
-log.need.complete=1
-
#生产者压缩模式 none or snappy
-producer.kafka.compression.type=none \ No newline at end of file
+producer.kafka.compression.type=snappy
+
+#------------------------------------OOS配置------------------------------------#
+#oos地址
+oos.servers=10.3.45.100:8057
+#prometheus-httpserver
+prometheus.pushgateway.address=192.168.44.12:9091
+pushgateway.statistics.time=300
+deal.file.statistics.time=60 \ No newline at end of file