You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
814 B
28 lines
814 B
consumer: consumerSavoirTheme
|
|
ioConfig:
|
|
in:
|
|
kafka:
|
|
brokers:
|
|
- 10.8.30.160:30992
|
|
groupId: savoir_last_theme_inout
|
|
alarmTopic: "savoir_alarm" #推送告警的主题
|
|
topics:
|
|
- savoir_theme #监听数据的的主题
|
|
out:
|
|
es:
|
|
address:
|
|
- "http://10.8.30.160:30092"
|
|
index: "savoir_last_theme" #es存测点最后一条数据的新索引
|
|
alarmIndex: "savoir_alarms" #推送告警索引
|
|
auth:
|
|
userName: post
|
|
password: 123
|
|
interval: 30 #多久写一次es(秒)
|
|
|
|
monitor:
|
|
cron: 1/5 * * * * #多久执行一次告警推送(5分钟一次:1、6、11。。)
|
|
|
|
queryComponent:
|
|
postgres:
|
|
connect: "host=10.8.30.166 port=5432 user=FashionAdmin password=123456 dbname=SavoirCloud sslmode=disable"
|
|
|
|
|