随笔分类 - elasticsearch
摘要:1、引入日志依赖 <dependency> <groupId>com.cwbase</groupId> <artifactId>logback-redis-appender</artifactId> <version>1.1.5</version> <!-- <exclusions> <exclus
阅读全文
摘要:1.依赖 <dependency> <groupId>net.logstash.logback</groupId> <artifactId>logstash-logback-encoder</artifactId> <version>4.9</version> </dependency> 2.配置
阅读全文
摘要:Github地址:https://github.com/NLPchina/elasticsearch-sql elasticsearch-sql插件可以方便我们使用SQL语言来对elasticsearch进行查询 1、进入elasticsearch的安装目录,执行如下命令(windows和linux
阅读全文
摘要:1、head 插件Github地址:https://github.com/mobz/elasticsearch-head 2、npm install 3、npm run start 由于head插件监听的端口是9100,而elasticsearch的REST接口的端口是9200, 因此需要设置ela
阅读全文