Hi all,
I'm having trouble trying to implement a filter in Kibana visualization that shows unique counts of a string within certain time periods.
I want to show the unique count of a field in a date range of 0-7 days, and then the unique count of that same field for anything after 8+ days minus values that have already appeared in 0-7 days. In other words, I want to show subset A and subset B but not values that are of A and B using date as the criteria.
Using NOT on a date range does not seem to work. Seems like a simple logic problem but I am struggling. Any suggestions?
Thanks!
