elastic各产品下载列表页:https://www.elastic.co/cn/downloads/
打开Elasticsearch的下载页后看到的是当前最新版本的安装界面,现在最新的版本是7.4.2,如果想要安装低版本的怎么办呢?
7.4.2的MSI安装包的链接是:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.2.msi
尝试修改版本,果然可以下载成功,所以这里为方便大家列一下截止7.4.2的一部分6.X和7.X版本。
如果不确定都有哪些版本,可以查看Elasticsearch的GitHub发布页:https://github.com/elastic/elasticsearch/releases

MSI版本 下载链接
7.4.2 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.2.msi
7.4.1 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.1.msi
7.4.0 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.4.0.msi
7.3.2 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.2.msi
7.3.1 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.1.msi
7.3.0 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.3.0.msi
7.2.1 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.1.msi
7.2.0 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.2.0.msi
7.1.1 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.1.1.msi
7.0.0 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.0.0.msi
6.8.4 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.4.msi
6.8.3 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.3.msi
6.8.2 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.2.msi
6.8.1 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.8.1.msi
6.7.0 https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.7.0.msi

Kibana的版本需要与安装的Elasticsearch版本一致。Kibana下载页也是指向的最新版本。
Kibana的GitHub发布页:https://github.com/elastic/kibana/releases

Kibana版本 下载链接
7.4.2 https://artifacts.elastic.co/downloads/kibana/kibana-7.4.2-windows-x86_64.zip
7.4.1 https://artifacts.elastic.co/downloads/kibana/kibana-7.4.1-windows-x86_64.zip
7.4.0 https://artifacts.elastic.co/downloads/kibana/kibana-7.4.0-windows-x86_64.zip
7.3.2 https://artifacts.elastic.co/downloads/kibana/kibana-7.3.2-windows-x86_64.zip
7.3.1 https://artifacts.elastic.co/downloads/kibana/kibana-7.3.1-windows-x86_64.zip
7.3.0 https://artifacts.elastic.co/downloads/kibana/kibana-7.3.0-windows-x86_64.zip
7.2.1 https://artifacts.elastic.co/downloads/kibana/kibana-7.2.1-windows-x86_64.zip
7.2.0 https://artifacts.elastic.co/downloads/kibana/kibana-7.2.0-windows-x86_64.zip
7.1.1 https://artifacts.elastic.co/downloads/kibana/kibana-7.1.1-windows-x86_64.zip
7.0.0 https://artifacts.elastic.co/downloads/kibana/kibana-7.0.0-windows-x86_64.zip
6.8.4 https://artifacts.elastic.co/downloads/kibana/kibana-6.8.4-windows-x86_64.zip
6.8.3 https://artifacts.elastic.co/downloads/kibana/kibana-6.8.3-windows-x86_64.zip
6.8.2 https://artifacts.elastic.co/downloads/kibana/kibana-6.8.2-windows-x86_64.zip
6.8.1 https://artifacts.elastic.co/downloads/kibana/kibana-6.8.1-windows-x86_64.zip
6.7.0 https://artifacts.elastic.co/downloads/kibana/kibana-6.7.0-windows-x86_64.zip

Elasticsearch各版本的MSI安装包和Kibana各版本的zip包(Windows)的更多相关文章

  1. 电脑运行msi安装包提示the error code is 2503/2502如何解决

    当在电脑中运行msi安装包时,出现the error code is 2503或者2502错误提示,其实是由于没有运行的权限导致的,但是又不能右击以管理员身份运行,那么应该如何操作呢?对于这样的问题, ...

  2. 找回MSI安装包Win7/Win8管理员身份功能

    找回MSI安装包Win7/Win8管理员身份功能 从Vista开始,系统引入了UAC用户控制功能,即普通用户运行exe软件安装程序,支持使用普通账户/管理员身份分别进行安装,但是msi安装包只支持默认 ...

  3. 绝对干货:自定义msi安装包的执行过程

    有时候我们需要在程序中执行另一个程序的安装,这就需要我们去自定义msi安装包的执行过程. 比如我要做一个安装管理程序,可以根据用户的选择安装不同的子产品.当用户选择了三个产品时,如果分别显示这三个产品 ...

  4. arcgis安装msi安装包提示"在未标记为正在运行时,调用了RunScript”解决办法

    安装msi安装包提示"在未标记为正在运行时,调用了RunScript”解决办法   windows/temp目录相关权限不对,右击temp文件夹,选择管理员获取所有权限.

  5. 在Win10中,在安装msi安装包的时候常常会出现代码为2502、2503的错误。

    前言:在Win10中,在安装msi安装包的时候常常会出现代码为2502.2503的错误.其实这种错误是由于安装权限不足造成的,可以这种msi的安装包不像其他exe的安装程序,在安装包上点击“右键”之后 ...

  6. 如何在官网上下载Linux版本的MySQL安装包

    如何在官网上下载Linux版本的MySQL安装包 参考百度经验,<如何在官网上下载Linux版本的MySQL安装包> 原文链接:https://jingyan.baidu.com/arti ...

  7. 自己定义msi安装包的运行过程

    有时候我们须要在程序中运行还有一个程序的安装.这就须要我们去自己定义msi安装包的运行过程. 比方我要做一个安装管理程序,能够依据用户的选择安装不同的子产品.当用户选择了三个产品时,假设分别显示这三个 ...

  8. 自定义msi安装包的执行过程

    有时候我们需要在程序中执行另一个程序的安装,这就需要我们去自定义msi安装包的执行过程. 比如我要做一个安装管理程序,可以根据用户的选择安装不同的子产品.当用户选择了三个产品时,如果分别显示这三个产品 ...

  9. 【原创】DOTNET动态调试破解Spoon,及MSI安装包文件替换技术

    提到Spoon可能大家还会感到陌生,但是如果提及XenoCode那么研究过DOTNET的人应该都知道吧.Spoon的前身就是XenoCode,虽然没有了PostBuild这个混淆软件,但是虚拟化技术仍 ...

随机推荐

  1. 一招教你如何修复MySQL slave中继日志损坏问题

    [摘要]MySQL的Crash safe slave是指slave crash后,把slave重新拉起来可以继续从Master进行复制,不会出现复制错误也不会出现数据不一致. PS:华为云数据库特惠专 ...

  2. 华为担纲建设基础软硬件国家新一代AI开放创新平台

    [摘要] 全栈全场景AI能力爆发! [上海,2019年8月29日] 凭借领先的全栈全场景AI能力华为入选国家新一代人工智能开放创新平台 8月29日,科技部在2019世界人工智能大会宣布,将依托华为建设 ...

  3. 转:OAuth2 深入介绍

    OAuth2 深入介绍 1. 前言 2. OAuth2 角色 2.1 资源所有者(Resource Owner) 2.2 资源/授权服务器(Resource/Authorization Server) ...

  4. mac 命令记录

    1. 安装 mysqlworkbench brew search mysql brew tap caskroom/cask brew cask search mysql brew cask insta ...

  5. luogu P2947 [USACO09MAR]向右看齐Look Up |单调队列

    题目描述 Farmer John's N (1 <= N <= 100,000) cows, conveniently numbered 1..N, are once again stan ...

  6. 使用Python进行防病毒免杀

    很多渗透工具都提供了权限维持的能力,如Metasploit.Empire和Cobalt Strike,但是都会被防病毒软件检测到这种恶意行为.在探讨一个权限维持技巧的时候,似乎越来越多的人关注的是,这 ...

  7. HDU3870-Caught these thieves(最小割-&gt;偶图-&gt;最短路问题)

    A group of thieves is approaching a museum in the country of zjsxzy,now they are in city A,and the m ...

  8. C和C++从零开始系列(一)

    今天开始写下一系列C和C++从入门开始的文章. 简单说几句C和C++的关系.C语言早于C++. C语言 贝尔实验室的Ken Thompson发明了 UNIX,当时有个B语言的.后来D.M.Ritchi ...

  9. CYPRESS最新的USB3.0控制器

    CYPRESS近日发布了其最新的USB3.0控制器,产品序号为CX3,主要是针对高像素摄像头方面的应用,接口支持MIPI的CSI-2,并不支持传统的基于并口的数据传输模式. MIPI(Mobile I ...

  10. Java中通过代码得到int类型数值的二进制形式

    一.完整代码 public class BigInteger { int sing; byte[] val; public BigInteger(int val){ // 将传递的初始值,按位取值,存 ...