diff --git a/config.yaml b/config.yaml index 64090da..f502f7c 100644 --- a/config.yaml +++ b/config.yaml @@ -1,17 +1,19 @@ pprof: enable: false kafka: - groupId: lucas_et_go3 + groupId: consumer_group_et_go3 brokers: - - 10.8.30.142:30992 + - 10.8.30.160:30992 topics: - data_theme: native_theme +# 输入流 data_raw: RawData data_agg: native_agg +# 输出流 + data_theme: native_theme alarm_iota: Alert alarm_anxinyun: native_alarm redis: - address: 10.8.30.142:30379 + address: 10.8.30.160:30379 es: enable: true addresses: @@ -19,10 +21,10 @@ es: user: "" pwd: "" index: - raw: go_native_raws - vib: go_native_vbraws - theme: go_native_themes - group: go_native_group_themes + raw: native_raws + vib: native_vbraws + theme: native_themes + group: native_group_themes influxDB: enable: true address: http://10.8.30.160:30086 @@ -40,7 +42,7 @@ prometheus: push: mqtt: enable: false - host: 10.8.30.142 + host: 10.8.30.160 port: 30883 clientIdPrefix: push_et_go kafka: @@ -53,6 +55,6 @@ master: port: 50000 hostNameTag: "0" #多状态副本 master 节点的 hostName 标记 node: - remoteMasterHost: 10.8.30.110 #用于 node Register -> master + remoteMasterHost: 10.8.30.104 #用于 node Register -> master hostIpPrefix: 10.8. #多网卡筛选ip网段 port: 40000 \ No newline at end of file