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