I have a rollup job with the following settings:
"groups": {
"date_histogram": {
"field": "timestamp",
"time_zone": "Europe/Stockholm",
"calendar_interval": "1d"
},
I also tried "calendar_interval": "24h"
btw
As I understand from the documentation about rollups, using a smaller date histogram interval is not possible, but using a bigger date histogram is. Therefore, I'm expecting when I create a Lens visualisation, I will be able to choose 1d, 2d, 1w, 1M, etc. when the "calendar_interval": "1d"
and similar scenarios with the 24h setting (48h for example)
What I'm getting in Lens is the following error
I've tried other visualisations too, nothing really works
What I want to achieve is having daily totals of our transaction data and building dashboards with date histograms with intervals of 1d, 1w, 1M and 1y (ideally all calendar based since reporting in this business is calendar based).
Hopefully someone can point me in the right direction on how to achieve this?
Jeroen