I'm using the cardinality aggregation to get all the events on a weekly interval on the visual builder. What I'm trying to achieve is something similar to a cumulative sum but that takes in consideration only new unique values.
So if I have the same 80 events every week and 5 new unique events weekly the cumulative sum I'm looking for on week 4 would be 100.
It looks like this question is very similar to Cumulative Sum regardless of time interval Unfortunately it's currently not possible to do this - you can only sum up unique counts per individual time slot, so the 80 events that occur every week would be counted every week.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.