工具下载及文档链接
elasticsearch 中文社区:https://elasticsearch.cn/download/#seg-11 x-pack-6.1.1 下载:https://artifacts.elastic.co/downloads/packs/x-pack/x-pack-6.1.1.zip kibana-6.1.1 下载:https://artifacts.elastic.co/downloads/kibana/kibana-6.1.1-windows-x86_64.zip 参考链接: https://www.jianshu.com/p/dde1612e956b 官方文档,按版本查看 https://www.elastic.co/guide/en/elasticsearch/reference/6.1/index.html 官方文档配置文档,按模块查看 https://www.elastic.co/guide/en/elasticsearch/reference/6.1/modules.html
luke查看索引工具:https://github.com/DmitryKey/luke/releases?after=luke-7.3.1 ik分词器下载:https://code.google.com/archive/p/ik-analyzer/downloads Tika:http://tika.apache.org/download.html
模拟数据:http://static.giteasy.cn/file/accounts.json 导入模拟数据
curl -XPOST -H 'Content-Type: application/json' 'localhost:9200/account/account/_bulk?pretty' --data-binary @d:/accounts.json
versions: elasticsearch-6.1.1 环境:windows 工具: head 插件,kibana-6.1.1, cygwin命令行工具