时间:2021-07-01 10:21:17 帮助过:99人阅读
3.下载es-sql并安装
然后切换到es的根目录下,执行如下命令,下载并安装es-sql插件:
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/5.6.10.0/elasticsearch-sql-5.6.10.0.zip
4.安装配置es-sql的前端
在es 5.X后,需要下载 es-sql的extract site ,并解压,下载地址如下:https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/es-sql-site-standalone.zip
(需要FQ下载),然后切换到解压文件目录中的site-server中。执行如下安装命令:
cd site-server
npm config set registry http://registry.npm.taobao.org/ (使用更快的源)
npm install express --save
端口默认是8088,可以更改为其他端口,比如说8092,避免冲突
5.要更改es的一个参数,否则查询数据会报错,编辑elasticsearch.yml:
http.cors.enabled: true http.cors.allow-origin: "*"
6.重启es,再启动es-sql前端;
添加es-sql插件后,重启es,然后启动es-sql前端服务;
启动前端服务:先切换到es-sql/site-server目录下,执行如下语句
node node-server.js &
7.查看效果:
安装支持elasticsearch使用sql查询插件
标签:查看 支持 相关 ase 地址 oba try 命令 extra