Hi all ,
I have created a table visualization in kibana 7.7 and there are 2 metrics of unique count fields present in the table and one bucket .Let's say time1 and time2 are 2 metrics of unique count and let's say the name of bucket is device I want count of all the entries which have time1 as fields in one column and count of all entries which have time2 as fields .But the issue with unique count is if I have different entry having same value of time1 then it will count as 1 but I want it count as different .So in my entry I have another field "id" which is unique for every entry .
So can I create a table with two cardinality fields of time1 and id for 1 table and time2 and id for another table
Thanks
Naveen