Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.1-milestone-1
-
Fix Version/s: 7.3-milestone-2, 6.4.6, 7.1.3
-
Component/s: Active Installs
-
Labels:None
-
Difficulty:Unknown
-
Documentation in Release Notes:
-
Similar issues:
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")));