Details
-
Bug
-
Resolution: Fixed
-
Major
-
6.1-milestone-1
-
None
Description
The generated Ping data set a false sinceDays of 0 (sometimes 1, 2 or 3 but more).
The reason is that the following ES script computation is not done correctly:
aggsMap.put(PROPERTY_SINCE_DAYS, Collections.singletonMap(PROPERTY_MIN, Collections.singletonMap("script", "time() - doc['_timestamp'].value")));