From 2d221c0da24d1447d68d91de33d736f4d4d1c0ea Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Fri, 18 Jan 2019 09:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA=E9=9B=86=E7=BE=A4?= =?UTF-8?q?=E7=9A=84elasticsearch=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 10111308..48955a1e 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -56,7 +56,7 @@ msgExchange: intervalSeconds: 1 waitDateLeftOffset: 600000 logstash: - host: 130.120.3.233:5000 + host: 130.120.3.234:5000 scheduled: #每日凌晨3:30分点采集历史数据 0 30 3 * * ? flightInfoCron: 0 30 3 * * ? @@ -81,7 +81,7 @@ hstCondition: # Elasticsearch # 9200端口是用来让HTTP REST API来访问ElasticSearch,而9300端口是传输层监听的默认端口 elasticsearch: - ip: 130.120.3.233 + ip: 130.120.3.234 port: 9300 pool: 5 #注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致