Elasticsearch 与 kibana 入门 之 Elasticsearch 安装 及 启动

mac2025-04-13  19

1.Elasticsearch 安装 及 启动 

 下载地址:https://www.elastic.co/cn/downloads/elasticsearch ,然后自行选择自己的环境版本(windows,linux等等),我的是在windows下运行,因此直接下载zip,解压就好

*注意:查看版本对应jDK https://www.elastic.co/cn/support/matrix#matrix_jvm

2.解压后 cmd 进入目录启动 

  linux : bin/elasticsearch 

 windows: bin\elasticsearch.bat 

启动成功:

此时是启动的默认端口9200;

访问:localhost:9200 

 下一篇将讲解 Elasticsearch 的配置信息

最新回复(0)