修改为集群的elasticsearch地址

This commit is contained in:
zhouxiunai
2019-01-18 09:50:47 +08:00
parent a2861792c4
commit 2d221c0da2
+2 -2
View File
@@ -56,7 +56,7 @@ msgExchange:
intervalSeconds: 1 intervalSeconds: 1
waitDateLeftOffset: 600000 waitDateLeftOffset: 600000
logstash: logstash:
host: 130.120.3.233:5000 host: 130.120.3.234:5000
scheduled: scheduled:
#每日凌晨3:30分点采集历史数据 0 30 3 * * ? #每日凌晨3:30分点采集历史数据 0 30 3 * * ?
flightInfoCron: 0 30 3 * * ? flightInfoCron: 0 30 3 * * ?
@@ -81,7 +81,7 @@ hstCondition:
# Elasticsearch # Elasticsearch
# 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口 # 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口
elasticsearch: elasticsearch:
ip: 130.120.3.233 ip: 130.120.3.234
port: 9300 port: 9300
pool: 5 pool: 5
#注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致 #注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致