karthik6
(karthik gkr)
May 4, 2020, 9:37am
1
Is it possible to have a first filter that retrieves Unique objects, and then sum a particular field?
E.g.:
Group, ID,Amount
A, 001 ,10
A, 001,10
A,002,1
B,003, 30
C, 004,20
Expected A-> 11,B->30,C->20
How to achieve above in bar chart kibana
Thanks
You can only do it for all documents, not unique ones sadly. So you could get sum of amount, split by group, but that's about it.
karthik6
(karthik gkr)
May 5, 2020, 2:10pm
3
Thanks for your answer. Is there any option in kibana 7
You could probably do it in Canvas using ESSQL.
system
(system)
Closed
June 2, 2020, 2:23pm
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.