1.已安裝elasticsearch;
檢視es版本 curl ip:9200
e.g. 當前版本為5.6.6
cd elasticseach/
./bin/elasticsearch-plugin install
重啟es
或 linux下
wget
unzip elasticsearch-sql-x.x.x.zip
③新建資料夾sql,將解壓的資料夾中的檔案複製到sql中;
mkdir sql
mv elasticsearch-sql-x.x.x/* sql/
④重啟es;
4.瀏覽器中訪問
http://ip:9200/_plugin/sql/
(es埠預設為9200,此處es埠被更改為9400)
5.至此可以使用熟悉的sql語句來查詢elasticsearch資料庫了。
elasticsearch sql外掛程式安裝與使用
elasticsearch版本為2.2.0 安裝方式有以下三種 1 按照以上鏈結說明的方式進行安裝 bin plugin install 解壓要 es home plugins目錄下,重新命名 mv elasticsearch sql 2.2.0 sql 重啟es集群 解壓要 es home plu...
ElasticSearch SQL 日期函式
按月 每一年的月的資料疊加在一起 按年 月 按哪年哪月來統計 按秒 post xpack sql?format json 按分 post xpack sql?format json 按年月日時分 post xpack sql?format json 按時post xpack sql?format j...
Grunt外掛程式autoprefixer使用指南
在grunt安裝 配置和應用中,我介紹了幾種外掛程式的使用。今天再介紹乙個為相容各大瀏覽器自動新增字首的外掛程式autoprefixer。環境配置好了後,gruntfile.js檔案配置如下 module.exports function grunt single file grunt.regist...