数据 输入输出 处理
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.

27 lines
612 B

consumer: consumerAxySkAlarm
ioConfig:
in:
kafka:
brokers:
- 10.8.30.160:30992
groupId: axy_sk_alarm_inout
alarmTopic: anxinyun_alarm #推送告警的主题
topics:
- no
out:
es:
address:
- "http://10.8.30.160:30092"
index: native_sk_alarms #推送告警索引
auth:
userName: post
password: 123
interval: 30 #多久写一次es(秒)
monitor:
cron: 24 * * * *
queryComponent:
postgres:
connect: "host=10.8.30.160 port=30432 user=postgres password=example dbname=jilin sslmode=disable"