博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
使用kibana制作ip请求排行榜
阅读量:5760 次
发布时间:2019-06-18

本文共 278 字,大约阅读时间需要 1 分钟。

hot3.png

1) 新建DataTable

2) 左侧metrics , 选择 count

3) buckets添加split Rows

     Aggregation是聚合,使用Terms

     选择聚合使用的字段,因为nginx代理了几次,所以真实的客户ip是upstream_host.raw

     这个字段是根据grok里面解析对应的.

     order by

     选择 metric: Count

     order 

     Descending 倒序/顺序到无所谓了.

     size指排行前几名的.

效果如下图

   

转载于:https://my.oschina.net/u/1538135/blog/679716

你可能感兴趣的文章
xcode使用中的小技巧(不断总结)
查看>>
Spring MVC整合Velocity详解
查看>>
我的友情链接
查看>>
cron计划任务
查看>>
GSM/GPRS MODEM 的上网设置
查看>>
201621123015《Java程序设计》第7周学习总结
查看>>
我的友情链接
查看>>
Understanding Android Threading. (Android Performance Patterns Season 5, Ep. 2)
查看>>
sshfs命令挂载远程目录(debian centos)
查看>>
Linux curl命令详解
查看>>
HTML标签大全(二)
查看>>
提高 SharePoint 页面访问速度之“暖场”脚本
查看>>
Socket,非阻塞,fcntl
查看>>
redis 网络流程图 <一>
查看>>
Unity中任务系统书写
查看>>
Linux kernel Makefile for ctags
查看>>
init: sys_prop: permission denied uid:1003 name:service.bootanim.exit
查看>>
Sum Problem
查看>>
Android自动化框架 模拟操作 模拟测试
查看>>
算法导论第九章 第K顺序统计量
查看>>