Kibana:在Kibana中对数据进行深入分析 (drilldown)

文章转载自:https://blog.csdn.net/UbuntuTouch/article/details/105193907

在上面,我们需要把之前地址栏中拷贝的内容粘贴过来,并做相应的修改。针对我的情况:

http://localhost:5601/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now))&_a=(columns:!(_source),index:d3d7af60-4c81-11e8-b3d7-01146121b73d,interval:auto,query:(language:kuery,query:'OriginCountry%20:%22IT%22%20'),sort:!(!(_score,desc)))

修改为:

http://localhost:5601/app/kibana#/discover?_g=(refreshInterval:(pause:!t,value:0),time:(from:now-24h,to:now))&_a=(columns:!(_source),index:d3d7af60-4c81-11e8-b3d7-01146121b73d,interval:auto,query:(language:kuery,query:'OriginCountry:{{value}}'),sort:!(!(_score,desc)))

原文地址:https://www.cnblogs.com/sanduzxcvbnm/p/13359551.html