参考文章:JAVA(JDK的下载和安装教程)_java jdk下载-CSDN博客
下载es:Java Downloads | Oracle 中国
cd到es的bin目录,运行 elasticsearch.bat
然后访问。localhos:9200
遇到bug的处理方法:↓
终端中文乱码的:Window下ES启动控制台中文乱码问题_eswindows启动控制台乱码-CSDN博客
内存不足的,There is insufficient memory for the Java Runtime Environment to continue.
在这个文件:config/jvm.options,加上下面的代码,然后保存
-Xms256m
-Xmx256m
安全认证:received plaintext http traffic on an https channel, closing connection Nett
修改config/elasticsearch.yml ,把xpack.security.enabled: true,改成下面的
xpack.security.enabled: false