windows下安装elasticsearchwindows
1.下载elasticsearch,解压浏览器
2.配置环境变量path,指向elasticsearch的binelasticsearch
3.发布为service。打开dos窗口输入:service -install [service-name]测试
启动elasticsearch:service -start [service-name]插件
中止elasticsearch:service -stop [service-name]rem
移除elasticsearch: service -remove [service-name]ast
4.在浏览器访问:http://localhost:9200,访问成功即安装成功变量
5.安装head插件:在dos窗口输入:plugin -install mobz/elasticsearch-head,测试 http://localhost:9200/_plugin/head配置
安装bigdesk插件:在dos窗口输入:plugin -install lukas-vlcek/bigdesk,测试 http://localhost:9200/_pugin/bigdeskplugin