File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ SET NSIS=tools\nsis\makensis.exe
33SET NSSM = tools\nssm\win64\nssm.exe
44SET 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
1111rem ---------- Download packages ----------
1212if 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
1515if not exist " downloads\logstash-%LOGSTASH_VERSION% .zip" %CURL% " https://download.elastic.co/logstash/logstash/logstash-%LOGSTASH_VERSION% .zip" -o downloads\logstash-%LOGSTASH_VERSION% .zip
1616if 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
1717rem --------------------------------------
You can’t perform that action at this time.
0 commit comments