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.
18 lines
450 B
18 lines
450 B
consumer: consumerAXYThemeToES
|
|
ioConfig:
|
|
in:
|
|
kafka:
|
|
brokers:
|
|
- 10.8.30.160:30992
|
|
groupId: axysavoir_last
|
|
topics:
|
|
- anxinyun_theme #监听数据的的主题
|
|
out:
|
|
es:
|
|
address:
|
|
- "http://10.8.30.150:30847"
|
|
index: "anxincloud_last_theme" #es存测点最后一条数据的新索引
|
|
auth:
|
|
userName: post
|
|
password: 123
|
|
interval: 30 #多久写一次es(秒)
|
|
|