Get top hit with filter in Kibana visualization

[亡魂溺海] 提交于 2020-01-14 06:15:07

问题


I will try to explain my issue,

I have this Index

ST   ID   time
0     1      12:04
1     1     12:00
0     2     12:02
1     2     11:58
0     2     11:22
1     3     12:33
0     3     12:20

In Kibana, I'm trying to get a table with the top hit from ID when ST = 0 to have results as

ST    ID    time
0     1      12:04
0     2     12:02

As you could see ID = 3 has top hit with ST = 1, so it shouldn't appear in the table

Could someone help me with this?

BR

BR

来源:https://stackoverflow.com/questions/58498739/get-top-hit-with-filter-in-kibana-visualization

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!