摘要: 1 /** 2 * author:YZH 3 * time: 2019/6/12 15:36 4 * description: 抽象类Node 5 **/ 6 public abstract class Node { 7 8 protected String name; 9 10 public No 阅读全文
posted @ 2019-06-12 16:41 炫舞风中 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1、根据id删除 2、根据查询条件删除 阅读全文
posted @ 2019-06-12 15:52 炫舞风中 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 索引(index):logstash-nginx-*,type:nginx_access 请求路径: 1、按照某个字段进行分组统计访问量 1 { 2 "query": { 3 "bool":{ 4 "must_not":[{ 5 "term":{ 6 "userId.keyword":"-1" 7 阅读全文
posted @ 2019-06-12 15:03 炫舞风中 阅读(455) 评论(0) 推荐(0) 编辑