-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Description
Elasticsearch version (bin/elasticsearch --version): 7.3.0
Plugins installed: []
JVM version (java -version): cloud
OS version (uname -a if on a Unix-like system): cloud
Description of the problem including expected versus actual behavior:
In working around a different issue I have spun up a fresh cluster, put in some data and templates and created a rollup job via kibana. The job was successfully created and the rollup index started filling with data. However, _rollup_search returns no data (sum/max/etc all come back as null) and on investigation the rollup index has no rollup meta data and GET /*/_rollup/data returns an empty object. I've created other simple indexes and rollup jobs on the cluster and they all come out the same. It seem like the rollup indexes is not being recognized as such, even though the task is running and adding rollup data.