Hi,
I have a query regarding Sum and Unique Count aggregations.
I have fields "Total", "ID", "Date".
"Date" "ID" "Total"
"2013-05-14 14:30:10.02" "1" "2000"
"2013-05-14 14:30:10.02" "1" "2000"
"2013-05-14 14:30:10.02" "1" "2000"
"2013-05-14 14:30:10.02" "1" "2000"
"2013-05-14 14:30:10.02" "2" "4000"
"2013-05-14 14:30:10.02" "2" "4000"
"2013-05-14 14:30:10.02" "2" "4000"
"2013-05-14 14:30:10.02" "4" "2000"
"2013-05-14 14:30:10.02" "4" "2000"
"2013-05-14 14:30:10.02" "4" "2000"
Here, I need sum(Total) based on the unique ID
Is there a way to do it in kibana???
Thanks,
Sanjay Reddy