Elasticsearch安裝sql外掛
阿新 • • 發佈:2018-12-09
首先需要先安裝elasticsearch,npm,前面的部落格有介紹!
進入elasticsearch的安裝目錄,執行如下命令:
./bin/elasticsearch-plugin install https://github.com/NLPchina/elasticsearch-sql/releases/download/6.3.2.0/elasticsearch-sql-6.3.2.0.zip
curl -L -O 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-sql的預設埠是8080,可以在site-server/site_configuration.json檔案中進行修改 然後 開啟 http://localhost:8080/ 訪問外掛
注意修改右上角本地elasticsearch的地址,sql指令碼不需要以分號“;”結尾,如果一個index有多個type,表名用indexName/typeName表示