问题
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