ES组件集成nlpSQL模块
查看sql插件
github
https://github.com/NLPchina/elasticsearch-sql
安装cd elasticsearch #进入目录
可以先去下载 放入httpd中
https://github.com/NLPchina/elasticsearch-sql/releases/download/5.4.3.0/ela sticsearch-sql-5.4.3.0.zip
其他es节点进行同样操作。
重启ESnode后进行测试
curl -u elastic:dtstack -XGET 'http://localhost:9200/_sql?format=json' -H 'Content-Type: application/json' -d '{
"query": "SELECT * FROM my_index"
}'