Skip to content

Commit d6d80de

Browse files
committed
Upgraded to latest elastic v2 and latest components versions
1 parent a97a1c1 commit d6d80de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.bat

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ SET NSIS=tools\nsis\makensis.exe
33
SET NSSM=tools\nssm\win64\nssm.exe
44
SET ZIP=tools\7zip\7za.exe
55

6-
SET VERSION=0.9.2
7-
SET ELASTIC_SEARCH_VERSION=1.7.1
8-
SET LOGSTASH_VERSION=1.5.3
9-
SET KIBANA_VERSION=4.1.1
6+
SET VERSION=1.0.0
7+
SET ELASTIC_SEARCH_VERSION=2.2.0
8+
SET LOGSTASH_VERSION=2.2.2
9+
SET KIBANA_VERSION=4.4.1
1010

1111
rem ---------- Download packages ----------
1212
if not exist "downloads" mkdir downloads
1313

14-
if not exist "downloads\elasticsearch-%ELASTIC_SEARCH_VERSION%.zip" %CURL% "https://download.elastic.co/elasticsearch/elasticsearch/elasticsearch-%ELASTIC_SEARCH_VERSION%.zip" -o downloads\elasticsearch-%ELASTIC_SEARCH_VERSION%.zip
14+
if not exist "downloads\elasticsearch-%ELASTIC_SEARCH_VERSION%.zip" %CURL% "https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/zip/elasticsearch/%ELASTIC_SEARCH_VERSION%/elasticsearch-%ELASTIC_SEARCH_VERSION%.zip" -o downloads\elasticsearch-%ELASTIC_SEARCH_VERSION%.zip
1515
if not exist "downloads\logstash-%LOGSTASH_VERSION%.zip" %CURL% "https://download.elastic.co/logstash/logstash/logstash-%LOGSTASH_VERSION%.zip" -o downloads\logstash-%LOGSTASH_VERSION%.zip
1616
if not exist "downloads\kibana-%KIBANA_VERSION%.zip" %CURL% "https://download.elastic.co/kibana/kibana/kibana-%KIBANA_VERSION%-windows.zip" -o downloads\kibana-%KIBANA_VERSION%.zip
1717
rem --------------------------------------

0 commit comments

Comments
 (0)