Hi there.
I've setup 3 rollup jobs, and for1 of them, I can't see nothing in visualization.
I've got documents in rollup indice (~30M documents)
Below is an example of data
     {
      "_index": "rollup-haproxy",
      "_type": "_doc",
      "_id": "haproxy-rollup$d5vusvm59VE8WiP7QWoFrA",
      "_version": 1,
      "_score": null,
      "_source": {
        "http_verb.keyword.terms.value": null,
        "@timestamp.date_histogram.time_zone": "Europe/Paris",
        "http_verb.keyword.terms._count": 1,
        "@timestamp.date_histogram.timestamp": 1601258400000,
        "time_duration.histogram.value": 675018,
        "time_duration.histogram.interval": 1,
        "@timestamp.date_histogram.interval": "60m",
        "@timestamp.date_histogram._count": 1,
        "time_duration.avg._count": 1,
        "time_duration.value_count.value": 1,
        "time_duration.histogram._count": 1,
        "time_duration.avg.value": 675018,
        "time_duration.sum.value": 675018,
        "http_status_code.terms.value": null,
        "_rollup.version": 2,
        "backend_name.keyword.terms.value": "api",
        "time_duration.terms.value": 675018,
        "backend_name.keyword.terms._count": 1,
        "time_duration.terms._count": 1,
        "http_status_code.terms._count": 1,
        "_rollup.id": "haproxy-rollup"
      },
      "sort": [
        -9223372036854776000
      ]
    }
Fields seems ok; I've compared it with data from another rollup which works, can't see difference except for fields type/name.
Any help would be appreciated.
thanks