elasticsearch 类似sql的查询工具
源码地址:https://github.com/NLPchina/elasticsearch-sql
安装sql查询插件
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.5.3.0/elasticsearch-sql-6.5.3.0.zip
安装界面
wget https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.1.0/es-sql-site-standalone.zip
unzip es-sql-site-standalone.zip
cd site-server
npm install express --save
node node-server.js
修改elasticsearch跨域访问
vi elastic6.5.3/elasticsearch-6.5.3/config/elasticsearch.yml
添加:
network.host: 0.0.0.0
http.cors.enabled: true
http.cors.allow-origin: /.*/