You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when creating a new RollupJobConfig only numeric field mapper types are supported for the different metrics.
Support for min, max and, value_count over date fields should be added. Since date can just be treated as a long, hopefully the change is not too pervasive.
This issue is blocking ML support for rollup indices: #31999
* Rollup adding support for date field metrics (#34185)
* Restricting supported metrics for `date` field rollup
* fixing expected error message for yaml test
* Addressing PR comments
* Rollup adding support for date field metrics (#34185)
* Restricting supported metrics for `date` field rollup
* fixing expected error message for yaml test
* Addressing PR comments
* Rollup adding support for date field metrics (#34185)
* Restricting supported metrics for `date` field rollup
* fixing expected error message for yaml test
* Addressing PR comments
Currently, when creating a new
RollupJobConfig
only numeric field mapper types are supported for the different metrics.Support for
min
,max
and,value_count
overdate
fields should be added. Sincedate
can just be treated as along
, hopefully the change is not too pervasive.This issue is blocking ML support for rollup indices: #31999
Pinging @colings86 @polyfractal
The text was updated successfully, but these errors were encountered: