摘要:
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 阅读全文
摘要:
1、根据id删除 2、根据查询条件删除 阅读全文
摘要:
索引(index):logstash-nginx-*,type:nginx_access 请求路径: 1、按照某个字段进行分组统计访问量 1 { 2 "query": { 3 "bool":{ 4 "must_not":[{ 5 "term":{ 6 "userId.keyword":"-1" 7 阅读全文